.app-icon-div {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 15px 20px;
}

.app-icon-div .app-icon {
  width: 100px;
}

.authentication-container {
  height: 105vh;
  align-content: center;
}

.authentication-card {
  padding: 35px 0;
  margin-top: 80px;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.content-title {
  min-height: 62px;
}

.content-title-description {
  font-size: 10px;
  font-weight: bold;
  margin: 0;
}

.quick-access-divider {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: bold;
}

.quick-access-divider::before,
.quick-access-divider::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid #ddd;
}

.quick-access-divider::before {
  margin-right: 10px;
}

.quick-access-divider::after {
  margin-left: 10px;
}

.google-access-btn {
  display: flex;
  justify-content: center;
  gap: 10px;
  color: #006ec2;
  border: 1px solid #006ec2;
  cursor: pointer;
  width: 94%;
  padding: 5px;
  border-radius: 0.25rem;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2), 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}

.google-access-btn span.google-icon {
  background: url(/users/assets/img/g-logo.svg) transparent 5px 50% no-repeat;
  width: 34px;
  height: 20px;
  margin-top: 3px;
}

.google-access-btn span.google-icon-text {
  font-size: 14px;
  font-weight: 600;
}

.password-icon {
  float: right;
  margin-right: 30px;
  margin-top: -32px;
  position: relative;
  z-index: 3;
}

.other-action-links {
  font-size: 14px;
  margin-top: -10px;
}

.other-action-links .link-button-text {
  color: #006ec2;
}

.form-control {
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
}

.form-control:focus {
  border-bottom: 1px solid #006ec2;
  outline: none;
  box-shadow: none;
}

.form-control.is-invalid {
  border: none !important;
  border-bottom: 1px solid #f93154 !important;
  padding-right: calc(1.6em + 0.75rem) !important;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23f93154'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23f93154' stroke='none'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right calc(0.4em + 0.1875rem) center !important;
  background-size: calc(0.8em + 0.375rem) calc(0.8em + 0.375rem) !important;
  margin-bottom: 0;
}

.form-control.is-invalid:focus {
  border-bottom: 1px solid #f93154 !important;
  box-shadow: none !important;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: transparent;
    opacity: 1;
    cursor: not-allowed;
}

.invalid-feedback {
  margin: 0;
}

.password-reset-form-div {
  min-height: 210px;
}

.btn-submit {
  background-color: #006ec2;
  width: 100%;
  color: #ffffff;
  text-transform: none;
  font-weight: 600;
  height: 45px;
  font-size: 14px;
}

.btn-submit:hover {
  color: #ffffff;
}

/* Sign up form styles */
.registration-form .password-policy {
  float: right;
  max-width: 250px;
  padding: 0;
  text-align: center;
  border-radius: 0;
  position: absolute;
  display: none;
}

.registration-form .password-policy .card {
  border-radius: 0;
  background: #e8edf5;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  position: relative;
  top: -65px;
  left: 380px;
  z-index: 10;
}

.registration-form .password-policy .card-body {
  padding: 5px;
}

.registration-form .password-policy .card-title {
  text-align: start;
  font-size: 12px;
  font-weight: bold;
  color: #000;
  margin-bottom: 5px;
}

.registration-form .password-policy .card-text {
  text-align: start;
  font-size: 12px;
  color: #323336;
  margin-top: 1px;
  margin-bottom: 0px;
}

/* Verify OTP form styles */
.verify-otp-form .otp-inputs {
  display: flex;
  justify-content: center;
}

.verify-otp-form .otp-inputs input {
  width: 32px;
  height: 32px;
  text-align: center;
  border: none;
  border-bottom: 1.5px solid #d2d2d2;
  margin: 0 15px;
}

.verify-otp-form .otp-inputs input:focus {
  border-bottom: 1.5px solid deepskyblue;
  outline: none;
}

/* Change password form style */
.change-password-form .password-validation-message-div {
  display: none;
  background: #f1f1f1;
  color: #000;
  position: relative;
  padding: 20px;
  margin-top: -16px;
  margin-left: 410px;
  border-radius: 20px;
  z-index: 10;
}

.change-password-form .password-validation-message-div::after {
  content: '';
  position: absolute;
  top: 0%;
  left: 0%;
  margin-left: -27px;
  border-width: 15px;
  rotate: 90deg;
  margin-top: 17px;
  border-style: solid;
  border-color: #f1f1f1 transparent transparent transparent;
}

.change-password-form .password-validation-message-div p {
  padding: 2px 35px;
  font-size: 12px;
}

.change-password-form .password-validation-message-div .valid {
  color: green;
}

.change-password-form .password-validation-message-div .valid:before {
  position: relative;
  left: -35px;
  content: '✔';
}

.change-password-form .password-validation-message-div .invalid {
  color: red;
}

.change-password-form .password-validation-message-div .invalid:before {
  position: relative;
  left: -35px;
  content: '✖';
}

/* Custom radio button styles (currently unused) */
.custom-radio {
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
}

.custom-radio input {
  display: none;
}

.custom-radio .radio-btn {
  text-align: center;
  width: 50%;
}

.custom-radio label {
  position: relative;
  color: #424242;
  background-color: #f7f7f9;
  font-size: 27px;
  text-align: center;
  height: 40px;
  width: 90%;
  line-height: 150px;
  cursor: pointer;
  border: 3px solid transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 15px;
  display: flex;
  justify-content: center;
}

.custom-radio .material-icons {
  font-size: 27px;
  position: absolute;
  top: 5px;
}

.custom-radio .custom-radio-description {
  font-size: 12px;
  margin-bottom: 0;
  width: 90%;
}

.custom-radio .radio-btn:nth-of-type(2) .custom-label,
.custom-radio .radio-btn:nth-of-type(2) .custom-radio-description {
  float: right;
}

.custom-radio input:checked + label {
  border: 2px solid #006ec2;
  background-color: #f5fbff;
  color: #006ec2;
}

.custom-radio input:checked + label:after {
  content: '\2713';
  width: 20px;
  height: 20px;
  line-height: 22px;
  border-radius: 100%;
  background-color: #006ec2;
  color: #fff;
  z-index: 4;
  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 10px;
  font-weight: bold;
}
