/* --------------------- Login ----------------------- */
.body-font{
    color: #000000!important;
    background: #ffffff
}

.h5{
    font-size: 1.4rem!important;
    margin-top: 0.5rem!important;
    font-weight: normal;
    letter-spacing: .5px;
    text-transform: uppercase;
    text-align: center;
}

.custom-hr{
    width: 100%;
    border-bottom: 4px solid #E60019;
    margin-left: 0;
}

.title-welcome{
    font-size: 1rem!important;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 0;
    margin: 1rem 0;
    text-transform: uppercase;
    color: #31313B
}

.login-container{
    margin-top: 35%;
    transform: translateY(-35%);
    padding: 0;
    background: #ffffff;
    padding: 1rem 2rem;
    border-radius: 15px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.img_title{
    margin-bottom: 10px
}

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


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

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

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

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

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

@media (max-width: 800px) {

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

@media (max-width: 600px) {
    .title-welcome{
        font-size: 1.8rem!important;
        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: 1.8rem!important;
    }

    .h5{
        font-size: 1rem;
    }

}

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

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

    .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;
    padding: 15px 15px 7px!important;
}

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

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

.form-control:focus {
    color: #000000;
}

/* --------------------PLACEHOLDER CUSTOM-------------------------------------- */

input:placeholder-shown {
    color: black;
}

input[type="password"].login-form::-webkit-input-placeholder {
    color: black;
}

input[type="text"].login-form::-webkit-input-placeholder {
    color: black;
}

[placeholder] {
    color: black;
    opacity: 1;
}

/* --------------------FIN PLACEHOLDER CUSTOM-------------------------------------- */

.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: .5rem 3.5rem;
    border-radius: .5rem;
    margin-top: 2rem!important;
    font-weight: 600;
    font-size: 1rem;
    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: #000000;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1rem!important;
}

.btn-rekto, .btn-outline-rekto:hover{
    background: #E60019;
    color: #ffffff;
    transition: .3s all;
    border: 1px solid #E60019;
}

.btn-rekto:hover, .btn-outline-rekto{
    background: #ffffff;
    color: #E60019;
    transition: .3s all;
    border: 1px solid #E60019;
}

.btn-rekto-secondary{
    color: #31313B;
}

.btn-rekto-secondary:hover{
    color: rgba(230, 0, 25, 1);
}

.btn-contact{
    color: white;
    background-color: #31313B;
    padding: .175rem .75rem;
}

.btn-contact:hover{
    color: white;
    background-color: rgba(230, 0, 25, 1);
}


.btn-absolute-back{
    top: 15px;
    left: 15px;
    position: absolute;
}
