.sag-modal-dialog .sag-modal-header .recover-password__modal-title { margin-bottom: 20px; }
#recoverForm .recover-pass__verify-sms-text {
	font-size: 1.3rem;
	color: var(--azul-alsa);
}
.recover-password__input-document { width: 100% !important; }
#recoverForm .recover-pass__digit-container {
	display: flex;
	float: none;
	margin-top: 35px;
	margin-bottom: 40px;
}
#recoverForm input[type="text"].recover-pass__digit-input {
	width: auto !important;
	min-width: 40px;
	height: 40px;
	font-size: 1.3rem;
	line-height: 1.3rem;
	padding: 7px;
	background: #e3e3e3;
	text-align: center;
	border-bottom: 0;
	margin-right: 5px;
}
#recoverForm input[type="password"],
 #recoverForm input[type="text"]{
	border-left: 0;
	border-right: 0;
	border-top: 0;
	border-bottom: 1px solid var(--borde-inputs);
	border-radius: 0;
	height: 53px;
	color: var(--color-texto);
	font-size: 1.071rem;
	font-weight: 300;
	letter-spacing: 0.1px;
	line-height: 22px;
	box-shadow: none;
	background-color: #FFF;
	font-family: var(--fuente-secundaria);
	width: 100% !important;
	padding: 25px 0 6px 0;
}
.recover-password .error-message { color: var(--color-error); }
.recover-password .btn.btn-primary {
	color: var(--bck-botones);
	font-size: 1.214rem;
	line-height: 1.4rem;
	font-weight: bold;
	white-space: normal;
	text-align: center;
	padding-left: 24px;
	padding-right: 24px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #fff;
	border-radius: 0px;
	border: 2px solid var(--borde-botones);
}
@media (max-width: 767px){
	.recover-password__modal-title { font-size: 1.76rem !important; }
}