.default-body {
    background-color: #E5E5E5;
    font-family: 'PT Sans', sans-serif;; 
}
.default-login-box {
    width: 800px; 
    margin: auto auto; 
    text-align: center; 
    font-family: 'PT Sans', sans-serif;; 
    border: solid 1px gray; 
    background-color: white; 
    border-radius: 15px; 
    padding: 15px;
}
.default-login-image {
    width: 360px; 
    margin: auto auto; 
    padding-top: 15px;
}
.default-login-form {
    width: 600px; 
    margin: auto auto; 
    text-align: center;
}
.default-form-element[type=text]{
    border-radius: 3px;
    border: solid 1px #333333;
    width: 344px;
}
.default-form-element[type=password]{
    border-radius: 3px;
    border: solid 1px #333333;
    width: 344px;
}
.default-form-button:hover {
    transition: background-color 0.5s;
    background-color: #1780a3;
}
.default-form-button {
    width: 204px;
    height: 28px;
    background-color: #00607F;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    color: #FFFFFE;
    border: 1px solid transparent;
    cursor: pointer;
    border-radius: 3px;
}
.footer {
    width: 600px; 
    margin: auto auto; 
    text-align: center;
    font-family: 'PT Sans', sans-serif;
    font-size: 9pt;
    color: #B2B2B2;
}