body{
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    margin: 0;
    background-color: rgb(252, 252, 242);
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
#title{
    margin-bottom: 1em;
    font-size:2em;
}
input{
    margin-bottom: 1em;
    padding: 1.1em;
    border: 1px solid black;
    outline: none;
    background-color: rgb(223, 223, 223);
    border: none;
}
button{
    border: none;
    background-color: black;
    color: white;
    padding: 0.5em 0em 0.5em 0em ;
    width: 100%;
    cursor: pointer;
}
form{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.email{
    display: flex;
    flex-direction: column;
}
.emailspan{
    margin-left: 0.5em;
    margin-bottom: 0.5em;
}
#agree{
    width: 100%;
}
.checkbox{
    left: 0;
}
#remember{
    font-size: 0.7em;
}