.temphalla-title-wrapper {
  width: 100%;
  text-align: center;
  color: var(--cloudy-grey);
  font-family: var(--font-inter-medium);
  font-size: 25px !important;
  margin-top: 30px;
  padding-bottom: 10px;
}

.temphalla-form-wrapper label {
  color: var(--login-label-color) !important;
  font-family: var(--font-inter-regular);
  font-size: 15px;
  font-weight: normal;
}

.user-pass > div {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.user-pass input {
  width: 100%;
  max-width: 100%;
  border: 1px solid #69696966 !important;
  border-radius: 5px !important;
  padding: 8px 10px;
  box-shadow: none !important;
  min-height: 45px;
}

.temphalla-form-wrapper input[type='submit'] {
  width: 100%;
  border: 1px solid var(--color-blue) !important;
  background-color: var(--color-blue) !important;
  padding: 10px 15px !important;
  border-radius: 6px !important;
  color: var(--color-white) !important;
  margin-top: 10px;
  text-transform: uppercase;
  font-weight: bold;
  box-shadow: none !important;
  cursor: pointer;
  font-family: var(--font-inter-regular);
  height: 45px !important;
  margin-top: 0px !important;
}



.temphalla-form-wrapper input[type='submit']:hover, 
.temphalla-form-wrapper input[type='submit']:focus {
  background-color: var(--color-white) !important;
  color: var(--color-blue) !important;
  transition: all 0.5s;
}

.temphalla-link-wrapper a {
  color: var(--login-label-color);
  text-decoration: none;
  font-size: 15px !important;
  font-family: var(--font-inter-regular);
  font-weight: normal;
}

.temphalla-link-wrapper a:hover,
.temphalla-link-wrapper a:focus {
  color: var(--color-blue) !important;
}

.forgotPasswordWrapper #user-auth-drupal-msgs {
  position: absolute;
  left: 0;
  padding: 0;
  top: 0;
  font-family: var(--font-inter-regular);
}
.forgotPasswordWrapper {
  font-family: var(--font-inter-regular);
}

.forgotPasswordWrapper button.close.alert-close {
  border: 1px solid var(--color-black) !important;
  background-color: transparent !important;
  color: var(--color-black) !important;
  border-radius: 50%;
  max-width: 30px !important;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 30px !important;
}

.forgotPasswordWrapper button.close.alert-close:hover{
  background-color: #9197b34a !important;
  color: var(--color-black) !important;
}

.messages__wrapper p {
  margin-bottom: 0px !important;
}

.forgotPasswordWrapper .messages__wrapper .alert {
  border-radius: 0px !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}

em.placeholder {
  font-style: normal !important;
}

.forgotPasswordWrapper .close span {
  position: relative;
  top: -1px;
}