
.bg-login {
    background-image: url('../images/bg-login-img-claro.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.retangle-login{
	border: 1px solid #037de2;
	border-radius: 5px;
    width: 335px;
    margin: auto;
}
.retangle-login-recuperar{
	border: 1px solid #037de2;
	border-radius: 5px;
    width: 455px;
    margin: auto;
}
.auth-text{
	margin: 60px
}
.img-logo-retha{
    width: auto;
    height: 80px;
}
.logo-login{
	display:flex;
	justify-content:center;
	align-items:center;
	margin:50px
}
.img-reset-senha{
	display:flex;
	justify-content:center;
	margin-bottom: 5px;

}

.retangle-reset-senha{
	border: 1px solid #037de2;
	border-radius: 5px;
    width: 550px;
    margin: auto;
    /* height: 400px; */
}
