@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,400,700,900');

body, html {
    color: #fff;
	/* background-image: url(../../login/imagenes/nuevo_login_v1.png); */
	background-image: url(../../../recursos/images/header-preunic.jpg);
	position: relative;
	/* background-position: center; */
	background-repeat: no-repeat;
	background-size: auto;
	background-color: transparent!important;
	height: 100%;
	linear-gradient(to bottom, rgba(43,42,37,1) 0%, rgba(84,81,72,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b2a25', endColorstr='#545148', GradientType=0 );
}
.bg {
    /* The image used */
    /* background-image: url("img_girl.jpg"); */

    /* Full height */
    height: 100%; 

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
	.form-control {
        min-height: 41px;
		background: #fff;
		box-shadow: none !important;
		border-color: #e3e3e3;
	}
	.form-control:focus {
		border-color: #70c5c0;
	}
    .form-control, .btn {        
        border-radius: 2px;
    }
	.login-form {
		width: 350px;
		margin: initial;
		 margin-left:200px; 
		/* padding: 100px 0 30px;		 */
		padding: 1px 0 30px;		
	}
	@media only screen and (max-width: 600px) {
		.login-form {
			width: 350px;
			margin: auto;
			/* margin-left:200px; */
			padding: 2px 0 30px;		
		}
	  }

	.login-form form {
		color: #7a7a7a;
		border-radius: 2px;
    	margin-bottom: 15px;
        font-size: 13px;
        background: #ececec;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
        padding: 30px;	
        position: relative;	
    }
	.login-form h2 {
		font-size: 22px;
        margin: 35px 0 25px;
    }
.logo-login img{
	max-width: 100%;
	margin: 10px 0px;
	padding: 20px;
}
	.login-form .avatar {
		position: absolute;
		margin: 0 auto;
		left: 0;
		right: 0;
		top: -50px;
		width: 95px;
		height: 95px;
		border-radius: 50%;
		z-index: 9;
		background: #fff;
		padding: 15px;
		box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
	}
	.login-form .avatar img {
		width: 100%;
		padding-top: 5px;
	}	
	.login-form .avatarFooter img {
		width: 100%;
		padding-top: 5px;
	}
    .login-form input[type="checkbox"] {
        margin-top: 2px;
    }
    .login-form .btn {        
        font-size: 16px;
        font-weight: bold;
		background: #AF7A86;
		border: none;
		margin-top: 30px;
		margin-bottom: 20px;
		border-radius: 20px;
    }
	.login-form .btn:hover, .login-form .btn:focus {
		background: #F1AFB9;
        outline: none !important;
	}    
	.login-form a {
		color: #fff;
		text-decoration: underline;
	}
	.login-form a:hover {
		text-decoration: none;
	}
	.login-form form a {
		color: #7a7a7a;
		text-decoration: none;
	}
	.login-form form a:hover {
		text-decoration: underline;
	}
	.btn:not(.btn-raised).btn-primary, .input-group-btn .btn:not(.btn-raised).btn-primary {

		color: #fff;
	}
	.hide{
		display:none;
	}
	.alerta-login{
		margin-bottom: 53px;
	}

	.login-form .avatarFooter {
		position: absolute;
		margin: 0 auto;
		left: 0;
		right: 0;
		top: 640px;
		width: 80px;
		height: 80px;
		border-radius: 50%;
		z-index: 9;
		background: #ECECEC;
		padding: 10px;
		box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
	}