.login-page {
	/*background: url('../img/fondologin.jpeg') no-repeat center center fixed;*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.login-page .login-box-body .checkbox label {
	padding-left: 20px;
}

.btn-file {
	position: relative;
	overflow: hidden;
}
.btn-file input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	font-size: 100px;
	text-align: right;
	filter: alpha(opacity=0);
	opacity: 0;
	background: red;
	cursor: inherit;
	display: block;
}


/* GALLERY */

.main-image{
	width: 100%;
	background-color: rgba(255, 255, 255, 0.61);
	position: absolute;
	text-align: center;
	top: 35px;
	left: 0;
	color: #8A0000;
	font-size: 20px;
}

.user-panel>.image>img {
	text-align: center;
	width: 53px;
}

.icon-list-backend{
	width: 40px;
}

.glyphicon-middle{
	margin-top:9px;
}

.img-avatar{
	height:45px;
}

.form-group {
	position: relative;
}

input[type="checkbox"], input[type="radio"] {
	margin-left: 5px;
}