#login {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  margin: auto;
  min-height: calc(100vh - 120px);
  overflow: hidden;
  padding: 90px 0 100px;
  position: relative;
  text-align: center;
  width: 100%;
}

#login .container {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  margin: 0 auto;
  max-width: 675px;
  padding: 60px 15px;
  position: relative;
}

#login .top_content {
  margin-left: auto;
  margin-right: auto;
  max-width: 350px;
  text-align: left;
}

#login .top_content p.sml {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  margin-bottom: 0;
  text-align: center;
}

#login .top_content h1,
#login h1 {
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.45em;
  margin: 0 auto 10px;
  max-width: 620px;
  position: relative;
  text-align: center;
}

#login .top_content h1 {
  margin-bottom: 20px;
}

#login .top_content p.txt {
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 0;
  text-align: left;
}

#login .top_content p.txt b {
  color: #9f19ce;
}

#login .top_content p.txt .step-row {
  display: inline;
}

#login .top_content p.txt .step-row:after {
  content: " ";
}

#login .top_content p.txt .step-row-second {
  display: block;
  margin-top: 30px;
}

#login .form_wrap {
  margin-top: 30px;
}

#login .otp-login-form {
  margin: 0 auto;
  max-width: 350px;
}

#login .otp-login-form .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  border: 0;
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

#login .otp-login-form .form-group {
  margin: 0 auto 20px;
  max-width: 350px;
  position: relative;
}

#login .otp-login-form .otp-login-input-icon {
  align-items: center;
  background: #f5f5f5;
  border-right: 1px solid #d8e5f5;
  color: #7e8794;
  display: flex;
  height: 44px;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 48px;
  z-index: 2;
}

#login .otp-login-form .otp-login-input-icon svg {
  display: block;
  flex: 0 0 auto;
}

#login .otp-login-form input[type="email"],
#login .otp-login-form input[type="text"] {
  border: 0;
  border-radius: 0;
  color: #111;
  font-size: 15px;
  height: 44px;
  margin-bottom: 0;
  padding: 0 15px 0 64px;
  width: 100%;
}

#login .otp-login-form input[type="email"]::placeholder,
#login .otp-login-form input[type="text"]::placeholder {
  color: #aaa;
}

#login .otp-login-form input[type="email"]:focus,
#login .otp-login-form input[type="text"]:focus {
  box-shadow: 0 0 0 1px rgba(159, 25, 206, 0.45);
  outline: none;
}

#login .otp-login-form .btn {
  background: #9f19ce;
  border: none;
  border-radius: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin: 15px auto 0;
  padding: 11px;
  text-transform: uppercase;
  transition: all 0.3s;
  width: 100%;
}

#login .otp-login-form .btn.otp-login-button-loading {
  color: transparent;
  position: relative;
}

#login .otp-login-form .btn.otp-login-button-loading::after {
  animation: otp-login-spin 0.75s linear infinite;
  border: 2px solid rgba(255, 255, 255, 0.38);
  border-radius: 50%;
  border-top-color: #fff;
  content: "";
  height: 18px;
  left: 50%;
  margin: -9px 0 0 -9px;
  position: absolute;
  top: 50%;
  width: 18px;
}

#login .otp-login-form .btn:hover,
#login .otp-login-form .btn:focus {
  background: #b92ee5;
}

#login .otp-login-form .btn:disabled {
  cursor: wait;
  opacity: 0.72;
}

#login .otp-login-form .otp-login-loader {
  align-items: center;
  color: #fff;
  font-size: 14px;
  justify-content: center;
  margin: 0 auto 16px;
}

#login .otp-login-form .otp-login-spinner {
  animation: otp-login-spin 0.75s linear infinite;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  border-top-color: #fff;
  display: inline-block;
  height: 18px;
  margin-right: 8px;
  vertical-align: -4px;
  width: 18px;
}

#login .otp-login-form .alert {
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 16px;
  line-height: 1.45em;
  margin: 0 auto 16px;
  max-width: 350px;
  padding: 0;
  text-align: center;
}

#login .otp-login-form .otp-login-debug {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.2px;
  padding: 10px 12px;
}

#login .otp-login-form .otp-login-resend {
  background: none;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 15px;
  line-height: 1.65em;
  margin: 0 auto 18px;
  opacity: 1;
  padding: 0;
  transition: color 0.5s ease, opacity 0.5s ease;
}

#login .otp-login-form .otp-login-resend:hover,
#login .otp-login-form .otp-login-resend:focus {
  color: #b92ee5;
}

#login .otp-login-form .otp-login-resend:disabled {
  color: #fff;
  cursor: default;
  opacity: 1;
}

@keyframes otp-login-spin {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 1199px) {
  #login h1 {
    font-size: 24px;
    line-height: 1.25em;
    max-width: 480px;
  }
}

@media (max-width: 991px) {
  #login {
    min-height: calc(100vh - 95px);
  }

  #login p {
    font-size: 16px;
    line-height: 1.45em;
  }
}

@media (max-width: 767px) {
  #login {
    padding: 70px 0 20px;
  }
}

@media (max-width: 639px) {
  #login {
    padding: 60px 0 20px;
  }

  #login .otp-login-form .alert,
  #login .otp-login-form .otp-login-resend {
    font-size: 16px;
  }
}

@media (max-width: 479px) {
  #login h1 {
    font-size: 20px;
  }
}
