.box-user {
	background-repeat: repeat-x;
	background-position: bottom;
	/*margin-top: 40px;*/
	background-image: url("/assets/images/login-background-blue.png");
}

.box-user a {
	color: #ffffff;
	font-weight: bolder;
	font-size: 13px;
}	
.box-user .form {
	padding: 10px 20px 0px 20px;
	padding-right: 20pxs;
	margin-right: 89px;
	background-color: #6EAFE5;
	background-image: url("/assets/images/login-bg-blue.png") !important;	
}	
.box-user .form h3 {
	margin: 0px 0px 10px 0px;
	font-size: 20px;
}	

.box-user .pie {
	padding: 5px 0px 0px 20px;
	height: 232px;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url("/assets/images/login-candado-blue.png");
}

.input label {
	text-transform: uppercase;
	margin: 4px 0px 2px 0px;
	font-size: 13px;
	font-weight: normal;
}

.box-user .pie button {
	border: none;
	background: none;
	color: #FFFFFF;
	font-weight: bolder;
	font-size: 17px;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
}
.box-user.no-image {
	background-image: none;
}
.box-user.no-image .form {
	margin-right: 0px;
    padding: 10px 20px 10px 20px;
}
.box-user.no-image button {
	border: none;
	background: none;
	color: #FFFFFF;
	font-weight: bolder;
	font-size: 17px;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
}
.box-user.error {
	background-image: url("/assets/images/login-background-red.png") !important;
}
.box-user.error .form {
	background-color: #D40000;
	background-image: url("/assets/images/login-bg-red.png") !important;	
}	
.box-user.error .pie {
	background-image: url("/assets/images/login-candado-red.png") !important;
}
.help-zone {
	text-align: center;
	margin-bottom: 15px;
}
.help-zone .help {
	margin-top: 3px;
}

.help-zone .help img {
	margin-right: 10px;
}

.help-zone .help a:hover {
	color: #5e96c5 !important;
}

@media (max-width: 992px ) {
	.box-user {
		background: #6EAFE5;
		margin-bottom: 20px;
	}
	.box-user .form {
		background-image: none !important;	
		margin-right: 0px;
	}	
	.box-user .pie {
		background: #6EAFE5;
		height: 80px;
	}
	.box-user.error {
		background-image: none !important;	
	}
	.box-user.error .pie {
		background-color: #D40000;
		background-image: url("/assets/images/login-bg-red.png") !important;	
	}
}

.boton_licencias {
    background-color: #6EAFE5;
    width: 100%;
    display: block;
    text-align: center;
    padding: 17px;
	margin: 20px 0px;
    color: #ffffff;
    font-size: 17px;
	font-weight: bolder;
}
.boton_licencias:hover {
    background-color: #36526e ;
    color: #ffffff;
	text-decoration: none;
}
.boton_licencias:active {
    color: #ffffff;
}
.alta:hover {
	color: #337ab7;
	text-decoration: underline;
}