.login_table_top {
    margin-top: 6px;
    background-color: #C4151C;
    width: 300%;
    color: white;
    border-radius: 5px;
}

.login_table_top td {
    padding: 5px;
}

.login_table_top a {
    color: white;
    font-size: 90%;
    text-align: center;
}

.login_button_top {
    color: white;
    background-color: #0069AA;
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 110%;
    border: 1px solid black;
    float: right;
}