@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;900&display=swap');

html {
  height: 100%;
}

BODY {
  background-color: #F1F1F1;
  margin: 0px;
  padding: 0; 
}

*{
  font-family: 'Roboto', sans-serif !important;
  font-weight: 400 !important;
}

input[type="submit"], .btn {
  font-weight: 400 !important;
  padding: 1em !important;
  box-shadow: none !important;
  padding: 1em 1.5em !important;
  margin: 0;
}

 .aside-img {
  background-image: url(../images/index.svg);
  background-size: cover;
  background-size: 80vh;
  background-repeat: no-repeat;
  background-position: bottom center;
  margin-bottom:5vh;
 }

.login-aside {
  background-position: center;
  background-size: cover;
}

.login.login-1 .login-signin,
.login.login-1 .login-signup,
.login.login-1 .login-forgot {
  overflow-x: hidden;
  display: none; }

.login.login-1.login-signin-on .login-signup {
  display: none; }

.login.login-1.login-signin-on .login-signin {
  display: block; }

.login.login-1.login-signin-on .login-forgot {
  display: none; }

.login.login-1.login-signup-on .login-signup {
  display: block; }

.login.login-1.login-signup-on .login-signin {
  display: none; }

.login.login-1.login-signup-on .login-forgot {
  display: none; }

.login.login-1.login-forgot-on .login-signup {
  display: none; }

.login.login-1.login-forgot-on .login-signin {
  display: none; }

.login.login-1.login-forgot-on .login-forgot {
  display: block; }

.form-group {
  width: 100% !important;
}

.form-group a {
  font-weight: 400 !important;
}

.login-form{
  max-width: 350px;
}

.login-content {
  padding: 0.8em;
}

.fv-plugins-message-container {
  margin-top:.25rem;
}
.fv-plugins-message-container .fv-help-block {
  color:#f64e60;
  font-size:.85em;
  font-weight:400;
}

input[type="text"], input[type="password"] {
  box-shadow: none !important;
  padding: 1.2em;
  margin: 0;
}

input[type="text"], input[type="password"] {
  background: var(--bkg-color6);
  border: 0;
}

input[type="text"]:focus, input[type="password"]:focus {
  background: var(--bkg-color7);
  border: 0;
}

#togglePassword{
  font-family: 'Font Awesome 5 Free' !important;
  font-weight: 900 !important;

  width: 25px;
  position: relative;
  float: right;
  margin-top: -37px;
  margin-right: 20px;
  cursor: pointer;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.footer {
  position: absolute;
  margin-bottom: 20px;
  bottom: 0;
  text-align: center;
  align-self: center;

}

.splash-img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

h4 trad{
    font-size: 2rem;
    font-weight:800 !important;
    font-family:'Poppins' !important;
}

.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free") !important;
  font-weight: var(--fa-style, 900) !important; 
}

@media (min-width: 992px){
  .splash-img {
    min-height:240px;
  }
}

@media (max-width: 992px){
  .aside-img {
    background-size: 45% !important;
  }
  h4{
    margin-top: -80px !important;
  }
  .aside-img {
    display: none !important;
  }
  @media (max-height: 700px){
      .splash-img {
        height: 210px;
      }
  }
  @media (min-height: 700px){
      .splash-img {
        height: 250px;
      }
  }
  @media (min-height: 1000px){
      .splash-img {
        height: 450px !important;
      }
  }
}

.swalResetPassword{
  font-family: 'Poppins' !important;
}