html {
    height: 100%;
}

body{
    font-family: "robotolight";
    height: 100vh;
}

.login-body {
    overflow: auto;
    margin: 0 auto;
}

.upper-part{
    height: 100vh;
}

.first-container-small{
    background-color: white;
    height:12% !important;
    width: 100%;
    margin-top: 1%;
}

.first-container-small div{
    margin-top: 1%;
    width:100%;
    text-align: left;
    
}
.first-container-small div img{
    width:auto; 
}

.first-image-container{
    width: 100%;
    height:85%;
    border:1px solid transparent;
    background: url(../../javax.faces.resource/fondoasca1.jpg.html?ln=images) no-repeat;
    background-size: cover;
    background-position: center;
}

.tabs-container-small{
    text-align: right;
    width: 100%;
}

.tabs-container-small .buttons{
    list-style-type: none;
    margin-top:  -4%;
}
.tabs-container-small .buttons li{
    list-style: none;
    float:right;
    margin-left:1%;
}
.tabs-container-small .buttons li div{
    display: block;
    text-decoration: none;
    text-align: center;
}

.tabs-container-small div{
    transition:background-color 0.2s;
    padding: 14px;
/*    background-color: #e2383f#b5010c;*/
    background-color: #e2383f;
    color: #ffffff;
    text-align: right;
    margin:0 auto;
    
}

.tabs-container-small div:hover{
    cursor: pointer;   
/*    background-color: #7b1017;*/
    color:#ffffff;
     background-color:  #094fa3;
}

.tabs-container-small div:active{
    font-weight: bold;
}

.tabs-container-small .first-button{

}

.tabs-container-small .second-button{

}

.tabs-container-small .third-button{

}

.tabs-container-small .fifth-button{

}

.tabs-container-small .sixth-button{

}

.login-section-1-small{
    background-color: #ffffff;
    height: 100vh;
    width: 100%;
}

.login-image-container-1-small{
    width: 100%;
    height:54%;
    background: url(../../javax.faces.resource/fondoasca2.jpg.html?ln=images) no-repeat;
    background-size: cover;
    background-position: center;
}


.login-panel-1-small{
    background-color: #1077ab;
    width: 100%;
    height: 50%;
}

.login-panel-1-small h2{
    letter-spacing: 1.5px;
    position:absolute;
    margin-top: 2%;
    font-size: 125%;
    color:#174473;
/*    text-align: center;*/
    width: 100%;
}

.login-panel-1-content-small{
    position: relative;
    top:15%;
    left:25%;
    height: 75%;
    width: 50%;
}

.login-icon-small{
}

.login-icon-small img{
    width: 30%;
    height: 40%; 
}

.access-section-small{
    margin-top: 10px;
    margin-left: 5%;
    width: 100%;
}

.access-section-small label{
    color:#174473;
    font-size: 90%;
    display: block;
}

.access-section-small input{
    color:black!important;
    margin-top: 5px;
    border-radius: 8px;
    width: 60%;
    height: 30%;
    font-size: 15px;
    padding: 7px 10px!important;
}

.access-section-small input:hover,.access-section-small input:active{
    color:black!important;
}

.last-buttons-section-small{

    width: 100%;
    overflow: hidden;

}

.login-button-small{

    float: left;
    margin-left:5%;
    width: 30%;
}

.login-button-small button{
    background-color: #001b72;
    font-size: 80%;
}

.login-button-small button:hover{
    background-color: #001b72b8;
    font-size: 82%;
}

.forget-password-section-small{

    margin:10px auto 10px 0%;
}

.forget-password-section-small a{
    transition: color 0.2s;
    text-decoration: none;
    color:#174473!important;
    font-size: 90%
}

.forget-password-section-small a:hover{
    color: #666666!important;
}


.btn-go-up-section-small{
/*    float: left;*/
    font-size: 70%;
    transition: background-color 0.2s;
    border-radius: 1px;
    color: #ffffff;
    padding: 11px 0px;
    margin-left:54%;
    text-align: center;
    width: 30%;
    background-color:#e2383f ;
/*        #b5010c;*/
    margin-top: 1.5%;
}

.btn-go-up-section-small:hover{
    background-color: #7b1017;
    cursor:pointer;
}










/**********************************************/
@media screen and (max-width: 556px){

    .first-image-container .logoasca{

    }
    .login-panel-1-content-xtra-small{
        height: 80%;
        width: 65%;
    }

    .login-panel-1-xtra-small h2{
        margin-top: 3.5%;
        font-size: 100%;
    }

    .last-buttons-section-xtra-small{
        height: 15%;
    }
    .login-button-xtra-small{
        width:30%;
        text-align: center;
        float: left;
        margin:0;

    }

    .forget-password-section-xtra-small{
        width:60%;
        margin-top:2%;
        text-align: left;
    }

    .forget-password-section-xtra-small a{
        font-size: 80%;
    }

    .login-button-xtra-small button{
        font-size: 60%;
    }

    .login-icon-xtra-small img{
        width: 31%;
    }

    .btn-go-up-section-xtra-small{
        font-weight: bold;
        font-size: 68%;
        transition: background-color 0.2s;
    }

    .access-section-xtra-small input{
        padding: 5.5px 10px!important; 
    }

    .tabs-container-xtra-small .buttons li{
        margin-top: 1%;
        float:none;
        margin-left:auto;
    }
    .tabs-container-xtra-small ul li div{
        width:30%;
        padding: 5px; 
    }
    
    
}




/*********************************************/
@media screen and (max-width: 992px) and (min-width: 849px){
    .tabs-container-medium{

    }

    .tabs-container-medium div{

    }



    .access-section-medium label{
        display:block;
        font-size: 95%;
    }

    .login-icon-medium img{
        width: 25%;
    }

    .btn-go-up-section-medium{
        font-size: 90%;
        font-weight: bold;
        padding: 7px 0px;
    }

    .access-section-medium input{
        padding: 5px 10px!important;  
    }

}










/******************************************/
@media screen and (min-width: 993px){
    .login-panel-1-content-large{
        height: 80%;
    }

    .btn-go-up-section-large{
        width: 43%;
        font-size: 87%;
        margin-top: 0%;
    }

    .btn-go-up-section-large:hover{
        background-color: #7b1017;
        cursor:pointer;
    }


    .login-icon-large img{
        width: 20%;
    }


    .access-section-large input{
        width: 40%;
    }

    .login-button-large{
        width: 15%;
    }

    .login-panel-1-content-large{
        left:35%;
    }

    .tabs-container-large{

    }

    .tabs-container-large div{

    }
}

@media screen and (min-width:1400px){
    .login-panel-1-large h2{
        margin-top: 1%;
            margin-left: 35.4%;
    }

    .login-panel-1-content-large{
        top:12%;
    }

    .login-icon-large img {
        width: 17%;
    }
}
