
* {
    /* box-sizing: border-box; */
    /* margin: 0px; */
    /* padding: 0px; */
    text-align: right;
    font-family: "heebo";
  }
  
  body {
    
      background: url(../images/backgrounds/login_background.png) -1% 52%;
      background-color: #112048;
  
  }

  img:hover{
    cursor: pointer;
  }
  
  label {
    color: white;
    font: normal normal bold 20px/29px "Heebo";
  }
  
  h1 {
    color: white;
    text-align: center;
    font-weight: bold;
  }
  
  .form-group input {
    width: 431px;
    height: 60px;
    background: #112048 0% 0% no-repeat padding-box;
    box-shadow: 3px 3px 20px #0000001a;
    border-radius: 20px;
    border: none;
  }
  
  input::placeholder {
    font: normal normal normal 20px/29px "Heebo";
  }
  
  .form-container {
    width: 559px;
    height: 633px;
    background: #233664 0% 0% no-repeat padding-box;
    box-shadow: 3px 3px 20px #0000001a;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  
  .form-wrapper {
    /* display: flex; */
    align-items: center;
    /* flex-wrap: nowrap; */
    /* height: 100vh; */
    justify-content: center;
    flex-direction: column;
  }
  
  .form-wrapper > img {
    margin-top: 93px;
    margin-bottom: 93px;
  }

  #takanon_link{
    color: white;
  }
  
  .login_btn {
    background-color: #06adb4;
    width: 431px;
    height: 60px;
    background: #06adb4 0% 0% no-repeat padding-box;
    box-shadow: 3px 3px 20px #0000001a;
    border-radius: 20px;
    border: none;
    color: white;
    text-align: center;
    margin-top: 60px;
    font: normal normal bold 20px/29px "Heebo";
  }

  .add_2fa_btn {
    width: 40%;
    height: 100%;
    background-color: #06adb4;
    background: #06adb4 0% 0% no-repeat padding-box;
    box-shadow: 3px 3px 20px #0000001a;
    border-radius: 15px;
    border: none;
    color: white;
    text-align: center;
    font: normal normal bold 20px/29px "Heebo";
  }

  .skip_2fa_btn {
    width: 40%;
    height: 100%;
    background-color: #233664;
    background: #233664 0% 0% no-repeat padding-box;
    box-shadow: 3px 3px 20px #0000001a;
    border-radius: 15px;
    border: 3px solid #06adb4;
    color: white;
    text-align: center;
    font: normal normal bold 20px/29px "Heebo";
  }
  
  .checkbox {
    margin-left: 330px;
    margin-top: 20px;
  }
  
  .checkbox > label {
    font: normal normal normal 20px/29px "Heebo";
  }
  
  .registration {
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin-top: 52px;
    color: white;
    font: normal normal normal 20px/29px "Heebo";
  }

 
  .forgot_password{
    display: flex;
    flex-direction: row;
    color: white;
    font: normal normal normal 15/20px "Heebo";
  }
  
  .registration > button {
    text-decoration: underline;
    background-color: transparent;
    color: white;
    border: none;
    font: normal normal bold 20px/29px "Heebo";
  }

  .forgot_password > button{
    text-decoration: underline;
    background-color: transparent;
    color: white;
    border: none;
    font: normal normal bold 15px/20px "Heebo";
  }
  

  .form-text{
      color: red;
  }
  
  @media only screen and (max-width: 768px) {
    /* For mobile phones: */

    .form-wrapper > img {
        margin-top: 10px;
        margin-bottom: 10px;
    }
  
    .form-container {
      width: 90vw;
      /* height: fit-content; */
    }
  
    .form-group {
      margin-top: 25px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 100%;
    }
  
    .form-group > input {
      width: 80%;
    }
  
    .login_btn {
      width: 80%;
      height: 60px;
      margin-top: 30px;
    }
  
    .checkbox {
      margin-left: 0px;
    }
  
    .registration {
      margin-top: 25px;
      margin-bottom: 15px;
    }
  }

.qr-div {
  margin-bottom: 1em;
  margin-top: 0.5em;
  padding: 0.5em;
  background-color: white;
  border-radius: 10px;
}

.suggest_2fa_container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  gap: 2%;
}

.suggest_2fa_btns {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 12%;
  gap: 2%;
  margin-bottom: 1%;
}

.suggest_2fa_text {
  color: white;
  width: 81%;
  text-align: center;
}
  