html,body{
	margin:0;
	overflow-x: hidden;
}
.logo{
	width: 20%;
	margin-top: 10%;
}
.fondo{
    padding:0px;
    /*margin-top: 10%;
    left: 34% !important;*/
    width: 100%;
    height: 100%;
}
.background-login{
    padding: 0px !important;
	/*background-image: url(../images/PDVSA-fondo.jpg);*/
  	position: fixed;
    top: 0;
    left: 34% !important;
    width: 69%;
    height: 100%;
    background-image: url(../images/cuadrado.jpg);
    background-repeat: repeat;
}
@media(max-width: 600px){
	.background-login{
		display: none;
	}
}
.form-login{
	padding: 40px;
}
.form-login input{
    display: inline-block;
    padding: 0 .4em 0 .4em !important;
    margin-bottom: 2em !important;
    vertical-align: middle;
    border-radius: 3px !important;
    min-width: 50px !important;
    max-width: 635px !important;
    width: 100% !important;
    min-height: 32px;
    background-color: #ffffff !important;
    border: 2px solid #d0d0d0 !important; 
    margin: 0 0 24px 0 !important;
}
.form-login input:hover{
    border: 2px solid #237a91 !important; 
}
.form-login label{
	color: #484848;
    font-weight: 600;
    display: block;
    max-width: 635px;
    padding-bottom: .8em;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    font-size: 15px;
    line-height: 0px;
    margin-left: 4%;
}
.form-login input:not([type]):focus:not([readonly]), input[type=text]:not(.browser-default):focus:not([readonly]){
    border: 2px solid #52bad5 !important; 
}
.form-login .btn-login{
	color: #ffffff;
    background-color: #52bad5;
    font-size: 15px;
    height: 48px;
    line-height: 49px;
    max-width: 105%;
    width: 105%;
}
.form-login .input-field {
    position: relative;
    margin-top: 1rem;
    margin-bottom: -1rem;
}
.form-login [type="checkbox"].filled-in:checked+span:not(.lever):after {
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #52bad5;
    background-color: #52bad5;
    z-index: 0;
}
.copy-meta p{
	color: #949494;
	font-size: 13px;
}
.message {
    padding: 30px;
    position: absolute;
    margin: 0px;
}
.message a{
	background: transparent;
    color: #000;
    font-weight: bold;
    border: 2px solid #000;
    height: auto;
    border-radius: 3px;
    padding: 7px;
    font-size: 14px;    
    margin-top: 7px;
    position: absolute;
}
.message h5 {
	font-weight: 600;
}