
body 
{
    background-color: #999;
}
.container
{
    background-color: #fff;
}
.login-header
{
    padding: 1em 0 0;
    font-size: 2.5em;
    text-align: center;
    text-transform: uppercase;
}
.label-color {
    color: #666;
}
.login-header-info {
    text-align: left;
    padding: 1em 0.2em;
}
.label-light-color {
    color: #999;
}
.input-label {
    font-size: 0.8em;
    font-weight: bold;
    padding: 2px 0;
}
.login-card {
    width: auto;
    max-width: 512px;
    padding: 0 1em;
    margin: 30px auto 0 auto;
    padding-bottom: 30px;
}
.input-panel input {
    width: 100%;
    padding: 5px 2px;
    letter-spacing: 4px;
}
.input-panel .info-icon {
    position: absolute;
    left: 101%;
    top: 0;
    cursor: pointer;
}
.default-button:disabled, .default-button:disabled:hover {
    color: #eee;
    background-color: #999;
    border-color: #999;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.confirmation-group
{
    line-height: 20px;
}
.default-button {
    background-color: #152659;
    color: #ffffff;
}
.default-button {
    color: #e6faff;
    background-color: #00647b;
    width: 100%;
    font-size: 1.5em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    padding: 0.5em;
}
.center {
    text-align: center;
}
.login-footer-options-title {
    padding-bottom: 1em;
}
.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}
.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
.payment-icon {
    width: 60px;
    height: 38px;
    margin-top: 6px;
}

.footer {
    color: #e6faff;
    background-color: #00647b;
    display: block;
    /*padding: 10px 1em;*/
    font-size: 1em;
}
.footer {
    color: rgb(255,255,255);
    background-color: #152659;
}
#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
    font-size: 1em;
    color: #e6faff;
}
.pull-right {
    float: right!important;
}
span.label{
    width: 190px;
    display: inline-block;
    vertical-align: top;
    color: #999;
}
.location
{
    display: inline-block;
    width: calc(100% - 200px);
}
.green
{
    color: rgb(69, 209, 69);
}
.red
{
    color: #f00;
}
.hidden
{
    display: none !important;
}
.w100
{
    width: 100%;
}
.contactform input, .contactform textarea{
    width: 300px;
}