﻿td.tdLoginBoxTitle {
    background-color: #1f2958;
    padding: 6px;
    font-size: 10pt;
    color: white;
}

.buttonLogin {
    background-color: #1f2958;
    padding: 4px 18px;
    font-size: 9pt;
    font-weight: bold;
    color: white;
    border: solid 1px #1f2958;
    border-radius: 8px;
}

td.tdLoginButton {
    border-top: solid 1px #555;
    text-align: center;
}