.sm-login {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding: 15px;
  background-image: url(../images/loginBg.jpg);
  background-size: 100%;
  -webkit-transition: background-image 15s;
  transition: background-image 15s;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sm-login:before {
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(4, 4, 14, 0.55);
  left: 0;
  top: 0;
  position: absolute;
  z-index: 0;
}
.sm-login .sm-checkbox-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sm-login .sm-bg-color {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
.sm-login .sm-bg-img {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin: 0;
  padding: 0;
}
.sm-login .sm-content {
  padding: 65px 90px 45px;
  width: 100%;
  background-color: #fff;
  margin-left: 20%;
  margin-right: -15%;
}

.sm-login .sm-header {
  padding: 30px 30px 30px 0;
}
.sm-login .sm-header .sm-logo {
  display: block;
  margin-bottom: 50px;
  max-width: 40vw;
}
.sm-login .sm-header h1 {
  color: #fff;
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 10px;
}
.sm-login .sm-header p {
  color: #fff;
}
.sm-login .sm-form h2 {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 5px;
}
.sm-login .sm-form p {
  font-size: 18px;
  /* color: #111111; */
  text-align: center;
}
.sm-login .sm-form h3 {
  text-align: center;
  font-weight: 700;
  margin-bottom: 25px;
  font-size: 24px;
}

.sm-login .sm-form .sm-otp-logo {
  margin-bottom: 20px;
  display: block;
  text-align: center;
}
.sm-login .sm-form .sm-otp-label {
  margin-bottom: 15px;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  width: 100%;
}
.sm-login .sm-form .sm-sending-to {
  margin-bottom: 20px;
  font-size: 16px;
  color: #111111;
  text-align: center;
}
.sm-login .sm-form .sm-sending-to span {
  display: block;
}
.sm-login .sm-form form {
  margin-top: 30px;
}
.sm-login .sm-form form .input-label {
  color: #979696;
}
.sm-login .sm-form .form-group {
  position: relative;
  z-index: 1;
}
.sm-login .sm-form .form-group .field-icon {
  position: absolute;
  z-index: 1;
  right: 24px;
  bottom: 18px;
  padding: 0 5px;
  color: #c5c5c5;
  font-size: 14px;
}
.sm-login .sm-form .form-group .field-icon:before {
  padding: 0px 10px;
}
.sm-login .sm-form .form-control {
  min-height: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #e7e7e7;
  padding: 10px 15px;
  color: #111111;
}
.sm-login .sm-form input::-webkit-input-placeholder {
  color: #a1a1a1;
  font-size: 1rem;
  font-weight: 300;
}
.sm-login .sm-form input::-moz-placeholder {
  color: #a1a1a1;
  font-size: 1rem;
  font-weight: 300;
}
.sm-login .sm-form input:-moz-placeholder {
  color: #a1a1a1;
  font-size: 1rem;
  font-weight: 300;
}
.sm-login .sm-form input:-ms-input-placeholder {
  color: #a1a1a1;
  font-size: 1rem;
  font-weight: 300;
}
.sm-login .sm-form .sm-form-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
.sm-login .sm-form .sm-form-row .sm-form-col {
  padding: 10px 5px;
  text-align: center;
  margin-right: 10px;
  flex-basis: 0;
  flex-grow: 1;
}
.sm-login .sm-form .sm-form-row .sm-form-col:last-child {
  margin-right: 0;
}
.sm-login .sm-form .sm-form-btn {
  margin-bottom: 10px;
}
.sm-login .sm-btn-fill {
  font-family: "Roboto", sans-serif;
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: 0;
  color: #fff;
  border-radius: 3px;
  background-color: #5a31f4;
  padding: 10px 36px;
  margin-bottom: 10px;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sm-login .sm-btn-fill:hover {
  background-color: #5a31f4;
  border-color: #5a31f4;
}
.sm-login .sm-btn-fill:focus {
  outline: none;
}
.sm-login .switcher-text {
  color: #5a31f4;
  font-size: 15px;
  margin-bottom: 5px;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sm-login .switcher-text:hover {
  color: #000000;
}
.sm-login .switcher-text2 {
  color: #5a31f4;
  font-size: 15px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.sm-login .checkbox {
  padding-left: 5px;
  margin-right: 30px;
  margin-bottom: 5px;
}
.sm-login .checkbox label {
  padding-left: 20px;
  color: #a4a4a4;
  margin-bottom: 0;
  font-size: 15px;
  position: relative;
}
.sm-login .checkbox label:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 4px;
  left: 0;
  margin-left: -5px;
  border: 1px solid;
  border-color: #dcdcdc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition:
    border 0.15s ease-in-out,
    color 0.15s ease-in-out;
  -o-transition:
    border 0.15s ease-in-out,
    color 0.15s ease-in-out;
  transition:
    border 0.15s ease-in-out,
    color 0.15s ease-in-out;
}
.sm-login .checkbox label:after {
  position: absolute;
  margin-left: -20px;
  padding-left: 3px;
  font-size: 10px;
  color: #555555;
}
.sm-login .checkbox input[type="checkbox"] {
  display: none;
}
.sm-login .checkbox input[type="checkbox"]:checked + label::after {
  color: #ffffff;
  left: 15px;
  top: 4px;
  content: "\f00c";
  font-family: FontAwesome;
}
.sm-login .checkbox input[type="checkbox"]:checked + label::before {
  background-color: #5a31f4;
  border-color: #5a31f4;
}

@media only screen and (max-width: 1600px) {
  .sm-login .sm-form h2 {
    font-size: 28px;
  }
  .sm-login .sm-form p {
    font-size: 15px;
  }
  .sm-login .sm-header h1 {
    font-size: 25px;
  }

  .sm-login .switcher-text {
    font-size: 12px;
  }
  .sm-login .checkbox label {
    font-size: 12px;
    padding-left: 15px;
  }
  .sm-login .checkbox label:before {
    width: 14px;
    height: 14px;
    top: 2px;
  }
  .sm-login .checkbox input[type="checkbox"]:checked + label::after {
    left: 15px;
    top: 2px;
    font-size: 9px;
  }

  .sm-login .sm-btn-fill {
    font-size: 15px;
  }
  html {
    font-size: 15px;
  }
  .sm-login .sm-content {
    margin-left: 10rem;
    margin-right: 0rem;
    padding: 2rem 4rem;
  }
  .sm-login .sm-form .form-control {
    min-height: 45px;
  }
  .sm-login .sm-form .form-group .field-icon {
    bottom: 10px;
  }
}
@media only screen and (max-width: 1366px) {
  html {
    font-size: 14px;
  }
  .sm-login .sm-content {
    margin-left: 10rem;
    margin-right: 2rem;
    padding: 2rem 4rem;
  }
  .sm-login .sm-form h2 {
    font-size: 25px;
  }
  .sm-login .sm-form p {
    font-size: 15px;
  }
  .sm-login .sm-header h1 {
    font-size: 22px;
  }
  .sm-login .sm-form .form-control {
    min-height: 40px;
    padding: 5px 15px;
  }
  .sm-login .sm-btn-fill {
    padding: 6px 15px;
  }
}

@media only screen and (max-width: 1199px) {
  html {
    font-size: 11px;
  }
  .sm-login .sm-content {
    margin-left: 10rem;
    margin-right: 2rem;
    padding: 2rem 6rem;
  }
  .sm-login .sm-form h2 {
    font-size: 20px;
  }
  .sm-login .sm-form p {
    font-size: 12px;
  }
  .sm-login .sm-header h1 {
    font-size: 20px;
  }

  .sm-login .switcher-text {
    font-size: 10px;
  }
  .sm-login .checkbox label {
    font-size: 10px;
    padding-left: 12px;
  }
  .sm-login .checkbox label:before {
    width: 12px;
    height: 12px;
    top: 2px;
    border-radius: 2px;
  }
  .sm-login .checkbox input[type="checkbox"]:checked + label::after {
    left: 14px;
    top: 2px;
    font-size: 8px;
  }
  .sm-login .sm-btn-fill {
    font-size: 12px;
  }
  .sm-login .sm-form .form-control {
    min-height: 32px;
    padding: 5px 15px;
  }
  .sm-login {
    background-size: cover;
  }
}

@media only screen and (max-width: 991px) {
  .sm-login .sm-content {
    margin: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .sm-login .sm-form h3 {
    font-size: 22px;
  }
  .sm-login .sm-btn-fill {
    padding: 8px 15px;
  }
  .sm-login .sm-form .form-control {
    padding: 7px 15px;
  }
  html {
    font-size: 14px;
  }
  .sm-login .sm-header {
    text-align: center;
    padding-right: 0;
  }
}
@media only screen and (max-width: 575px) {
  .sm-login .sm-content {
    padding: 50px 30px 30px;
  }
}
