@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
}

body {
  background-color: #f4fef9;
  font-size: 15px;
}

.container {
  max-width: 500px;
}

.divider {
  display: flex;
  margin: 16px 0;
  color: rgba(36, 37, 41, 0.85);
  font-weight: 500;
  font-size: 15px;
  white-space: nowrap;
  text-align: center;
  border-top: 0;
  border-top-color: rgba(0, 0, 0, 0.06);
}
.divider:before {
  position: relative;
  top: 50%;
  width: 50%;
  border-top: 1px solid transparent;
  border-top-color: inherit;
  border-bottom: 0;
  transform: translateY(50%);
  content: "";
}
.divider span {
  padding: 0 10px;
}
.divider:after {
  position: relative;
  top: 50%;
  width: 50%;
  border-top: 1px solid transparent;
  border-top-color: inherit;
  border-bottom: 0;
  transform: translateY(50%);
  content: "";
}

.login-page .form-area {
  width: 100%;
  background-color: white;
  padding: 20px;
  border-radius: 10px;
}
.login-page .form-area .form-title {
  text-align: center;
  margin-bottom: 40px;
  font-weight: 600;
  color: #0a3632;
  letter-spacing: -1px;
}
.login-page .form-area a {
  font-size: 14px;
  color: #0a3632;
  font-weight: 500;
}
.login-page .form-area label {
  font-size: 14px;
  font-weight: 500;
  color: #242529;
  margin-bottom: 10px;
}
.login-page .form-area .btn {
  width: 100%;
  height: 40px;
  border-radius: 5px;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 500 !important;
  border: none !important;
  color: #fff;
  background-color: #0a3632 !important;
}
.login-page .form-area p {
  font-size: 14px;
  font-weight: 500;
  color: #242529;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0px;
}

.btn-register {
  font-size: 14px;
}

.register-page .form-area {
  width: 100%;
  background-color: white;
  padding: 20px;
  border-radius: 10px;
}
.register-page .form-area .form-title {
  text-align: center;
  margin-bottom: 40px;
  font-weight: 600;
  color: #0a3632;
  letter-spacing: -1px;
}
.register-page .form-area a {
  color: #0a3632;
  font-weight: 500;
}
.register-page .form-area label {
  font-size: 14px;
  font-weight: 500;
  color: #242529;
  margin-bottom: 10px;
}
.register-page .form-area .btn {
  width: 100%;
  height: 58px;
  border-radius: 5px;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 500;
  border: none !important;
  color: #fff;
  background-color: #0a3632 !important;
}
.register-page .form-area .btn-register {
  display: block;
  text-align: center;
  width: 100%;
  padding: 15px;
  line-height: 1;
  text-decoration: none;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  background: #ced4da;
  color: #fff;
}
.register-page .form-area p {
  font-size: 14px;
  font-weight: 500;
  color: #242529;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0px;
}
.register-page .form-area p a {
  text-decoration: none;
}

.forgot-pass-page .container {
  width: 500px;
  background-color: white;
  padding: 40px;
  border-radius: 10px;
  text-align: center;
}
.forgot-pass-page .container img {
  height: 40px;
  margin-bottom: 40px;
}
.forgot-pass-page .container .form-title {
  margin-bottom: 30px;
  font-weight: 600;
  color: #0a3632;
  letter-spacing: -1px;
}
.forgot-pass-page .container label {
  font-size: 14px;
  font-weight: 500;
  color: #0a3632;
  margin-bottom: 10px;
}
.forgot-pass-page .container button {
  width: 100%;
  height: 40px;
  border-radius: 5px;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 500;
  border: none !important;
  background-color: #0a3632 !important;
  margin-bottom: 30px;
  color: #fff;
}
.forgot-pass-page .container a {
  color: #0a3632;
  font-size: 14px;
  font-weight: 500;
}
.forgot-pass-page .container p {
  font-size: 14px;
  font-weight: 500;
  color: #0a3632;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0px;
}
.forgot-pass-page .container p a {
  text-decoration: none;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-primary {
  height: 58px !important;
  border-radius: 12px !important;
  font-size: 16px !important;
  background-color: #0a3632 !important;
  border-color: #0a3632 !important;
}

.logout-btn {
  border-radius: 8px;
  font-size: 14px;
  padding: 6px 12px;
  text-decoration: none;
  color: #0a3632 !important;
  font-weight: 500;
  border: 1px solid #0a3632 !important;
}

.btn-outline-primary {
  height: 58px !important;
  border-radius: 12px !important;
  font-size: 16px !important;
}

.header-subscribe {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .header-subscribe {
    padding: 0 20px;
  }
}

.subscribe-area {
  background-color: #fff;
  padding: 30px 20px;
  border-radius: 10px;
  margin-bottom: 40px;
}
.subscribe-area h2 {
  margin-bottom: 40px;
  font-weight: 600;
  color: #0a3632;
  letter-spacing: -1px;
}
.subscribe-area .coupon-label {
  font-size: 14px;
  font-weight: 500;
}
.subscribe-area .plan-option {
  display: block;
  position: relative;
  margin-bottom: 16px;
  cursor: pointer;
  width: 100%;
}
.subscribe-area .plan-option .plan-radio {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.subscribe-area .plan-option .plan-radio:checked + .plan-content {
  border-color: #0a3632;
  background-color: #f0f7f7;
}
.subscribe-area .plan-option .plan-radio:checked + .plan-content::before {
  content: "";
  position: absolute;
  left: 17px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #0a3632;
}
.subscribe-area .plan-option .plan-content {
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  padding: 20px 20px 20px 45px;
  transition: all 0.2s ease;
  position: relative;
}
.subscribe-area .plan-option .plan-content::after {
  content: "";
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  border: 2px solid #a0a0a0;
  border-radius: 50%;
}
.subscribe-area .plan-option .plan-content:hover {
  border-color: #0a3632;
  background-color: #f8fafa;
}
.subscribe-area .plan-option .plan-title {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 500;
  color: #0a3632;
  margin-bottom: 0px;
}
.subscribe-area .plan-option .plan-title small {
  background-color: #a0e35d;
  font-size: 12px;
  font-weight: 500;
  border-radius: 4px;
  color: #0a3632;
  padding: 2px 8px;
}
.subscribe-area .plan-option .plan-price {
  display: block;
  color: #666;
  font-size: 16px;
  font-weight: 500;
}
.subscribe-area .plan-option .plan-price del {
  opacity: 0.5;
}
.subscribe-area .plan-option .plan-price strong {
  font-size: 18px;
}
.subscribe-area .form-control {
  border: 2px solid #e0e0e0;
  padding: 12px;
  border-radius: 8px;
}
.subscribe-area .form-control:focus {
  border-color: #0a3632;
  box-shadow: none;
}
.subscribe-area .btn-primary {
  background-color: #0a3632;
  border: none;
  padding: 12px;
  font-weight: 500;
}
.subscribe-area .btn-primary:hover {
  background-color: #06201e;
}

.redirect-page {
  text-align: center;
}
.redirect-page h1 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.5px;
}
.redirect-page button {
  margin: 0 auto;
  width: 220px;
  max-width: 100%;
}

.password-container {
  position: relative;
}
.password-container .form-control {
  padding-right: 40px;
}
.password-container .password-toggle {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #6c757d;
  cursor: pointer;
  padding: 0;
  font-size: 1.25rem;
  transition: all 0.3s ease;
  z-index: 5;
}
.password-container .password-toggle:hover {
  color: #0a3632;
}

.password-strength {
  height: 5px;
  background-color: #e9ecef;
  margin-top: 10px;
  border-radius: 3px;
  overflow: hidden;
}
.password-strength .password-strength-bar {
  height: 100%;
  width: 0;
  transition: width 0.3s ease, background-color 0.3s ease;
}

.strength-text {
  font-size: 0.75rem;
  margin-top: 5px;
  text-align: right;
}

.password-requirements {
  list-style: none;
  padding: 0;
  margin: 10px 0 20px;
}
.password-requirements .requirement {
  display: flex;
  align-items: center;
  font-size: 0.85rem;
  color: #6c757d;
  margin-bottom: 5px;
}
.password-requirements .requirement i {
  margin-right: 8px;
  font-size: 1rem;
}
.password-requirements .requirement.requirement-not-met i {
  color: #dc3545;
}
.password-requirements .requirement.requirement-met {
  color: #333;
}
.password-requirements .requirement.requirement-met i {
  color: #28a745;
}

.register-page .form-area {
  padding: 30px;
}
.register-page .form-area .form-floating {
  margin-bottom: 20px;
}/*# sourceMappingURL=auth.css.map */