﻿body {
	font-family: 'Roboto', sans-serif;
}

.bienvenido {
	font-weight: 800;
	font-size: 4rem;
	letter-spacing: -0.5px;
	color: #5f5f5f;
}

.bienvenido-mitad {
	font-weight: 800;
	font-size: 3rem;
	letter-spacing: -0.5px;
	color: #5f5f5f;
}

.texto-logo {
	font-weight: 800;
	font-size: 1.7rem;
	color: #003362;
	margin: auto;
	margin-left: 20px;
}

.div-logo {
	display: inline-flex;
}

.sub-texto {
	/*font-weight: 300;*/
	font-size: 1.5rem;
	letter-spacing: -0.5px;
}

.correo-usuario {
	font-weight: 800;
	font-size: 1.67rem;
	margin-top: -5px;
}
/*.entrada-credenciales {
			border-radius: 20px;
			width: 30%;
			height: 40px;
			border: 1px solid #5f5f5f;
		}*/
.btn-formulario {
	border-radius: 20px;
	border: none;
	width: 40%;
	height: 40px;
	color: #FFF;
	margin: 5px 0px 5px 0px;
}

.btn-ingreso {
	background-color: #003362;
}

	.btn-ingreso:hover {
		background-color: transparent;
		border: 1px solid #003362;
		color: #003362;
	}

.btn-cancelar {
	background-color: #464243;
}

	.btn-cancelar:hover {
		background-color: transparent;
		border: 1px solid #464243;
		color: #464243;
	}

.btn-solicitar {
	background-color: #3bb0dc;
}

	.btn-solicitar:hover {
		background-color: transparent;
		border: 1px solid #3bb0dc;
		color: #3bb0dc;
	}

.form-control {
	border-radius: 20px;
	border: 2px solid #5f5f5f;
	width: 40%;
	height: 40px;
}

.olvidaste-pass {
	color: #003362;
	font-weight: 300;
}

input.form-control {
	margin: auto;
	background-color: #ebecf0;
	font-size: 20px;
	letter-spacing: -0.5px;
	font-weight: 300;
}

	input.form-control:focus {
		background-color: #fff;
		border: 2px solid #5f5f5f;
	}

.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('../images/load.gif') 50% 50% no-repeat rgb(249,249,249);
	opacity: .8;
}

button:disabled {
	background: #ccc !important;
	opacity: 0.4 !important;
	pointer-events: none !important;
}