#contenedor-frm{
	width: 100vw;
    height: 100vh;
    position: absolute;
    margin: auto;
    top: 0px;
    left: 0px;
}

#frm-login{
    width: 330px;
    height: 400px;
    position: absolute;
    margin: auto;
    top: 0px;
    left: 0px;
     bottom: 0px; 
    right: 0px;
	
}

.error{
    color: red;
    margin: auto;
}

#cerrar-s:hover{
    cursor: pointer;
}

#semi-gtu{
    /*font-size: 30px;
    color: red;
*/
    font-size: 29px;
    color: red;
    font-weight: bold;
    margin-bottom: 20px;
}

#inputs_log{
    background: transparent;
    padding: 20px;
    border: 1px solid #332f2f;
}

#inputs_log input{
    background: #343a40;
    color: #ffffff;
}

#entrar{
    background: #000071;
    color: #ffffff;
}

input {
    color: #000 !important;
    background: #fff !important;
}


#whats-gtu{
    font-size: 30px;
    color:#ffffff;
    font-weight: bold;
    margin-bottom: 20px;
    height:120px;
}