﻿.izquierda, .derecha {
	height: 100vh;
}

.izquierda {
	background-repeat: no-repeat;
	background-size: cover;
}

.nombreTenant {
	position: absolute;
	bottom: 20px;
	width: 50%;
	left: 35%;
	color: white;
}

.mensaje {
	position: absolute;
	width: 95%;
	top: 40%;
	color: white;
	display: block;
	background-color: rgba(0,0,0,.1);
	padding: 16px 0;
}

.titulo {
	font-size: 30px;
	text-align: center;
	margin-bottom: 20px;
}

.registrate {
	float: right;
	margin: 20px 0 20px 0;
}

.contenedorLogin {
	width: 60%;
	position: absolute;
	left: 20%;
}

.inputText {
	max-width: 600px !important;
}

#imagentitulo {
	margin-bottom: 20px;
}

.login {
	margin: 0 -20px;
}

#logo {
	height: auto;
	margin: 20px 0 10px;
	max-width: 90%;
	max-height: 140px;
}

@media screen and (max-width: 768px) {
	.contenedorLogin {
		top: 10%;
	}
}

@media screen and (min-width: 769px) {
	.contenedorLogin {
		top: 17%;
	}
}
