

body{
    background-image: url("/public/assets/images/backgroundblurred.jpg");
    background-attachment: fixed;
    background-size: cover;
    min-height: 100vh;

}

#reset-request-form,
#reset-submit-form{
    width:100%;
    max-width: 400px;
}

