

/***********************+ LOGIN ***********************************/

.sign-in-page {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: url(../imagenes/login/login.jpg) no-repeat scroll 0 0;
    background-size: cover;
    overflow-y: auto;
}

.sign-user_card {
    position: relative;
    background: rgba(0, 0, 0, 0.6);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    padding: 25px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
    display: block;
    margin: 0 auto;
}

.sign-user_card h3{
    font-weight: 700;
}


.sign-in-page .form-control { color: var(--color-white); }
.sign-in-page select.form-control option { color: var(--color-black); }



.sign-in-page .form-control:focus { background: transparent; box-shadow: none; border: 1px solid var(--color-primary); }

::placeholder { color: #d9d5d5 !important; opacity: 1; }
:-ms-input-placeholder { color: #d9d5d5 !important; }
::-ms-input-placeholder { color: #d9d5d5 !important; }
.f-link:hover { color: var(--color-primary); }

.sign-info { display: flex; align-items: center; justify-content: space-between; }


.btn_login_hendolat{
    background-color: #b41d27;
    display: block;
    width: 100%;
    padding: 10px;
    text-align: center;
    margin: 40px 0 10px 0;
    font-size: 16px;
    font-weight: bold;
    font-family: var(--font-title);
    color: #FFF;
}

.btn_login_hendolat:hover{
    color: #FFF;
    background-color: #691117;

}




@media (min-width: 1400px){

}


/* X-Large devices (large desktops, less than 1400px)*/
@media (max-width: 1399.98px) {


}

/* Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {  }

/* Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {  }

/* Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {

}

@media (max-width: 575.98px) {

}










