/* /app/member/password-reset/password-reset.css */

html,
body{
  margin:0;
  padding:0;
  min-height:100%;
}

body{
  font-family:"Inter", Arial, sans-serif;
  background:#eef1f3;
  color:#0d1114;
}

#gts-app-shell{
  min-height:100dvh !important;
  display:flex !important;
  flex-direction:column !important;
}

#gts-main{
  flex:1 1 auto !important;
  min-height:0 !important;
}

#password-reset-container{
  width:100%;
  max-width:430px;
  margin:0 auto;
  padding:22px 18px 78px;
  box-sizing:border-box;
}

.password-reset-header{
  position:relative;
  padding:8px 4px 18px;
}

.password-reset-back{
  position:absolute;
  left:0;
  top:2px;

  width:42px;
  height:42px;

  display:flex;
  align-items:center;
  justify-content:center;

  border-radius:12px;

  color:#287d95 !important;
  background:#fff !important;

  text-decoration:none !important;
  font-size:32px;
  font-weight:500;
  line-height:1;

  box-shadow:0 4px 14px rgba(24,55,70,.08);
}

.password-reset-heading{
  padding:0 40px;
  text-align:center;
}

.password-reset-kicker{
  margin:0 0 5px;

  color:#217b96;
  font-size:13px;
  font-weight:800;
  letter-spacing:1.25px;
}

.password-reset-heading h1{
  margin:0 0 8px;

  font-size:28px;
  line-height:1.1;
  font-weight:850;
  letter-spacing:-.5px;
}

.password-reset-heading p{
  margin:0 auto;
  max-width:320px;

  color:#60727d;
  font-size:14px;
  line-height:1.45;
  font-weight:500;
}

.password-reset-card{
  padding:18px;

  background:#fff;
  border:1px solid rgba(29,94,116,.10);
  border-radius:16px;

  box-shadow:0 7px 22px rgba(22,48,62,.07);
}


/* ----------------------------------------
   Ultimate Member password reset form
   ---------------------------------------- */

.gts-password-form .um{
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
  opacity:1 !important;

  color:#26343c !important;
  font-family:"Inter", Arial, sans-serif !important;
}

.gts-password-form .um-form{
  width:100% !important;
}

.gts-password-form .um-field{
  padding:12px 0 0 !important;
}

.gts-password-form .um-field:first-child{
  padding-top:0 !important;
}

.gts-password-form .um-field-label{
  margin:0 0 6px !important;
}

.gts-password-form .um-field-label label{
  color:#26343c !important;
  font-family:"Inter", Arial, sans-serif !important;
  font-size:13px !important;
  line-height:1.3 !important;
  font-weight:750 !important;
}

.gts-password-form .um-form input[type="text"],
.gts-password-form .um-form input[type="email"],
.gts-password-form .um-form input[type="password"]{
  width:100% !important;
  height:48px !important;

  box-sizing:border-box !important;

  padding:0 13px !important;

  border:1px solid #d6e0e5 !important;
  border-radius:10px !important;

  background:#fff !important;
  color:#111 !important;

  font-family:"Inter", Arial, sans-serif !important;
  font-size:15px !important;

  box-shadow:none !important;
  outline:none !important;
}

.gts-password-form .um-form input:focus{
  border-color:#398aa0 !important;
  box-shadow:0 0 0 3px rgba(57,138,160,.10) !important;
}

.gts-password-form .um-field-error,
.gts-password-form .um-error-block,
.gts-password-form .um-notice,
.gts-password-form p.um-notice.err{
  margin:0 0 12px !important;
  padding:10px 12px !important;

  border-radius:8px !important;

  font-size:13px !important;
  line-height:1.4 !important;
}

.gts-password-form .um-field-error,
.gts-password-form .um-error-block,
.gts-password-form p.um-notice.err{
  background:#fff0f0 !important;
  color:#a93232 !important;
}

.gts-password-form .um-message,
.gts-password-form .um-notice.success{
  margin:0 !important;
  padding:11px 13px !important;

  border:1px solid #cbe7d9 !important;
  border-radius:9px !important;

  background:#eef8f3 !important;
  color:#27684b !important;

  font-size:13px !important;
  line-height:1.45 !important;
}

.gts-password-form .um-col-alt,
.gts-password-form .um-col-alt-b{
  margin:18px 0 0 !important;
  padding:0 !important;
}

.gts-password-form .um-center{
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
  text-align:center !important;
}

.gts-password-form input[type="submit"].um-button{
  width:100% !important;
  max-width:none !important;
  min-width:0 !important;
  min-height:54px !important;

  box-sizing:border-box !important;

  margin:0 !important;
  padding:0 18px !important;

  border:1px solid #34869c !important;
  border-radius:10px !important;

  background:#34869c !important;
  color:#fff !important;

  box-shadow:0 6px 16px rgba(33,105,126,.18) !important;

  font-family:"Inter", Arial, sans-serif !important;
  font-size:15px !important;
  line-height:1 !important;
  font-weight:800 !important;

  cursor:pointer !important;
}

.gts-password-form input[type="submit"].um-button:hover,
.gts-password-form input[type="submit"].um-button:focus,
.gts-password-form input[type="submit"].um-button:active{
  background:#34869c !important;
  color:#fff !important;
}

.gts-password-form a,
.gts-password-form a:hover,
.gts-password-form a:focus,
.gts-password-form a:active{
  color:#267b94 !important;
}

.password-reset-error{
  display:flex;
  flex-direction:column;
  gap:8px;

  text-align:center;
  color:#5e707a;
  font-size:13px;
  line-height:1.45;
}

.password-reset-error strong{
  color:#202a30;
  font-size:15px;
}
