/*#textRecuperarSenhaModal {
  height: calc(100vh - 16rem);
  height: calc((var(--vh, 1vh) * 100) - 16rem);
}*/

@media (max-height: 768px) {
	.modal-dialog {
		margin: 0.5rem auto;
	}
/*	#textRecuperarSenhaModal {
		height: calc(100vh - 14rem);
		height: calc((var(--vh, 1vh) * 100) - 14rem);
	}*/
}

h4{
	white-space: normal;
}

.input-group-text
{
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
.modal-body .input-group input.form-control
{
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}
.modal-body .input-group .input-group-text i.fas
{
	height: 16px;
	width: 20px;
}