/*
 * Pantalla de acceso. Copiada de VorwerkSignature (WEB-INF/css/login.css), quitando lo que aquí no
 * existe (registro, recuperación de contraseña, iconos sociales) y adaptando la única diferencia
 * de Bootstrap: en la 5 desaparece .input-group-prepend y el icono va en .input-group-text.
 */

html, body {
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
	height: 100%;
	font-family: 'Numans', sans-serif;
}

.container {
	height: 100%;
}

.card {
	margin-top: 30vh;
	margin-bottom: auto;
	background-color: #f8f8f8 !important;
}

.card-header h3 {
	color: black;
}

/* En Signature esto es .input-group-prepend span; en Bootstrap 5, el propio input-group-text. */
.input-group-text {
	width: 50px;
	background-color: #009a3d;
	color: white;
	border: 0 !important;
	justify-content: center;
}

input:focus {
	outline: 0 0 0 0 !important;
	box-shadow: 0 0 0 0 !important;
}

.login_btn {
	color: white;
	font-weight: 700;
	background-color: #009a3d;
	width: 120px;
}

.login_btn:hover {
	color: black;
	background-color: white;
}
