input[type='email']{height:25px; width:100%;}
.Loginbutton{width:auto; height:35px;}

#home{margin-top:3em;}

.logoption {
    display: grid;
    grid-template-rows: 45px;
    grid-template-columns: 1fr;
    justify-content:center;
    background-color:darkkhaki;
    text-align: center;
    border:none;
}

#loginwindow {
    padding: 4% 3% 4% 3%;
    max-width: 30em;
    height: auto;
 }