.login.login-lg {
  --login-lg-width: 880px;
}

.login .login-wrapper {
  --login-border-radius: 5px;
  /* --login-box-shadow: none; */
}

.login .login-body.register {
  --login-padding: 24px 20px 24px 20px;
}

.loginForm .section {
  --ca-section-sm-spacing: 8px;
}

.loginForm .section .section-header {
  --ca-section-header-margin-bottom: 16px;
}

.loginForm .section .section-header .section-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  color: #2e3136;
}

.loginForm .section .section-header {
  --ca-section-header-margin-bottom: 16px;
}

.loginForm .section .section-body .form-group {
  --form-group-margin-bottom: 16px;
}

.loginForm .section .section-body .form-group.has-error input,
.loginForm .section .section-body .form-group.has-error select {
  --input-bg: #fce9ea;
  --input-border: 1px solid #d82732;
}

.loginForm .section .section-body .form-group label {
  --label-margin-bottom: 8px;
  --input-label-color: #5f646f;
  --input-label-font-size: 14px;
  --input-label-font-weight: 400;
  line-height: 18px;
}

.loginForm .section .section-body .form-group label::after {
  --text-lighter-color: #5f646f;
  right: -6px;
  top: -1px;
}

.loginForm .section .section-body .form-group input,
.loginForm .section .section-body .form-group select {
  --ui-height-base: 40px;
  --input-font-size: 16px;
  --input-font-weight: 400;
  --input-line-height: 16px;
  --input-color: #2a2c2f;
  --input-bg: #ffffff;
  --input-border: 1px solid #dde0e3;
  --input-border-radius: 4px;
  --ui-padding-base-v: 8px;
  --ui-padding-base-h: 16px;
  transition: 0.2s all linear;
}

.loginForm .section .section-body .form-group .help-block {
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  margin-top: 8px;
  margin-top: 4px;
  color: #d82732;
}

.radio-group {
  display: flex;
  gap: 35px;
  align-items: center;
}

.radio-option {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-bottom: 0;
}

.radio-input {
  display: none;
}

.custom-circle {
  width: 16px;
  height: 16px;
  min-width: 16px;
  border-radius: 50%;
  border: 2px solid #dde0e3;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  box-sizing: border-box;
}

.custom-circle::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: white;
  display: none;
}

.radio-input:checked + .custom-circle {
  background-color: #f2821b;
  border-color: #f2821b;
}

.radio-input:checked + .custom-circle::after {
  display: block;
}

.radio-label {
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  color: #17191c;
}

.ask-tooltip {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #acafb9;
  color: #fff;
  font-size: 10px;
  line-height: 12px;
  font-weight: 600;
  margin-left: 4px;
}
