body {
    background: linear-gradient(to left,rgb(50, 109, 237), rgb(78, 215, 249));
    background-repeat: no-repeat;
    background-attachment: fixed;
    
}
#forgotpass-form{ 
    font-family: system-ui;
    border-radius: 10px;
    width: 450px;
    padding: 20px;
    margin: 0 auto;
    background-color: rgb(255, 251, 251);
    box-shadow: 0 0 10px gray;
    margin-top: 10px;
    position: relative;
    top: 110px;
}

#reset_password-form{ 
    font-family: system-ui;
    border-radius: 10px;
    width: 450px;
    padding: 20px;
    margin: 0 auto;
    background-color: white;
    box-shadow: 0 0 10px gray;
    margin-top: 10px;
    position: relative;
    top: 110px;
}

#register-form{ 
    font-family: system-ui;
    border-radius: 10px;
    width: 450px;
    padding: 20px;
    margin: 0 auto;
    background-color: rgb(255, 251, 251);
    box-shadow: 0 0 10px gray;
    margin-top: 10px;
    position: relative;
    top: 1%;
}

form { 
    font-family: system-ui;
    border-radius: 10px;
    width: 350px;
    padding: 20px;
    margin: 0 auto;
    background-color: white;
    box-shadow: none;
    margin-top: 50px;
    position: relative;
    top: 155px;
}

h2 {
    font-family: system-ui;
    text-align: center;
    color: #000000;
}

p{
    text-align: center;
}
.p1{
    text-align: center;
    text-decoration: underline;
}

#reset_password-form button {
    position: static;
    width: auto;
    display: block;
    margin: 0 auto;
}