body, html {
    background-color: #FFFFFF !important;
}

#main_table .card {
    background-color: #FFFFFF;
}

#main_table .card #logo {
  background: url(/images/logo.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  margin-top: 16px;
}

table#main_table {
    background: url(/public/images/customization/Common/ap-idplogin_20200729_V3_general_ui/image01_en.png) no-repeat;
    background-color: #FFFFFF;
}

#credentials_table #submit_row input {
    background: #106795;
    color: #ffffff;
}

#tokens {
    text-align: left;
}

input[type=checkbox] {
    width: auto !important;
    margin-left: 10% !important;
}

.error-message {
    border: 1px solid;
    margin: 10px 10px;
    padding: 15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    color: #D8000C;
    background-color: #FFBABA;
    display: none;
}

.header {
    text-align: center;
}

body, div, input, h1 {
    font-family : Calibri, Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
    color: #000000;    
}

body, div, input {
    font-size : 14px;
}

h1, h2, h3, h4, h5, h6 {
    font-size : 18px;
    text-decoration: none;
}

body, html {
    padding: 0;
    margin: 0;
    height: 99%;
    background-size: cover;
}

#main_table .card {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
   
    width: 400px;
    height: auto;
    min-height: 250px;

    box-shadow: 0 0 20px 0 rgba(0,0,0,0.2), 0 5px 5px 0 rgba(0,0,0,0);
}

#main_table .card #logo {
    width: 320px;
    height: auto;
    min-height: 150px;
    max-height: 250px;
    padding: 60px 40px 40px 40px;
}

#credentials_table {
    padding: 5px 0 20px 0;
    text-align: center;
}

#credentials_table .credential-cell {
    padding: 15px 0;
}

#credentials_table .credential-cell select,
#credentials_table .credential-cell input{
    background-color: #F2F2F2;

    height: auto;
    width: 85%;
    font-size: 16px;
    border: 1px solid #D9D9D9;
    outline: 0;
    border-radius: 3px;
    padding: 15px;
}

#credentials_table #submit_row input {
    margin-top: 7px;
    border: 0;
    border-radius: 3px;
    margin-bottom: 15px;
    
    height: 50px !important;
    width: 85%;

    text-transform: uppercase !important;
    outline: 0;
    font-size: 14px;
    cursor: pointer;
    
    transition: all 0.5s;
}
