@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap'); 

body{
    background: url(Imagenes/Fondo.jpg) no-repeat center center fixed !important;    
}

form{    
    display: flex;
    font-family: 'Roboto', sans-serif;    
    flex: 1 auto;
}

.div-parent {
    display: flex;
    font-family: 'Roboto', sans-serif;
    border-radius: 4px;
    box-shadow: 0px 0px 10px #C3C4CA;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

@media only screen and (min-width: 1601px) {
    .div-parent {
        height: 50%;
        width: 50%;        
    }
}

@media only screen and (max-width: 1600px) {
    .div-parent {
        height: 70%;
        width: 70%;        
    }
}
@media only screen and (max-width: 1366px) {
     .div-parent{
        height: 80%;
        width: 80%; 
    }
}

form > div {
    flex:1;
    padding: 74px;
}

.aspNetHidden{
    display:none
}
.div-span{
    display:flex;    
    flex-direction: column;
    width: 100%;
    height: 100%;
    position: relative;
}

.div-right{
    background: #FFFFFF; 
    padding-top: 86px !important; 
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px; 
}

.span-text{
    color: #002458;
    font-size: 40px;
}

.span-title{
    color: #FFFFFF;
    font-size: 44px;
}

.div-final{
    position: absolute;
    bottom: 0;
    display:flex;
}

.span-final{
    color: #FFFFFF;
    font-size: 14px;
    align-items: center;
    display:inline-flex;
}

.parrafo{
    color: #C3C4CA;
}

.span-hi{
    color: black;
    font-size: 34PX;
    font-weight: bold;
}

.div-form{
    display: flex;
    flex-direction: column;
}

input.form-element{
    padding: 12px;
    border-radius: 4px;
    background: #F8FAFB;
    border: 1px solid #ECECEC;
}

span.form-element{
    padding: 12px 0px;
    color:  #373737;
}

.btn-login{
    width: 50%;
    padding: 18px;
    margin: 20px 25%;
    background: #54A8FD;
    border-radius: 4px;
    border: none;
    color: #FFFF;
}

.div-login{
    width: 70%;
    height: 70%;
    margin: 0px auto;
}

.lblError{
    color: #FF5F5F;  
    background: transparent;  
}

.img-logosetec{
    width: 64px;
    height: 48px;
}


.img-loading{
    display:block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
}

.img-loading.no-display{
    width: 32px;
    height: 32px;
    margin: 0 auto;
    display:none;
}
.div-marca{
    display:flex;
    padding: 0 0.8rem;
}

 #unlicensed {
    display: none !important;
}