input[type="submit"] {
    font-size: 75px;
    margin-top: 30px;
    color: white;
    background-color: #C21415;
    border: none;
    border-radius: 6px;
    width: 300px;
    height: 200px;
}

input[type="text"], input[type="password"] {
    height: 40px;
}

.logintable {
    margin-left: auto;
    margin-right: auto;
}

h3 {
    font-size: 40px;
    text-align: center;
}