#seccion-inicio-sesion {
	padding-top: 110px;
	min-height: 100vh;
	background: white;
}

#inicio-formulario-login {
	color: black;
	max-width: 325px;
	margin: 0 auto;
	padding: 25px 0 25px 0;
	background-image: linear-gradient(#ffffff, #ffffff);
}

.btn-outline-azul {
    color: #15414c;
    border-color: #15414c;
}

.btn-outline-azul:hover {
	color:white;
    background: #15414c;
}

.btn-outline-coral {
    color: #c9b0b4;
    border-color: #c9b0b4;
}

.btn-outline-coral:hover {
	color:white;
    background: #c9b0b4;
}

#mensaje-plantilla {
	border-radius: 0;
	position: fixed;
	z-index: 0;
	opacity: 0;
	top: .5rem;
}

.cursor-pointer {
	cursor: pointer;
}