/*--------------------------------------------------
    [TRANSITION]
----------------------------------------------------*/
/* Cubic Bezier Transition */
/***
Login page
***/
/* bg color */
/*---------------------------------AB CSS--------------------------------------------*/
.card-login{
  border-radius: 15px !important;
  padding-top: 2em;
  padding-bottom: 3em;
  height: 37rem;
  max-height: 90%;
  min-height: 26rem;
}

div.card-login{
  width: 32rem !important;
}

.title-login{
  font-family: 'Open Sans', sans-serif;
  font-size: 2rem;
  color: white;
  text-align: center;
}

.changePhone{
  color: #1bbbcd;
  font-size: 14px;
  font-style: italic;
}

.changePhone:hover{
  text-decoration: underline;
  cursor: pointer;
  color: white;
}

.changePhone-paragraph{
  color: #1bbbcd;
  font-size: 14px;
}

.hidden{
  display: none;
}

.title-login2{
  font-family: 'Open Sans', sans-serif;
  font-size: 1.6rem;
  color: white;
  /*margin-top: 2rem;
  margin-bottom: .5rem;*/
  text-align: center;
  font-weight: bold;
}

.input-login{
margin-top: 3vh;
font-family:'Open Sans', sans-serif;
background-color: #1887a7 !important;
color: white !important;
height: 3rem !important;
border-style: none !important;
}

.input-repeat-login{
  margin-top: 2vh;
  font-family:'Open Sans', sans-serif;
  background-color: #1887a7 !important;
  color: white !important;
  height: 3rem !important;
  border-style: none !important;
  }

.input-repeat-wrong{
    margin-top: 2vh;
    font-family:'Open Sans', sans-serif;
    background-color: #1887a7 !important;
    color: white !important;
    height: 3rem !important;
    border: solid 1px red !important;
    }

#login-username{
  padding-left: 3rem;
  background-image: url('/images/login/email.png'); 
  background-repeat: no-repeat; 
  background-size: 18px; 
  background-position: 1rem 1rem;
}

#login-password{
  padding-left: 3rem;
  background-image: url('/images/login/password.png'); 
  background-repeat: no-repeat; 
  background-size: 18px; 
  background-position: 1rem 1rem;
}

#login-email{
  padding-left: 3rem;
  background-image: url('/images/login/email.png'); 
  background-repeat: no-repeat; 
  background-size: 18px; 
  background-position: 1rem 1rem;
}


.login-input:focus{
  outline: none;
  border: none !important;
}


.input-wrong-login{
  margin-top: 3vh;
  font-family: 'Open Sans', sans-serif !important;
  background-color: #1887a7 !important;
  color: white !important;
  height: 3rem !important;
  font-family: open-sans;
  border: solid 1px red !important;
  }

.login-wrong-input:focus{
  outline: none;
  }

.wrong-msg{
  font-family:'Open Sans', sans-serif;
  font-size: 12px;
  color: #ff7e83;
  text-align: center;
  padding-top: .3rem;
  margin-bottom: -.3rem;
  font-weight: bold;
}

.bookmark-msg {
  border: 1px solid #055A6F;      /* Set the border width and color */
  padding: 10px;                  /* Space between text and border */
  border-radius: 5px;             /* Rounded corners */
  color: #055A6F;                 /* Text color */
  font-size: 14px;  
  font-weight: bold;    
  padding-top: 12px;          /* Font size */
}

.flag-img {
  width: 15px;
  height: 15px;
  vertical-align: middle;
}

.region-dropdown {
  justify-content: end;
  padding-right: 40px; 
  padding-bottom: 10px;
}

.custom-dropdown-button {
  background-color: transparent !important;
  color: #1BBBCD !important;
  border: 1px solid #1BBBCD;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}

.dropdown-toggle::after {
  vertical-align: middle !important;
}

.custom-dropdown-button:hover {
  background-color: #1BBBCD !important; /* Hover background color */
  color: white !important;              /* Text color on hover */
  border-color: #1BBBCD;     /* Optional: adjust border color on hover */
}

.custom-dropdown-button:active {
  background-color: #1BBBCD !important; /* Active background color */
  color: white;              /* Text color when active */
  border-color: #055A6F;     /* Optional: adjust border color when active */
}

/* Optional: Red border if `loginFailedMsg` is set */
.custom-dropdown-button.login-failed {
  border-color: red;
}

.msg-small{
  font-family:'Open Sans', sans-serif;
  font-size: 9px;
  color: white;
  text-align: center;
  padding-top: .5vw;
  margin-bottom: -.3vw; 
}

.button-login{
  margin-top: 3vh;
  font-family: 'Open Sans', sans-serif;
  height: 3rem !important;
}

.button-register{
  font-family: 'Open Sans', sans-serif;
  height: 3rem !important;
}

.button-login-qr{
  font-family: 'Open Sans', sans-serif;
  height: 3rem !important;
}


.button-login:focus{
  outline: none;
}

.button-nw-login{
  margin-top: 6vh;
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
}

.button-nw-login:focus{
  outline: none;
}

.link-login{
  font-size: .5em;
  font-family: 'Open Sans', sans-serif;
  margin-top: .5rem;
}


.number-input{
  height: 2em !important;
  margin: 4vh 1em 0vh 0em !important;
  margin: 0px !important;
  font-size: 24 !important;
  font-weight: bold !important;
  text-align: center;
  border-style: none !important;
  color: white !important;
  max-width: 3rem;
}



.number-wrong-input{
  height: 2em !important;
  margin: 4vh 1em 0vh 0em !important;
  margin: 0px !important;
  font-size: 24 !important;
  font-weight: bold !important;
  text-align: center;
  border: solid 1px red!important;
  color: white !important;
  max-width: 3rem;
}

.number-wrong-input:focus{
  outline: none;
}

.number-input::-webkit-inner-spin-button{
  -webkit-appearance: none;
  margin: 0;
  }

.number-wrong-input::-webkit-inner-spin-button{
    -webkit-appearance: none;
    margin: 0;
    }

.subtitle-login{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px; 
    color:#1bbbcd; 
    margin-bottom: 2rem;
    font-style: italic;
  }

.paragraph-login{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color:#1bbbcd;
    text-align: center;
    margin-bottom: 0%;
  }

  .paragraph-login.paragraph-margin{
    margin-top: 5vh;
  }

  .paragraph-login-qr{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color:#1bbbcd;
    text-align: center;
    margin-bottom: 0 !important;
  }

.paragraph-wrong-login{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color:#ff7e83;;
    text-align: center;
    margin-bottom: 0%;
  }

.back-button{
    margin-left: 1em;
    width: 2em;
    height: 2em;
  }

.logo-back{
    width: 7em; 
    padding-top: 1vh;
    align-self: center;

  }

.logo{
    width: 9em; 
    align-self: center;
  }

.logo2{
    width: 7em; 
    align-self: center;
  }

.qrCode{
  align-self: center;

}

.noMargin{
  margin: 0px !important;
}

.noPadding{
  padding: 0px !important;
}

.checkmark-fa{
  color: #1bbbcd;
}

.maxHeight{
  max-height: 40vh !important;
}

.maxHeight2{
  height: 95vh !important;
}

.tooltip-inner{
  max-width: 60vw;
}

.tooltip > .tooltip-inner{
  background-color: white;
  color: #055A6F;
  font-size: 16px;
  padding-top: 1em;
  padding-bottom: 1em;
}


div.tooltip{
  width: 425px;
}

div.tooltip-inner{
  max-width: 425px;
}

.nopadding{
  padding: 0px !important;
}

.nomargin{
  margin: 0px !important;
}


/*---------------------------------AB CSS END--------------------------------------------*/

.login {
  background-color: #364150 !important;
  width: 100vw;
  height: 100vh;
}

.login .content {
  background-color: #eceef1;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  width: 400px;
  margin: 40px auto 10px auto;
  padding: 30px;
  padding-top: 10px;
  overflow: hidden;
  position: relative;
}

.login .content h3 {
  color: #4db3a5;
  text-align: center;
  font-size: 28px;
  font-weight: 400 !important;
}

.login .content h4 {
  color: #555;
}

.login .content .hint {
  color: #999;
  padding: 0;
  margin: 15px 0 7px 0;
}

.login .content .login-form,
.login .content .forget-form {
  padding: 0px;
  margin: 0px;
}

.login .content .form-control {
  border: none;
  background-color: #dde3ec;
  height: 43px;
  color: #8290a3;
  border: 1px solid #dde3ec;
}
.login .content .form-control:focus, .login .content .form-control:active {
  border: 1px solid #c3ccda;
}
.login .content .form-control::-moz-placeholder {
  color: #8290a3;
  opacity: 1;
}
.login .content .form-control:-ms-input-placeholder {
  color: #8290a3;
}
.login .content .form-control::-webkit-input-placeholder {
  color: #8290a3;
}

.login .content select.form-control {
  padding-left: 9px;
  padding-right: 9px;
}

.login .content .forget-form {
  display: none;
}

.login .content .register-form {
  display: none;
}

.login .content .form-title {
  font-weight: 300;
  margin-bottom: 25px;
}

.login .content .form-actions {
  clear: both;
  border: 0px;
  border-bottom: 1px solid #eee;
  padding: 0px 30px 25px 30px;
  margin-left: -30px;
  margin-right: -30px;
}

.login-options {
  margin-bottom: 30px;
  overflow: hidden;
}

.login-options h4 {
  float: left;
  font-weight: 600;
  font-size: 15px;
  color: #7d91aa !important;
}

.login-options .social-icons {
  float: right;
  padding-top: 3px;
}

.login-options .social-icons li a {
  border-radius: 15px 15px 15px 15px !important;
  -moz-border-radius: 15px 15px 15px 15px !important;
  -webkit-border-radius: 15px 15px 15px 15px !important;
}

.login .content .form-actions .checkbox {
  margin-left: 0;
  padding-left: 0;
}

.login .content .forget-form .form-actions {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
}

.login .content .register-form .form-actions {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0px;
}

.login .content .form-actions .btn {
  margin-top: 1px;
}

.login .content .form-actions .btn-success {
  font-weight: 600;
  padding: 10px 20px !important;
}

.login .content .form-actions .btn-default {
  font-weight: 600;
  padding: 10px 25px !important;
  color: #6c7a8d;
  background-color: #ffffff;
  border: none;
}

.login .content .form-actions .btn-default:hover {
  background-color: #fafaff;
  color: #45b6af;
}

.login .content .forget-password {
  font-size: 14px;
  float: right;
  display: inline-block;
  margin-top: 10px;
}

.login .content .check {
  color: #8290a3;
}

.login .content .rememberme {
  margin-left: 8px;
  margin-top: 10px;
}

.login .content .create-account {
  margin: 0 -40px -40px -40px;
  padding: 15px 0 17px 0;
  text-align: center;
  background-color: #6c7a8d;
  -webkit-border-radius: 0 0 7px 7px;
  -moz-border-radius: 0 0 7px 7px;
  -ms-border-radius: 0 0 7px 7px;
  -o-border-radius: 0 0 7px 7px;
  border-radius: 0 0 7px 7px;
}

.login .content .create-account p a {
  font-weight: 600;
  font-size: 14px;
  color: #c3cedd;
}

.login .content .create-account a {
  display: inline-block;
  margin-top: 5px;
}

/* footer copyright */
.login .copyright {
  text-align: center;
  margin: 0 auto 30px 0;
  padding: 10px;
  color: #7a8ca5;
  font-size: 13px;
}

@media (max-width: 440px) {
  /***
  Login page
  ***/
  .login .logo {
    margin-top: 10px;
  }

  .login .content {
    width: 280px;
    margin-top: 10px;
  }

  .login .content h3 {
    font-size: 22px;
  }

  .forget-password {
    display: inline-block;
    margin-top: 20px;
  }

  .login-options .social-icons {
    float: left;
    padding-top: 3px;
  }

  .login .checkbox {
    font-size: 13px;
  }
}
