.lbox {
    background-color: #343a40;
    border: none;
    color: white;
    border-radius: 8px;
    font-family: Helvetica;
}

#forgotPassword {
    display: none;
}

#support {
    visibility: hidden;
    padding-bottom: 0;
    margin-top: 0;
}

#login {
    border: none;
    border-radius: 8px;
    background: none;
    background-color: rgba(0, 0, 0, 0);
    background-color: #8a1a31;
    max-width: 120px;
}

#login:hover {
    background-color: #e12614;
}
