html,
body {
	height: 100%;
	margin: 0;
}

a {
	text-decoration: none;
}

div.login {
	height: 100%;
	width: 100%;
	background-image: url(/images/bg.webp);
	background-repeat: no-repeat;
	background-size: cover;
}

div.login-container {
	padding-left: 49px;
	padding-right: 49px;
	max-width: 323px;
	width: calc(100% - 80px);
	height: 470px;
	border-radius: 10px;
	box-shadow: 0 2px 3px 0 rgba(90, 107, 117, 0.1);
	border: solid 1px rgba(90, 107, 117, 0.05);
	background-color: #ffffff;
	position: absolute;
	bottom: 8%;
	right: 420px;
}

div.login-container:has(.whatsapp-login) {
	height: 515px;
}

div.login-container:has(div.error) {
	height: 490px;
}

div.login-container:has(.whatsapp-login):has(div.error) {
	height: 535px;
}

div.login-container div.decorador {
	width: 421px;
	height: 15px;
	background-color: #eae8db;
	margin-left: -49px;
	position: relative;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

div.login-container div.logo {
	display: inline-block;
	height: 74px;
	margin-top: 30px;
}

div.login-container label,
div.login-container small {
	width: 100%;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	color: rgba(90, 107, 117, 0.8);
	margin-bottom: 14px;
	display: inline-block;
}

div.login-container small {
	margin-bottom: 0px !important;
}

div.login-container input[type=text],
div.login-container input[type=password],
div.login-container input[type=tel] {
	border: none;
	outline: 0px !important;
	background-color: #ffffff;
	margin-bottom: 14px;
	width: 100%;
	height: 20px;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	color: #5a6b75;
}

div.login-container input[type=submit],
div.login-container button.enviar,
div.login-container button.reset,
div.login-container a.ingresar {
	width: 109px;
	height: 37px;
	border-radius: 18px;
	box-shadow: 0 2px 3px 0 rgba(90, 107, 117, 0.07);
	background-color: #1d273a;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 37px;
	text-align: center;
	color: #ffffff;
	float: right;
	padding: 0;
}

div.login-container input[type=submit].large {
	width: 200px !important;
}

div.login-container div.error {
	width: 100%;
	font-family: 'Roboto', sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-stretch: normal;
	font-style: italic;
	line-height: normal;
	letter-spacing: normal;
	color: #ff8181;
	margin-bottom: 14px;
	display: inline-block;
}

div.login-container div.separador {
	width: 100%;
	border: solid 1px rgba(90, 107, 117, 0.1);
	clear: both;
}

div.login-container div.acciones div.separador {
	margin-top: 40px;
	margin-bottom: 20px;
	display: block;
}

@media (max-width : 1200px) {
	div.login-container {
		right: 290px;
	}
}

@media (max-width : 1024px) {
	div.login {
		background-image: url(/images/bg-mobile.webp);
	}

	div.login-container {
		right: 115px;
	}
}

@media (max-width : 768px) {
	div.login-container {
		right: 80px;
	}
}

@media (max-width : 576px) {
	div.login-container {
		padding-left: 30px;
		padding-right: 30px;
		right: 10px;
	}

	div.login-container div.decorador {
		max-width: calc(100% + 60px);
		margin-left: -30px;
	}
}

div.login-container div.acciones {
	margin-top: 45px;
}

div.login-container.reset div.acciones {
	margin-top: 35px;
}

div.login-container a.password-reset {
	opacity: 0.5;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: italic;
	line-height: 1.43;
	letter-spacing: normal;
	color: #5a6b75;
}

div.login-container div.titulo {
	margin-bottom: 14px;
	display: inline-block;
}

div.login-container div.titulo span.lnr {
	margin-right: 13px;
}

div.login-container div.titulo span.titulo {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.22;
	letter-spacing: normal;
	color: #1d273a;
}

div.login-container span.lnr-thumbs-up {
	font-family: Linearicons-Free;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.22;
	letter-spacing: normal;
	color: #1d273a;
}

div.login-container span.instrucciones {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.43;
	letter-spacing: normal;
	color: #5a6b75;
	margin-bottom: 15px;
	margin-right: 25px;
	display: inline-block;
}

div.acciones a.google-login {
	width: 200px;
	height: 49px;
	float: right;
	display: inline-block;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(/images/btn_google_signin_light_normal_web@2x.png);
}

div.acciones a.google-login:focus {
	background-image: url(/images/btn_google_signin_light_focus_web@2x.png);
}

div.acciones a.google-login:active {
	background-image: url(/images/btn_google_signin_light_pressed_web@2x.png);
}