.login-box {
    margin-top: 10%;
    text-align: center
}

.login-logo {
    height: 120px;
    width: 120px;
}

.login-form {
    height: 40px;
    width: auto;
    background-color: lightgray;
    border: none;
    margin-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 20px;

}

.submit-button {
    height: 40px;
    width: 260px;
    background-color: lightcoral;
    border: none;
    font-size: 20px;
}