div#page_header_aux_window,
table#page_header,
table#main_table,
table#credentials_table,
table#interaction_table {
    background-image: none !important;
    background-color: #FFFFFF !important;
    clear: both !important;
    margin-left: auto !important;
    margin-right: auto !important
}

form#auth_form {
    width: 100% !important;
}

table#page_header {
    padding-top: 50px !important;
    padding-bottom: 20px !important;
}

table#credentials_table {
    width: 520px !important;
    height: 210px !important;
}

table#credentials_table {
    /*border: 2px solid rgba(175, 37, 43, 0.75) !important;*/
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important;
    background-color: rgba(0, 72, 128, 0.75) !important;
    color: #FFFFFF !important;
}

td#credentials_table_header {
    font-weight: bold !important;
}

td#credentials_table_postheader {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    color: #AF252B !important;
}

input#input_1,
input#input_2,
label#label_input_1,
label#label_input_2 {
    padding: 3px !important;
    height: 35px !important;
    font-size: 1rem !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5x !important;
    border-radius: 5px !important;
}

td.credentials_table_label_cell,
td.credentials_table_field_cell {
    vertical-align: text-bottom !important;
}

td#header_leftcell {
    width: 100% !important;
}

td#header_leftcell>img {
    margin: auto;
}

td#header_rightcell {
    width: 0% !important;
}

.credentials_input_submit {
    color: #ffffff !important;
    background-color: #AF252B !important;
    border-color: #004880 !important;
    width: 85% !important;
    height: 35px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5x !important;
    border-radius: 5px !important;
}

.credentials_input_submit:hover,
.credentials_input_submit:focus,
.credentials_input_submit:active,
.credentials_input_submit.active,
.open .dropdown-toggle.credentials_input_submit {
    color: #ffffff !important;
    background-color: #004880 !important;
    border-color: #004880 !important;
}

.credentials_input_submit:active,
.credentials_input_submit.active {
    background-image: none !important;
}