.auth-container {
  background-color: #fff;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  box-shadow: 0px 3px 16px 0px #379ea170;
  margin: 0 auto;
  max-width: 350px;
  overflow: hidden;
  width: 100%;
  margin-top: 60px;
}
.auth-container-header {
  background-color:#379ea1;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  padding: 15px 30px;
}
.auth-container-header .back-arrow {
  cursor: pointer;
  font-size: 20px;
  margin-right: 10px;
}
.auth-container-header:hover {
  opacity: 0.9;
}
.auth-container-body {
  padding: 25px 30px;
}
.auth-container .auth-agreements {
  margin: 15px 0;
  position: relative;
}
.auth-container .auth-agreements .main-user-consent-request {
  cursor: pointer;
  display: block;
  font-size: 12px;
  line-height: 1.2;
  margin: 10px 0;
}
.auth-container .auth-agreements .main-user-consent-request input {
  margin-right: 8px;
}
.auth-container .auth-agreements .main-user-consent-request input[type="checkbox"] {
  display: inline-block;
  width: inherit;
  height: inherit;
}
.auth-container .auth-agreements .main-user-consent-request-announce-link {
  margin-left: 0;
}
.auth-container .auth-agreements .main-user-consent-request-announce-link a {
  color: #FF373A;
  text-decoration: underline;
}
.auth-container .auth-agreements .auth-button-active {
  background-color: #FF373A;
  cursor: pointer;
}
.auth-container .auth-agreements span.requirement {
  color: #FF373A;
}
.auth-container .auth-agreements .auth-error {
  color: #ff6a6c;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 10px;
}

.auth-phone-section .auth-phone-label {
  color: #666;
  display: block;
  font-size: 14px;
  margin-bottom: 8px;
}
.auth-phone-section .auth-phone-hint {
  color: #999;
  font-size: 12px;
  margin-bottom: 15px;
  margin-top: 5px;
}
.auth-phone-section .auth-privacy-notice {
  color: #999;
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 15px;
  margin-top: 5px;
}
.auth-phone-section .auth-divider {
  background-color: #ddd;
  height: 1px;
  margin: 15px 0;
}
.auth-phone-section a {
  color: #FF373A;
}
.auth-phone-section .auth-switch-mode {
  padding-top: 10px;
  margin-top: 0;
}
.auth-phone-section .auth-switch-mode a {
  border: 1px solid #379ea1;
  color: #379ea1;
  border-radius: 4px;
  display: block;
  font-size: 12px;
  padding: 5px 0;
  text-align: center;
  width: 100%;
}
.auth-phone-section .auth-switch-mode a:hover {
  background-color: #379ea1;
  color: #fff;
}

.auth-input, .auth-button {
  border: 1px solid #ddd;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 16px;
  padding: 12px 15px;
  transition: border-color 0.3s;
  width: 100%;
}
.auth-input:focus, .auth-button:focus {
  border-color: #379ea1;
  outline: none;
}
.auth-input::placeholder, .auth-button::placeholder {
  color: #b3b3b3;
}
.auth-button {
  background-color: #ddd;
  color: #fff;
  cursor: not-allowed;
  font-weight: bold;
  margin-bottom: 0;
  transition: all 0.3s;
}
.auth-button-active {
  background-color: #379ea1;
  cursor: pointer;
}
.auth-button-active:hover {
  background-color: #ff6a6c;
}
.auth-error {
  color: #FF373A;
  font-size: 12px;
  margin-bottom: 10px;
  margin-top: 5px;
}
.auth-title {
  color: #666;
  font-size: 16px;
  margin-bottom: 15px;
  text-align: left;
}
.auth-timer {
  color: #666;
  font-size: 14px;
  margin-top: 10px;
  text-align: center;
}
.auth-resend {
  color: #FF373A;
  cursor: pointer;
  font-weight: bold;
  text-decoration: none;
  transition: opacity 0.3s;
}
.auth-resend:hover {
  opacity: 0.8;
}
.auth-welcome {
  color: #666;
  font-size: 20px;
  padding: 20px 0;
  text-align: center;
}
.auth-blocked {
  color: #FF373A;
  font-weight: bold;
  padding: 20px;
  text-align: center;
}

@media (max-width: 480px) {
  .auth-container {
    margin: 0 15px;
    max-width: calc(100% - 30px);
  }
  .auth-container-body {
    padding: 20px 15px;
  }
}

/*# sourceMappingURL=style.css.map */
