﻿/*@screen-xs 480px*/
/*@screen-sm 768px*/
/*@screen-md 992px*/
/*@screen-lg 1200px*/

body {
    background-color: #F7F7F7;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

body, .form-control {
    font-size: 13px;
    line-height: 1.55;
}

.static_holder {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
    -webkit-background-size: cover !important;
    background-size: cover !important;
}

.static_holder .static_element {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
}
/* 1. No object-fit support: */
@media (min-aspect-ratio: 16 / 9) {
    .static_holder .static_element {
        height: 300%;
        top: -100%;
    }
}

@media (max-aspect-ratio: 16 / 9) {
    .static_holder .static_element {
        width: 300%;
        left: -100%;
    }
}

/* 2. If supporting object-fit, overriding (1): */
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
    .static_holder .static_element {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        display: block;
    }
}

/* 3. Overriding (2) for MS Edge */
@supports (-ms-ime-align: auto) {
    @media (min-aspect-ratio: 16 / 9) {
        .static_holder .static_element {
            height: 300%;
            top: -100%;
        }
    }

    @media (max-aspect-ratio: 16 / 9) {
        .static_holder .static_element {
            width: 300%;
            left: -100%;
        }
    }
}

@media screen and (max-width: 400px) {
    .soc_icons li {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333%;
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
        max-width: 33.333%;
        text-align: center;
        padding: 10px 0;
    }
}

#Header {
    height: 93px;
    -webkit-box-shadow: 0px 0px 8px #555;
    -moz-box-shadow: 0px 0px 8px #555;
    -ms-box-shadow: 0px 0px 8px #555;
    box-shadow: 0px 0px 8px #555;
    border-bottom: 1px solid #64778c;
}

#ImageArea {
    position: relative;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
}

    #ImageArea > div {
        position: relative;
        float: left;
        margin: 10px;
        max-height: 72px;
    }

#ClientName {
    font-weight: bold;
}

#NavigationArea {
    min-height: 7px;
}

#LogoImage {
    padding-right: 25px;
    max-height: 72px;
}

.header-link {
    font-size: 14px;
    max-height: 80px;
}

.container {
    border-radius: 5px;
}

.form-area {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #E0E0E0;
    margin-top: 5px;
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label, .error {
    color: #ee9393;
}

.has-error input.form-control {
    background: #fff0f0;
}

.hr {
    border: 0;
    border-top: 1px solid #eee;
}

.fa {
    width: 14px;
}

input[type=submit], input[type=submit]:focus {
    color: #fff;
    background-color: #00a8e5;
}

    input[type=submit]:hover, input[type=submit]:active, input[type=submit]:active:focus {
        color: #fff;
        background-color: #0083b2;
    }

a {
    color: #1566ad;
    text-decoration: none;
}

    a:hover, a:active, a:focus {
        color: #6eb2ed;
        text-decoration: none;
    }

.message-area {
    margin-top: 25px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

#ImageArea {
    max-width: 960px;
}

.container {
    max-width: 650px;
}

.dynamic-validators {
    height: 54px;
}

.account-message-area {
    padding-bottom: 5px;
    margin-bottom: 30px;
}

    .account-message-area h2, .account-message-area p {
        text-align: center;
    }

.account-submit {
    width: 100%;
}


@media (max-width: 768px) {
    .empty-element {
        height: 0px;
    }
}

@media (max-width: 480px) {
    #ClientName {
        visibility: hidden;
    }
}

.btn-nonRounded {
    border-radius: 0px !important;
}
