﻿html, body {	height: 100%;}
.wrapperOuter.login{
    min-height: 100%;	
    background:#a5c1f2 url('../img/login_bg.jpg') no-repeat top center; 
    height: auto !important;	
    height: 100%;	
    margin: 0 auto -57px;
}

.wrapper.login {
    padding-bottom: 0px;
    padding-top: 0;   
    background-size: cover;
}

.loginBox {
    background: #fff;
    width: 505px;
    margin: 5% auto 0 auto;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -webkit-box-shadow: 2px 2px 17px 1px rgba(0,0,0,0.6);
    -moz-box-shadow: 2px 2px 17px 1px rgba(0,0,0,0.6);
    box-shadow: 2px 2px 17px 1px rgba(0,0,0,0.6);
}

.loginBox .loginBoxContent {
    width: 50%;
    margin: 0 auto;
    padding: 30px 0 15px 0;
}

.loginBox .loginBoxContent .company_logo {
    width: 100%;
    display: block;
    padding-bottom: 30px;
    border-bottom: 1px solid #efefef;
}

.loginBox .loginBoxContent h1 {
    color: #00aeef;
    margin-top: 55px;
    margin-bottom: 25px;
    font-size: 1.733em;
    text-align: center;
}

.loginBox .loginBoxContent input {
    display: block;
    margin-bottom: 20px;
}

.loginBox .loginBoxContent a {
    display: block;
    margin-bottom: 20px;
    text-align: left;
}

.loginBox .loginBoxContent .chosen-container a {
    text-align: right;
}



.loginBox .loginBoxContent .loginSubmit {
    display: block;
    width: 100%;
}

.login-comment {
    color: #6d6d6d;
    text-align: center;
    font-size: 0.800em;
    padding-bottom: 15px;
}

::-webkit-input-placeholder {
    color: #1c1c1a;
}

:-moz-placeholder { /* Firefox 18- */
    color: #1c1c1a;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #1c1c1a;
}

:-ms-input-placeholder {
    color: #1c1c1a;
}

.companyListTitle{
    border:0;
    background-color:white;
    font-size:20px;
}

.footerPush
{
    height:57px;
}

@media only screen and (max-width: 1200px) {
    .wrapper.login {
        padding-top: 0px;
    }
}

@media only screen and (max-width:800px) {
    .loginBox {
        width: 85%;
        max-width: 505px;
    }

    .loginBox .loginBoxContent {
        width: 80%;
    }

    .wrapperOuter.login {
        background-image: url('../img/login_bg_m.png');
    }
}
