@media (min-width:768px){
	.logo-login-cabecera-left{
		height:120px;
		width:auto;
	}
	.logo-login-cabecera-right{
		height:80px;
		width:auto;
	}
	.logo-login-cabecera-center{
		height:auto;
		width:80%;
	}
	.btn-clave-unica img{
		height:80px;
		width:auto;
		margin:0px auto;
		float:none;
	}
	.rectangle-left, .rectangle-right{
		height: 370px;
	}
	/* .texto-superior-completo-login {
		display: block;
	}
	.texto-superior-claveunica-login, .texto-superior-rojo-login {
		display: none;
	} */
}

@media (max-width:767px){
	.logo-login-cabecera-left{
		height:80px;
		width:auto;
	}
	.logo-login-cabecera-right{
		height:60px;
		width:auto;
	}
	.logo-login-cabecera-center{
		height:auto;
		width:90%!important;
		margin-bottom: 35px;
		margin-top:10px;
	}
	.btn-clave-unica img{
		height:100px;
		width:auto;
		margin:0px auto;
		float:none;
	}
	/* .rectangle-left img{
		margin-top:-35px;
	} */
	.rectangle-left{
		height: 400px;
	}
	.rectangle-right{
		height: 400px;
	}
	/* .texto-superior-completo-login {
		display: none;
	}
	.texto-superior-claveunica-login {
		display: block;
		margin-bottom: 35px;
		padding-bottom: 10px;
	}
	.texto-superior-rojo-login {
		display: block;
		padding-bottom: 10px;
	} */
}
.rectangle-left, .rectangle-right{
	background-color: lightgrey;
	padding-left: 0px;
	padding-right: 0px;
}