  /* Global User Login Design
  –––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Label Styling for Login Screens */
.signin_label {
  color: #438FFD;
}

/* User Login Screen Email, Password, First and Last Name Inputs  */
.login_text_input {
  width: 320px !important;
  border-radius: 4px;
  appearance: none;
  border: .5px solid;
  background: none;
  height: 38px;
  color: white;
  padding: 2.5px;
  padding-left: 5px;
  text-overflow: ellipsis;
}

.login_text_input:-webkit-autofill {
  /* -webkit-box-shadow: 0 0 0 1000px white inset !important; */
  -webkit-text-fill-color: black 
}


/* Password rules */
.user_login_password_instructions{
  color: #ABB6C2;
  margin-left: -90px;
}

/* Instructions Styling for Login Screens; uses H6 */
.instructions_label {
  font-size: 1rem; 
  line-height: 1.6;  
  letter-spacing: 0; 
  margin-bottom: 0.75rem; 
  margin-top: 0.75rem;
}

/* Password rules */
.user_login_password_instructions{
  color: #ABB6C2;
  margin-left: -90px;
}

/* Password rules bulleted list */
.user_login_password_instructions_body {
  color: #ABB6C2;
  margin-bottom: 12px;
}

/* Forgot Password Button */
.forgot_password_button {
  background: none;
  color: rgba(224, 226, 233, .75);
  border: none;
  padding: 2.5px 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  height: 38px;
  margin: 6px 4px;
  margin-top: 15px;
  margin-bottom: 15px;
  cursor: pointer;
  border-radius: 5px;
  letter-spacing: -0.02em;
  font-weight: 400;
  font-style: normal;
}


.forgot_password_button:hover {
  cursor: pointer;
  background: none;
  color: rgba(224, 226, 233, .75);
  border: none;
  padding: 2.5px 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  height: 38px;
  margin: 6px 4px;
  margin-top: 15px;
  margin-bottom: 15px;
  cursor: pointer;
  border-radius: 5px;
  letter-spacing: -0.02em;
  font-weight: 400;
  font-style: normal;
}

  /* Button used to move forward e.g., "Continue", "Next" or "Sign-up"
  –––––––––––––––––––––––––––––––––––––––––––––––––– */

.login_continue_button  {
  font-weight: bold;
  padding: 5px;
  object-fit: contain;
  position: relative;
  color: white;
  font-size: 13px;
  height: 38px;
  width: 320px;
  border-radius: 5px;
  appearance: none;
  background-color: #438FFD;
  border: none;
  text-align: center;
  display: inline-block;
  justify-content: center;
  align-items: center;
}
  
.login_continue_button:hover {
  background-color: #0969f4;
}


  /* Right Arrow Button (Small)
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.right_arrow_button_small {
  /* background-image: url("/assets/icons/arrow_right.svg"); */
  /* background-position: right;
  background-size: 13%;
  background-repeat: no-repeat;
  background-position-x: 87px; */

  font-weight: bold;
  padding: 5px;
  object-fit: contain;
  position: relative;
  color: white;
  font-size: 13px;
  height: 30px;
  width: 109px;
  border-radius: 5px;
  appearance: none;
  background-color: #438FFD;
  border: none;
  
  text-align: center;
  display: inline-block;
  justify-content: center;
  align-items: center;
}

.right_arrow_button_small:hover {
  /* background-image: url("/assets/icons/arrow_right.svg"); */
  background-color: #0969F4;
}