﻿.auth-wrapper {
  width: 100%;
  max-width: 800px;
  margin: auto;
  height: 100%;
  align-content: center;
  padding: 0 1rem;
}
.auth-wrapper.change-password {
  max-width: 432px;
}

.auth {
  color: #141A1F;
  margin-left: 0px;
}
.auth h1 {
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -1%;
  color: #141A1F;
  margin-bottom: 30px;
}
.auth .form-label, .auth .form-check-label {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.4px;
  color: #3B4044;
}
.auth .col-md-6.offset-md-3 {
  width: 54%;
}
.auth .input-group {
  max-width: 400px;
}
.auth .form-control {
  height: 40px;
  gap: 4px;
  border: 1px solid #B1B5B9;
  border-radius: 6px;
  padding: 12px 10px;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #141A1F !important;
  margin-bottom: 0.5rem;
  width: 400px;
}
.auth .form-control:focus {
  border: 1px solid #207ED5;
  box-shadow: none;
}
.auth .form-control:focus + button {
  border: 1px solid #207ED5 !important;
}
.auth .form-control.input-validation-error {
  border: 1px solid #E66100;
}
.auth .form-control.input-validation-error + button {
  border: 1px solid #E66100 !important;
}
.auth .text-danger {
  color: #E66100 !important;
}
.auth .btn-primary {
  height: 40px;
  gap: 4px;
  border-radius: 6px;
  padding: 16px 8px;
  padding-top: 8px;
  padding-right: 16px;
  padding-bottom: 8px;
  padding-left: 16px;
  background: #FFDC00;
  border: none;
  color: #141A1F;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0;
  transition: 0.3s ease;
}
.auth .btn-primary:hover, .auth .btn-primary:active, .auth .btn-primary:focus {
  background-color: #E6C700;
  color: #141A1F;
  box-shadow: none !important;
}
.auth .form-check-input:checked {
  background-color: #141A1F;
  border-color: #141A1F;
}

#togglePassword {
  height: 40px;
  background-color: transparent;
  border: none;
  color: #141A1F;
  border: 1px solid #B1B5B9;
  border-left: none;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  transition: border 0.3s ease;
}
#togglePassword .icon {
  display: block;
  height: 18px;
  width: 18px;
  margin: auto;
}
#togglePassword .password-show {
  background-image: url("/Fieldman/icons/password-show-icon.svg");
}
#togglePassword .password-hide {
  background-image: url("/Fieldman/icons/password-hide-icon.svg");
}

.auth input:-webkit-autofill,
.auth input:-webkit-autofill:hover,
.auth input:-webkit-autofill:focus,
.auth input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
  -webkit-text-fill-color: #333 !important;
}

input:autofill,
input:autofill:hover,
input:autofill:focus {
  background-color: #fff !important;
  color: #333 !important;
}

.validation-summary-errors {
  color: #E66100;
}
