
@font-face {
    font-family: Inter;
    src: url("/static/font/Inter-Regular.ttf");
  }
  
  @font-face {
    font-family: InterBold;
    src: url("/static/font/Inter-Bold.ttf");
  }

p
{
    font-family: Inter;
}

.logo
{
    width: 90%;
    margin-bottom: 50px;
    max-width: 500px;
}

a
{
    color: var(--primary);
}

.sign_in
{
    display: block;
    font-family: Inter;
    font-weight: 600;
    font-size: 32px;
    color: var(--white);
    width: 100%;
    text-align: center;
}

/* .login_form
{
    text-align: center;
    margin-top: 40px;
    width: 90%;
    text-align: left;
} */

.content
{
    display: block;
    position: relative;
    top: 100px;
    margin: -10px auto;
    width: 60%;
    min-width: 300px;
    height: 680px;
}

.content_password_rest {
    width: 80%;
}

.error_message
{
    text-align: center;
    font-family: Inter;
    color: var(--warning);
    font-weight: 600;
}

.stay_logged_in
{
    text-align: center;
    font-family: Inter;
    font-size: 22px;
    color: var(--white);
    width: 100%;
    margin-top: 50px;
    margin-bottom: 10px;
    cursor: default;
}

.stay_logged_in_warning
{
    text-align: center;
    font-family: Inter;
    font-size: 8px;
    color: var(--white);
    width: 100%;
}

.stay_logged_in_cb
{
    text-align: center;
    font-family: Inter;
    font-size: 8px;
    color: var(--white);
    width: 100%;
    background-color: transparent;
}

.sign_in_button
{
    width:369px;
    height:50px;
    background-color: var(--primary);
    font-family: Inter;
    font-size: 22px;
    color: var(--white);
    border: 0px;
    text-align: center;
    cursor: pointer;
}

.get_help
{
    position: relative;
    font-family: Inter;
    color: var(--white);
    font-size: 22px;
    
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px var(--primary-light) inset !important;
    border-bottom-color: var(--primary-light);
}

/* input[type="text"]
{
    background: transparent;
    border: none;
    color: #ffffff;
    width: 100%;
} */

/* input[type="password"]
{
    background: transparent;
    border: none;
    color: #ffffff;
    width: 100%;
} */

/* input[type="checkbox"]
{
    background: transparent;
    border: none;
    color: #ffffff;
    height: 22px;
    width: 22px;
}

input[type="checkbox"]:before {
    background-color: yellow;
    content: "";
    display: inline-block;
    height: 16px;
    width: 16px;
    margin-right: 10px;
    border: 2px solid black;
  } */

  input[type="checkbox"] {
    position: absolute;
  }
  input:focus::placeholder {
    color: transparent;
  } 
  
  input[type="checkbox"]:before {
    background-color: var(--white);;
    content: "";
    display: inline-block;
    height: 24px;
    width: 24px;
    margin-right: 10px;
    border: 2px solid var(--white);
    border-radius: 2px;
    cursor: pointer;
  }
  
  input[type="checkbox"]:checked:before {
    background-color: var(--primary);
    content: "✔";
    color: var(--white);
    font-size: 14px;
    text-align: center;
    z-index: 1;
    border: none;
  }

  .input_wrapper {
    display: flex;
    flex-direction: column;
    width: 500px;
    padding-bottom: 30px;
    gap: 5px;
  }

  .input_primary_label {
    color: #949494;
    font-weight: 400;
    font-size: 20px;
    font-family: Inter;
  }

  .input_primary {
    border-color: #949494;
    outline: #949494;
    height: 50px;
    font-size: 22px;
    color: var(--grey);
    font-weight: 500;
    border-radius: 11px;
    padding: 0 10px;
    border: 1px solid #949494;
  }
  


.form_icon
{
    width: 40px;
    text-align: right;
    color:var(--white);
}

.icon
{
    padding-bottom: 2px;
    height: 34px;
}

.form_label
{
    width: 120px;
    color: var(--white);
    text-align: right;
    padding-right: 20px;
    padding-top: 5px;
}

.general_text
{
    font-family: Inter;
    color: var(--grey);
    font-size: 22px;
    font-weight: 400;
}

.general_text_bold
{
    font-size: 32px;
    font-weight: 700;
}

.footer_text
{
    position: absolute;
    font-family: Inter;
    font-size: 10px;
    color: #565657;
    bottom: -40px;
}

.form_field
{
    width: 60%;
    color: var(--white);
    
}

.label_underline
{
    border-top: 1px solid var(--white);
    margin-top: 0px;
}

a
{
    text-decoration: none;
}

.centered_panel
{
    display: block;
    text-align: center;
    /* background-color: darkgoldenrod; */
}

.login_centered_panel
{
    display: flex;
    align-items: center;
    justify-content: center;
}

.login_submit_centered_panel
{
    padding-top: 40px; 
    position: relative;
    z-index: 2;
}

.form {
    display: grid;
    gap: 30px;
}

.form_group {
    position: relative;
    padding: 30px 0 0;
    margin-top: 10px;
    width: 50%;
  }
  .form__field {
    font-family: inherit;
    width: 100%;
    border: 0;
    border-bottom: 2px solid var(--white);
    outline: 0;
    font-size: 22px;
    color: var(--white);
    padding: 7px 0;
    background: transparent;
    transition: border-color 0.2s;
    text-align: center;
  }
  .form__field::placeholder {
    text-align: center;
    color: var(--white);
  }
  .form__field ~ .form__label {
    font-size: 1.3rem;
    cursor: text;
    left: 30px;
    top: 38px;
  }
  
  .form__label {
    position: absolute;
    top: 0;
    display: block;
    font-size: 1rem;
    color: var(--white);
  }
  
  /* reset input */
  .form__field:required, .form__field:invalid {
    box-shadow: none;
  }

  .form_password_reset {
    text-align: center;
  }

  .section_password_reset {
    background-color: var(--white);
    padding: 25px;
    border-radius: 33px;
  }
  
  @media screen and (max-width: 1100px) {
    .form__field ~ .form__label {
        left: 20px;
      }

  }

  @media screen and (max-width: 850px) {
    .form__field ~ .form__label {
        left: 5px;
      }
  }

  @media screen and (max-width: 750px) {
    .input_wrapper {
        width: 400px;
      }

      .sign_in_button{
        width: 300px
      }
  }

  @media screen and (max-width: 650px) {
    .form__field ~ .form__label {
        left: 0px;
      }
      .input_wrapper {
        width: 300px;
      }
  }

