﻿body, html {
    height: 100%;
}

.validation-summary-errors ul { 
        list-style: none;
        margin-left:-40px;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 0;
    }

.bg {
    /* The image used */
    background-image: url("/images/background.jpg");
    /* Full height */
    height: 100%;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

div.well {
    height: 250px;
}

.absolute-Center {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: white;
}

    .absolute-Center.is-responsive {
        width: 50%;
        height: 50%;
        min-width: 200px;
        max-width: 400px;
        max-height: 320px;
        border-radius: 4px;
        padding: 21px;
        border: 1px solid #1e3363;
        background-color: rgba(255, 255, 255, 0.90);
-webkit-box-shadow: 3px 3px 12px 0px rgba(0,0,0,0.78);
-moz-box-shadow: 3px 3px 12px 0px rgba(0,0,0,0.78);
box-shadow: 3px 3px 12px 0px rgba(0,0,0,0.78);
    }

#logo-container {
    margin: auto;
    margin-bottom: 10px;
    width: 200px;
    height: 30px;
    background-image: url('/images/th_logo.jpg');
}

.th-orange {
    color: var(--primary-bg-color);
}
