/* --------------------- Login ----------------------- */
.body-font{
    color: white!important;
    font-family: 'Montserrat', sans-serif;
}

.h5{
    font-size: 2.2rem!important;
    margin-top: 0.5rem!important;
    margin-bottom: 1rem!important;
    font-weight: normal;
    letter-spacing: .5px;
}

.custom-hr{
    width: 100%;
    border-bottom: 1px solid #c7c7c7;
    margin-left: 0;
    margin-top: 3rem;
}

.title-welcome{
    font-size: 3.4rem;
    font-weight: normal;
    letter-spacing: 1px;
    padding: 0;
    margin-bottom: 2rem;
    text-align: center;
}

.login-container{
    margin-top: 35%;
    transform: translateY(-35%);
    padding: 0;
}

.login-form-icon-password {
	position: absolute;
	right: 0;
	top:0;
    height: 100%;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 7px;
	cursor: pointer;
}

/* ---------------------------------------ATTENTION TEST------------------ */
.login-container {
    position: absolute;
    bottom: 50%;
    left: 5%;
    right: 5%;
    margin-left: auto;
    margin-top: 0;
    transform: translateY(50%);
}


/* ---------------------------------------FIN TEST------------------ */

@media (max-width: 1280px) {
    .title-welcome{
        font-size: 2.2rem;
        padding-top: 0rem;
    }
}

@media (max-width: 1024px) {
    .title-welcome{
        font-size: 2.8rem;
        margin-bottom: 0;
        padding-top: 3rem;
    }

    .h5{
        font-size: 2rem!important;
    }

    .login-container{
        margin-left: 55%;
    }
}

@media (max-width: 800px) {
    .title-welcome{
        padding-top: 20vh;
    }

    .login-container {
        position: absolute;
        bottom: 2%;
        left: 5%;
        right: 5%;
        margin-left: auto;
        margin-top: 0;
        transform: translateY(0);
    }
}

@media (max-width: 600px) {
    .title-welcome{
        font-size: 2.6rem;
        margin-bottom: 0;
        padding-top: 3rem;
    }

    .h5{
        font-size: 1.8rem!important;
    }

    .login-container{
        margin-top: 80%;
        transform: translateY(-10%);
        margin-left: 8%;
        margin-right: 8%;
    }
}

@media (max-width: 485px) {
    .title-welcome{
        font-size: 2.2rem;
        padding-top: 10rem;
    }

}

@media (max-width: 375px) {
    .title-welcome{
        font-size: 2.2rem;
    }

    .login-container{
        margin-top: 100%;
        margin-left: 8%;
        margin-right: 8%;
    }

    .ibox {
        margin-bottom: 0!important;
    }

    .mentions{
        font-size: 1rem!important;
    }
}

.login-bloc{
    border-radius: .7rem;
    border-color: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0)!important;
}

.login-form{
    background-color: rgba(255, 255, 255, .125)!important;
    border: 1px solid #FFF;
    border-radius: .5rem;
    height: 4rem;
}

.login-form-maintenance{
    background-color: rgba(255, 255, 255, .125)!important;
    border: 1px solid #FFF;
    border-radius: .5rem;
}

.login-group-form{
    padding: 0;
}

.mdp-lost{
    color : rgb(211, 211, 211);
    text-decoration: underline;
    margin: 0.8rem 0rem 2rem .2rem;
}

.mdp-lost:hover{
    color : white;
    transition: 0.2s ease-in-out;
}

.btn-validation{
    background-color : rgb(255, 255, 255);
    color : black;
    padding: .75rem 5rem;
    border-radius: .5rem;
    margin-bottom: 1.5rem!important;
    font-weight: 600;
    font-size: 1.5rem;
    border: 1px solid #FFF;
}

.btn-cancel{
    background-color : rgb(255, 255, 255);
    color : black;
    padding: .75rem 2rem;
    border-radius: .5rem;
    margin-bottom: 1.5rem!important;
    font-size: 1.5rem;
    border: 1px solid #FFF;
}

.btn-validation:hover, .btn-cancel:hover{
    color: white;
    background-color : rgba(255, 255, 255, .125)!important;
    transition: 0.2s ease-in-out;
}

.mentions{
    background: none;
    border : none;
    color: rgb(211, 211, 211);
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.2rem;
}
