#heading-login-modal .visually-hidden {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

#heading-login-modal .login-inner__link {
  font-size: 1rem !important;
  font-weight: normal;
  color: #3377BB !important;
  cursor: pointer !important;
  background: none;
  border: none;
  padding: 0;
  outline: none !important;
  -webkit-text-decoration: underline 2px rgba(0, 0, 0, 0) !important;
  -moz-text-decoration: underline 2px rgba(0, 0, 0, 0) !important;
  text-decoration: underline 2px rgba(0, 0, 0, 0) !important;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

#heading-login-modal .login-inner__link:hover {
  color: #16589b !important;
  -webkit-text-decoration-color: #16589b !important;
  -moz-text-decoration-color: #16589b !important;
  text-decoration-color: #16589b !important;
}

#heading-login-modal .login-inner__link:focus {
  color: #16589b !important;
  -webkit-text-decoration-color: #16589b !important;
  -moz-text-decoration-color: #16589b !important;
  text-decoration-color: #16589b !important;
}

.login-header {
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15) !important;
}

.az-separator-login-box {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0.5rem 0 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.az-separator-login-box span {
  font-size: 0.875rem !important;
  font-weight: normal;
  line-height: 1.5;
  text-transform: uppercase;
  color: #c1c1c1;
  padding: 0 0.625rem !important;
}

.az-separator-login-box--line {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 1px;
  background-color: #c1c1c1;
}

.az_gsignin_login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.login-header__heading {
  color: #333 !important;
  font-size: 1rem !important;
  font-weight: bold !important;
  line-height: 1.5 !important;
}

.login-header__close {
  color: #333;
  margin-left: auto;
  outline: none !important;
}

.login-inner {
  padding: 1rem !important;
}

.login-subtext {
  color: #333;
  font-size: 1rem !important;
}

/* Custom Checkbox */
.login-inner .custom-checkbox .custom-control-input:checked~.custom-control-label::before {
  background-color: #3377BB;
  border-color: #3377BB;
}

.login-inner .custom-control-input:active~.custom-control-label::before {
  background-color: #3377BB;
}

.login-inner .custom-control {
  min-height: 38px !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  -webkit-align-items: center !important;
  -moz-box-align: center !important;
  align-items: center !important;
}

.login-inner .custom-control-label {
  font-size: 1rem !important;
  color: #333;
}

.login-inner .custom-control-label::before,
.login-inner .custom-control-label::after {
  top: 3px !important;
}

.login-header__form-password {
  position: relative;
}

.login-header__form-password__input {
  padding: 0.375rem 2.5rem 0.375rem 0.75rem !important;
}

.login-header__form-password__eye {
  position: absolute;
  top: 0px;
  left: -webkit-calc(100% - 42px);
  left: -moz-calc(100% - 42px);
  left: calc(100% - 42px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 42px;
  height: 38px;
  color: #495057 !important;
  font-size: 1rem;
  text-decoration: none !important;
  cursor: pointer;
}

.login-header__form-password__eye:focus-visible {
  color: #495057 !important;
  border: 1px solid #80bdff !important;
  -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.25);
  -moz-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.25);
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  outline: 0;
}