/*FONTS---------------------------------------------------------------------------------------------------------------*/

@font-face {
    font-family: BasisGrotesquePro-Bold;
    src: url("fonts/BasisGrotesquePro-Bold-Web.ttf");
}
@font-face {
    font-family: BasisGrotesquePro-Light;
    src: url("fonts/BasisGrotesquePro-Light-Web.ttf");
}
@font-face {
    font-family: BasisGrotesquePro-Regular;
    src: url("fonts/BasisGrotesquePro-Regular-Web.ttf");
}
@font-face {
    font-family: BasisGrotesquePro-Medium;
    src: url("fonts/BasisGrotesquePro-Medium-Web.ttf");
}

.ht-100{
    height: 100vh;
    min-height: 25rem;
}

.login-form-container {
    background-color: #4A32BC;
    /*background: radial-gradient(#8C7AA5, #8ED2A9);*/
    background-image: url(../images/login/background-login.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.card.login-form {
    border-radius: 1rem;

    /*min-width: 22rem;*/
    /*max-width: 25rem;*/
    margin: 0 auto;
    padding: 0.8rem;
    background-color: #F8F6EC;
}

.login-container {
    width: 25.5rem;
}

.login-form .card-body {
    padding: 2rem 1.25rem 1.25rem 1.25rem;
}

.card-header:first-child {
    /*background-color: white;*/
    font-size: 1.7rem;
    font-weight: 600;
    border-bottom: none;
    border-radius: 1rem 1rem 0 0;
    color: #34296B;
    background-color: #F8F6EC;

}
.lang{
    text-decoration: none;
}
.lang_img{
    width: 11%;
    margin: 3%;
    float: right;
    border-radius: 20%;
}
.lang_img:hover {
color:#5E59FD;
border: 3px #5849CA solid !important;
                    text-decoration: none;
                    border-radius: 20%;
                }
.btn-login {
    min-width: 7.5rem;
    background-color: #5E59FD;
    color: #fff;
    width: 100%;
}

.btn-reset-password, .btn-register {
    background-color: #5E59FD;
    color: #fff;
}

.btn-login:hover, .btn-register:hover, .btn-reset-password:hover {
    background-color: #302D80;
}

.btn-login:active, .btn-register:active, .btn-reset-password:active {
    background-color: #302D80;
    opacity: 0.8;
}

.password-reset-container {
    padding-left: 0;
}

.text-form-footer, .btn-link {
    font-size: 0.9rem;
}

.border-input {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    padding: 0;
    /*margin-bottom: 3rem;*/
    margin-top: 3rem;
    background-color: #F8F6EC;
}

.border-input:focus {
	background-color: #F8F3DF;

}

.link-reset-password, .link-reset-password:hover, .link-demo, .link-demo:hover {
    color: #34296B;
    text-decoration: none;
}

.link-register, .link-register:hover, .link-register:active {
    color: #BE5540;
}

.link-reset-password:hover, .link-register:hover,
.link-demo:hover, .link-demo:hover, .link-demo:visited,
.link-reset-password:visited, .link-register:visited,
.link-reset-password:active, .link-register:active,
.link-reset-password:focus, .link-register:focus {
    font-weight: bold;
    text-decoration: none;
}

/*checkbox background*/
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #5E59FD;
}

.logo-container {
    padding: 0 3.5rem;
    margin-bottom: 3rem;
}

@media (max-height: 800px) {
    .border-input {
        /*margin-bottom: 1.5rem;*/
        margin-top: 1.5rem;
    }

    .logo-container {
        margin-bottom: 1.5rem;
    }
}

.logo-img {
    width: 100%;
}

