/**
 * @Author: yordin
 * @Date:   2020-02-17T16:09:41-03:00
 * @Last modified by:   yordin
 * @Last modified time: 2020-04-08T10:38:40-04:00
 */

form label {
    text-transform: none;
}

.footer-login{
    width:100%;
}

.footer-login-inexoos{
    text-align:center;
    width:100%;
    margin-bottom:20px;
    margin-top: 10px;
}
.footer-login-inexoos > img{
    display:none;
    width:70%;
}
.footer-login-inexoos img{
    max-width: 100%;
    max-height: 100%;  
}
.footer-login-inexoos > h5, .footer-login-inexoos > h6{
    color:#5f5f5f !important;
    font-size:14px;
}



.login-content-img {
    padding:0px 0px 50px 0px;
    min-height:450px;
}

.login-content-img > img{
    width: 400px;
    height: 350px;
}

 #content_form_login {
    max-width:380px;
    min-height:450px;
}

#list_countrys_icon img{
    width:15px;
}

.system-section-input{
    min-height:340px;
}

.select-disbled{
    display:none;
}

#login_section_input .card-body{
    padding:5px !important;
}

.overlay{
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(226, 218, 212, 0.87); /* Black background with opacity */
    z-index: 200; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}

.overlay > div{
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    color: white;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    text-align:center;
}

.message-login{
    display: none;text-align:right;weight:bold;
}

.grecaptcha-badge{
    z-index: 2 !important;
}

#logo_platform{
    display: none;
}

.container-icon-verefy{
    text-align: center;
}
.icon-verefy{
    font-size: 8rem;
}