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