@font-face {
  font-family: "RobotoRegular";
  src: url("../../fonts/roboto/Roboto-Regular-webfont.eot");
  src: url("../../fonts/roboto/Roboto-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/roboto/Roboto-Regular-webfont.woff") format("woff"), url("../../fonts/roboto/Roboto-Regular-webfont.ttf") format("truetype"), url("../../fonts/roboto/Roboto-Regular-webfont.svg#RobotoRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.dashboardssp__login {
  font-family: "RobotoRegular";
  background: url("../img/signup-bg.png") no-repeat;
  background-position: 0px 0px, 50% 50%;
  background-size: cover;
  position: relative;
}

@media (min-width: 992px) {
  .dashboardssp__login {
    height: 100vh;
    width: 47%;
    margin-left: auto;
  }
  .dashboardssp__login::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    left: 0;
  }
}

.dashboardssp__login .login-sec {
  max-width: 52.76%;
  padding: 4em 4%;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.dashboardssp__login .login-text img {
  display: none;
}
@media (max-width: 991px) {
  .dashboardssp__login .login-sec {
    max-width: 100%;
    padding-bottom: 20px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .dashboardssp__login .login-sec {
    height: 100vh;
  }
}

.dashboardssp__login .login-logo {
  text-align: left;
  margin-bottom: 24px;
}
.dashboardssp__login form,
.dashboardssp__login .login-logo,
.dashboardssp__login .alert {
  max-width: 480px;
}
.dashboardssp__login .login-logo a {
  border-bottom: none !important;
}
.dashboardssp__login .login-logo img {
  max-width: 240px;
  width: 100%;
}
@media (max-width: 767px) {
  .dashboardssp__login .login-logo img {
    max-width: 180px;
  }
}

.dashboardssp__login .login-text {
  left: 50%;
  color: #fff;
  display: flex;
  text-align: center;
}
@media (max-width: 991px) {
  .dashboardssp__login .login-text {
    display: none;
  }
}

.dashboardssp__login .login-sec .squaredFour {
  margin-left: 0;
}
.dashboardssp__login .squaredFour label span {
  margin-left: 20px;
  font-size: 14px;
  color: #ccc;
  font-weight: normal;
}
.dashboardssp__login .login-sec .form-group {
  margin-bottom: 10px;
}
.dashboardssp__login .form-group .form-control {
  border-radius: 4px;
  padding-left: 16px;
  height: 60px;
  background-color: #f2f2f2;
  border-color: hsla(0, 0%, 100%, 0.25);
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .dashboardssp__login .form-group .form-control {
    height: 50px;
  }
}
.dashboardssp__login .form-group .form-control:focus {
  border-color: #333;
}
.dashboardssp__login .form-group .form-control::placeholder {
  color: #666;
}
.dashboardssp__login .squaredFour label {
  background: transparent;
  border: none;
  top: 4px;
}
.dashboardssp__login .squaredFour label::after {
  display: none;
}
.dashboardssp__login .squaredFour input[type="checkbox"] {
  visibility: visible;
}

.dashboardssp__login .form-group .btn-defult {
  margin-top: 10px;
  color: #fff;
  line-height: 24px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 6px 24px;
  width: auto;
  height: auto;
  margin-bottom: 0;
  border-radius: 4px;
  font-family: "RobotoRegular";
}

@media (max-width: 767px) {
  .dashboardssp__login .form-group .btn-defult {
    padding: 10px 16px;
  }
}

.dashboardssp__login .form-group .btn-defult,
.dashboardssp__login .form-group .btn-defult:hover {
  background: #0a001f;
}

.dashboardssp__login .form-group ul {
  text-align: left;
  margin-top: 22px;
}

.dashboardssp__login .form-group ul li a,
.dashboardssp__login .login-sec a {
  border-bottom: 1px solid white;
  color: white;
  font-size: 12px;
  font-weight: 700;
  font-family: "RobotoRegular";
}
.dashboardssp__login .form-group ul li a:hover,
.dashboardssp__login .login-sec p a:hover {
  color: #0a001f;
}
.dashboardssp__login .form-group ul li {
  padding-left: 0;
}

.dashboardssp__login .login-sec p {
  margin-bottom: 24px;
  font-size: 12px;
  color: inherit;
  line-height: 24px;
}

.dashboardssp__login .login-sec h2 {
  font-size: 20px;
  color: white;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 0px;
  font-family: "RobotoRegular";
}

.dashboardssp__login .login-text h2 {
  display: none;
}
.dashboardssp__login .login-text p strong {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: "RobotoRegular";
  max-width: 600px;
}

.dashboardssp__login .login-text a {
  border-bottom: 1px solid #000000;
  color: #fff;
}

.dashboardssp__login .login-copyright {
  color: white !important;
  line-height: 16px !important;
  margin-bottom: 0 !important;
  position: absolute;
  bottom: 8px;
  left: 8%;
  right: 8%;
}
@media (max-width: 767px) {
  .dashboardssp__login .login-copyright {
    margin-top: 40px;
    position: static;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .dashboardssp__login .login-copyright {
    left: 4%;
    right: 4%;
  }
}
