﻿html {
    background: url(/images/bg.jpg) no-repeat center center fixed;
    background-size: cover;
}

body
{
    background-color: transparent;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 400;
    width: 50%;
    height: 100%;
    overflow: auto;
    margin: auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
}
.form-control,
.form-control:focus,
.has-error .form-control:focus,
.has-success .form-control:focus,
.has-warning .form-control:focus,
.navbar-collapse,
.navbar-form,
.navbar-form-custom .form-control:focus,
.navbar-form-custom .form-control:hover,
.open .btn.dropdown-toggle,
.panel,
.popover,
.progress,
.progress-bar
{
    box-shadow: none;
}
.form-control
{
    border: 1px solid #e5e6e7;
    border-radius: 3px;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    font-size: 13px;
}
h1
{
    font-size: 20px;
    margin-bottom: 30px;
    margin-top: 50px;
    color: #C1392B;
}
.box
{
    position: relative;
    top: 20%;
    margin: 0 auto;
    background-color: #ffffff;
    width: 315px;
    border-top: 5px solid #ffffff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.ssobox .login-link {
    padding-top: 7px;
    padding-bottom: 10px;
    width: 100%;
    text-align: center;
}

.ssobox .login-link a::before {
    content: url(../images/microsoft.png);
    vertical-align: middle;
    margin-right: 5px;
}

.maintenance {
    position: relative;
    top: 20%;
    margin: 0 auto;
    background-color: #f7f5b4;
    width: 315px;
    border-left: 5px solid #AF2818;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    margin-bottom: 25px;
    padding: 6px;
}

.maintenance span
{
    color: #AF2818;
}

.login
{
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}
.logo
{
    margin-top: 20px;
    margin-bottom: 15px;
}
.logo img
{
    max-height: 69px;
    border: none;
    display: block;
    margin: 0 auto;
}

.login-description {
    margin-bottom: 20px;
    text-align: center;
}

.login-description SPAN {
    font-size: larger;
    font-weight: 700;
}
.login-description P {
    font-size: smaller;
    margin-top: 15px;
    font-weight: 600;
}

.login-link
{
    width: 100%;
    padding-bottom: 25px;
    text-align: center;
}
.login-link a
{
    color: #000000;
    text-decoration: none;
}
.login-link a:hover
{
    color: #222222;
}
.btn-primary
{
    background-color: #AF2818;
    border-color: #AF2818;
    border-radius: 5px;
    font-weight: 600;
}

.btn-primary:hover, .btn-primary:focus
{
    color:#ffffff;
    background-color:#750000;
    border-color:#750000;
}

.btn-primary:active, .btn-primary:active:hover
{
    color:#ffffff;
    background-color:#550000;
    border-color:#550000;
}  

.alert
{
    margin-bottom: 20px;
    border-radius: 1px;
}
.input-validation-error
{
    border-color: #a94442 !important;
}

.labels-box {
    position: absolute;
    width: 315px;
    bottom: 70px;
    background-color: #ffffff;
    height: 100px;
    border-radius: 8px;
    overflow: auto;
    left: 50%;
    margin-left: -157px;
    z-index: -1;
}

.logo-right {
    float: right;
    margin-right: 15px;
}
.logo-left {
    float: left;
}
.label-logo img {
    position: relative;
    max-height: 40px;
    border: none;
    margin: 28px 15px 15px 15px;
}

.copyright
{
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 15px;
    font-size: 10px;
    color: #ffffff;
    z-index: -2;
}
.copyright A 
{
    text-decoration: none;
    color: #ffffff;
}

@media (max-height: 830px)
{

    .box {
        position: relative;
        top: 5%;
        margin: 0 auto;
        background-color: #ffffff;
        width: 315px;
        border-top: 5px solid #ffffff;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
        border-radius: 8px;
    }

    .labels-box {
        position: absolute;
        width: 315px;
        bottom: 50px;
        background-color: #ffffff;
        height: 100px;
        border-radius: 8px;
        overflow: auto;
        left: 50%;
        margin-left: -157px;
    }
}

@media (max-width: 767px)
{
    body
    {
        width: 100%;
        height: 100%;
        background-color: #ffffff;
        padding-top: 30px;
    }
    h1
    {
        display: none;
    }

    .box
    {
        width: 100%;
        border-top: 0px solid #C1392B;
        box-shadow: 0 0 0px rgba(0, 0, 0, 0.1);
        top: 5%;
    }
    .login
    {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 30px;   
    }
    .labels-box {
        display: none;
    }
    .copyright {
        color: #888888;
    }
    .copyright A {
        color: #888888;
        text-decoration: none;
    }
}
