html,
body {
  height: 100%;
}

.form-signin {
  max-width: 330px;
  padding: 1rem;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

form{
  margin: 0 auto;
  margin-top: 110px;
}

.link-legali
{
  display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 10px;
  margin-top: 42px;
}

.link-legali a
{
	color: #020202;
	font-family: "Noto Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	text-decoration: none;
}


input::placeholder{
	color: transparent !important;
}


.link-password-dimenticata
{
  text-decoration: underline;
  cursor: pointer;
}


#modalChangePassword .modal-header
{
    border: 1px solid transparent !important;
    display: flex;
    flex-direction: row;
    justify-content: center; /* togliendo la X in alto a destra tolgo anche lo space-between e metto center per centrare il solo logo nella header */
    align-items: center;
}

#modalChangePassword .modal-header .modal-logo
{
    width: 120px;
    padding: 10px 5px;
}


#modalChangePassword .modal-body p
{
    color: #020202;
    font-size: 22px;
    font-weight: 400;
    line-height: 26px;
    padding: 4px 8px;
    text-align: center;
}


#modalChangePassword .modal-body button
{
    padding: 16px 32px;
    display: inline-block;
    text-decoration: none;
    margin-top: 24px;
    text-decoration: none;
}

#modalChangePassword .btn-chiudi.btn-secondary-boooks
{
    position: absolute;
    right: 20px;
    width: 40px;
    height: 40px;
    display: inline-block;
}


#modalChangePassword .btn-invia-reset
{
    margin-top: 24px;
    height: auto;
    font-size: 15px;
}


#modalChangePassword .modal-body p
{
    margin-bottom: 32px;
}

#modalChangePassword .email-cambio
{
    max-width: 400px;
    margin: 0 auto;
}


.msg-invio-reset-ko,
.msg-invio-reset-ok
{
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: none;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.msg-invio-reset-ko img,
.msg-invio-reset-ok img
{
    width: 14px;
    height: 14px;
}

.msg-invio-reset-ko
{
    color: #DC3546;

}

.msg-invio-reset-ok
{
    color: #198754;
}

