body {

	background-color: #FCFCFC;
	background-image: url("../../img/login-background.jpg");
	background-position: 0 100%;
	background-size: cover;
	background-repeat: no-repeat;
}

#contenedorPadre {
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	/*background-image: url("../../img/login-background.jpg");*/
	background-position: 50% -10%;
	background-size:70%;
	background-repeat: no-repeat;
/* 	padding-top:20px; */
/* 	padding-left:50px; */
/* 	padding-right:50px; */
}

#cabecera {
	display:flex;
	justify-content:space-between;	
	height:150px;
	width:100%;
	padding:10px;
	}

#contenedorLogin {
	text-align: center;
	border: 2px solid black;
	display: inline-block;
	background-color:#e6ecee;
	width:300px;
	height:420px;
	/* height con boton de alta : 453px */
	border-radius: 25px;
}

.textBoxes {
	border-radius: 0;
}

#loginTable {
	border-collapse: separate;
	border-spacing: 5px;
	width: 100%;
}

#botoneraError {
	
}

.avisoError {
	color: red;
	display: inline-block;
	font-size:0.9em;
}

.botonLogin {
	background-color: #42ad75;
	margin: 0 0 5px 0;
	border-radius: 10px;
	background: -webkit-linear-gradient(top, #42ad75 0%, #42ad75 100%) !important;
	color: white;
	height: 40px;
	width: 250px;
}

.botonLogin:focus {
	background-color: #42ad75;
}

.botonLogin:hover {
	background-color: #42ad75;
}

.botonLogin:active {
	background-color: #42ad75;
}
@media screen and (max-width:1920px) {
 .logo {
  height:150px
 }
}

@media screen and (max-width:1199px) {
 .logo {
  height:100px
 }
}
