@CHARSET "UTF-8";

.lic-login {
	background-color: #ffffff;
        
        

}


.lic-logo-login {
	
	text-align: center;
	margin-top: 40%;
	margin-bottom: 30px;
}

.lic-logo-login img {
	max-height: 150px
}

.lic-login-form {
	background-color: #fff;
	padding: 30px;
	border-radius: 8px;
	border: none;
}

.lic-login-form .form-control, .input-group{
    width: 100%;
}

.lic-login-form input{
   padding-left: 35px; 
}

.btn-esqueci-senha{
    width: 100%;
    text-align: center;
    display: block;
    font-size: 0.8em;
}


/*Mobile*/
@media only screen and (max-width : 979px) {

    
    
}

@media only screen and (max-width : 767px) {

   .lic-logo-login {
	
	margin-top: 20%;
    }

    
}
/*Mobile*/