﻿body {
    font-family:Georgia, 'Times New Roman', Times, serif;
}

.login {
    background-color: lightcyan;
    width: 400px;
    height: 350px;
    margin: 50px auto;
    border-radius: 10px;
    padding-top: 0px;
}

.form{
    justify-content:center;
    padding: 20px;
}


.loginstyle {
    padding: 10px;
}

.register {
    background-color: lightcyan;
    width: 450px;
    height: 450px;
    margin: 50px auto;
    border-radius: 10px;
    justify-content: center;
}
 
.reg {
    justify-content:center;
    padding: 10px 40px;
}

.forgot {
    width: 300px;
    height: 350px;
    margin: 50px auto;
    border-radius: 10px;
    justify-content: center;
}

.reset {
    color: black;
    background-color: lightgrey;
    border-color: lightgrey;
}

