.titolo-grosso {
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0;
    color: #000000;
    text-align: center;
}

#contForLogin{
	
	border: 0px solid rgba(255,255,255, 0.65)!important;
	background-color: rgba(255,255,255, 0.65)!important;
	border-radius: 40px;
	padding-top: 2%;
	padding-bottom: 2%;
	width: 35%;
}

#passwordRecover {
    color: grey;
    font-size: small;
    text-decoration: underline;
    float: right;
    margin-top: 0;
}

#passwordRecover:hover {
    cursor: pointer;
}

#btnRegister {
    margin-top: 1rem;
    background-color: rgba(255,255,255, -0.5)!important;
    border: 1px solid #6573B3 !important;
    color: #6573B3 !important;
}

#btnLogin {
    margin-left: 2rem;
    margin-top: 1rem;
    background-color: #6573B3 !important;
}

#emailField, #pswdField, #emailRecoveryPassword {
    border-radius: 1rem;
}

.icon-centering {
    color: #6573B3;
    font-size: 1.5em;
}

.remember {
    font-weight: normal !important;
    text-align: left;
}

.remember label {
    font-weight: normal !important;
    margin-bottom: 0;
}
#pswdField{
	background-color: rgba(255,255,255, 0.7)!important;
	border: 1px solid rgba(255,255,255, 0.7) !important;
}

#emailField{
	background-color: rgba(255,255,255, 0.7)!important;
	border: 1px solid rgba(255,255,255, 0.7) !important;
}
/* #icon-show-hide-password {
    position: absolute;
    top: 12px;
    right: 12px;
    color: #6573B3;
    z-index: 9999;
} */

#icon-show-hide-confirm-password {
    position: absolute;
    top: 12px;
    right: 12px;
}
body{
    background-image: url(/resources/images/login/sfondo.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;

    /* Opzionale: per far sì che il body occupi tutta l'altezza della finestra */
    min-height: 100vh; /* vh = viewport height */

    /* Opzionale: per sfondo fisso */
    /* background-attachment: fixed; */

    /* Assicurati che non ci siano margini di default che creano bordi bianchi */
    margin: 0;
}