body {
	color: #152663;
	font-family: Arial !important;
}

.login-box {
	display: none;
}

.login-box .card-header {
	background-color: #ffcf17 !important;
	background-image: url('/midpoint/css/logo-correo-20fd46ef57b75741951e68256746ff7d.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 200px;
	height: 100px;
}

.login-box .btn-primary {
	background-color: #ffcf17;
	border: none;
	color: #152663;
}

#toastsContainerTopRight {
    max-width: 580px
}

.toast {
    font-size: 1.8rem;
    max-width: 450px;
}

