﻿.language-overlay {
    position: fixed;
    right: 0px;
    top: 0px;
    height: 55px;
    width: 300px;
    z-index: 10000;
    background-color: #d3d3d3;
    border: solid 1px #999;
    display: none;
}

.language-overlay-close {
    font-size: 24px;
    padding: 5px;
    cursor: pointer;
}

    .language-overlay-close:hover {
        color: #cc0000;
    }

.description {
    margin-top: 10px;
}

.skyline-background:after {
    content: "";
    background: url(/images/skyline.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    opacity: 0.1;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/skyline.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/skyline.jpg',sizingMethod='scale')";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}

.login-layout {
    background-color: #1d2024;
}

.fail-reason {
    color: #cc0000;
}

.br-15 {
    border-radius: 15px;
}

.br-10 {
    border-radius: 10px;
}

.login-box {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 500px;
    min-height: 435px;
    border: solid 6px #394557;
    background-color: #f7f7f7;
    padding: 20px;
    border-radius: 15px;
}

.success-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(255, 255, 255, .3);
}

.success-overlay-body {
    width: 600px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 25px;
    background-color: white;
    border: solid 6px #394557;
}

.success-overlay-text {
    margin-bottom: 15px;
}

.btn-goto-login {
    width: 150px;
}

.branding-fix {
    max-height: 100px;
    max-width: 450px;
    position: relative;
    margin: 5px auto;
}

.btn-width-250 {
    width: 250px;
}

.boxTitle {
    font-family: Verdana;
    background-color: #428BCA;
    text-align: center;
    color: #ffffff;
    font-size: 11pt;
    border: 1px solid #428BCA;
    margin: 0 0 10px;
}

    .boxTitle div {
        background-color: #ffffff;
        color: black;
        font-size: 10pt;
        text-align: left;
        padding-top: 10px;
        padding-bottom: 10px;
    }

.branding-fix {
    max-height: 150px;
}

.btn-goto-login {
    width: 150px;
}



.btn-width-250 {
    width: 250px;
}

.disclaim-text {
    font-size: 12px;
    font-style: italic;
}

.login-layout {
    font-size: 16px;
    background-color: #1d2024;
}

.benefits-ul > li {
    margin-top: 10px;
}
