.password-reset-email {
    width: 26rem;
    height: 18rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 4rem auto;
}

.password-reset-email h3 {
    margin-top: 1.4rem;
    font-size: 1.2rem;
    font-weight: bold;
}

.password-reset-email p {

}

.password-reset-email form {
    width: 100%;
}

.password-reset-email .btn-primary {
    width: 100%;
    height: 2.2rem;
    border: 0;
    font-weight: bold;
}


#img-log {
    height: 4.4rem;
    width: 12rem;
}