body, html {
    background: #09ccdc;
    height: 100%;
}

.teacher, .student {
    height: 350px;
    width: 350px;
}

/* This is to remove Chrome's autocomplete color change on login. */
@-webkit-keyframes autofill {
    to {
        background: white;
    }
}

input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}