body {
    background-image:url( "/images/bg.jpg" );
    background-color: #FFFFFF;
}

.form-group {
    margin-bottom: 15px;
}

body.auth .alert-red {
    background: #e74c3c;
    border-left: 5px solid rgba(0,0,0,.1);
    font-size: 12px;
    color: #fff;
    position: relative;
    z-index: 10;
    margin-top: 20px;
}
body.auth .auth-container p {
    text-align: left;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 3px;
    color: #757C85;
    border-radius: 2px;
    font-size: 10px;
    text-transform: uppercase;
    width: auto;
    padding-left: 2px;
}
body.auth .logo-title-container {
    position: fixed;
    width: 100%;
    bottom: 0;
    margin-top: -100px;
    left: 30px;
}
body.auth .auth-container {
    position: absolute;
    z-index: 10;
    width: 100%;
    padding: 30px;
    top: 50%;
    margin-top: -150px;
}
body.auth .copy h1 {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    z-index: 9999;
    position: relative;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    top: 0;
    line-height: 45px;
    margin: 20px 0 0 14px;
}
body.auth .copy p {
    color: #fff;
    font-size: 13px;
    max-width: 650px;
    opacity: .9;
    z-index: 99;
    font-weight: 300;
    margin-top: 0;
    left: 15px;
    position: relative;
    top: -8px;
}

body.auth .auth-sidebar {
    min-height: 100vh;
    position: relative;
    z-index: 2;
    padding: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
    border-top: 5px solid #b5121b;
    border-radius: 0;
    margin-bottom: 0;
}
@media (max-width: 767px) {
    body.auth .auth-sidebar {
        border-top:0px !important;
        border-left:5px solid #b5121b;
    }
}
body.auth .form-group-default.focused{
    border-color:#b5121b;
}
body.auth .copy {
    padding-left: 0;
}
.login-button, .bar:before, .bar:after{
    background:#b5121b;
}
body.auth .copy h1 {
    text-transform: none;
}

.logo-title-container img { display: none; }

body.auth .form-group-default {
    background-color: #fff;
    position: relative;
    border: 2px solid rgba(28,43,54,.07);
    border-radius: 3px;
    padding: 7px 12px 4px;
    overflow: hidden;
    transition: border .3s ease-in;
    font-weight: 400;
}

body.auth .form-group-default label {
    margin: 0 0 3px;
    display: block;
    opacity: 1;
    transition: opacity .2s ease;
    font-weight: 500;
    font-size: 10px;
    color: #58666e;
}

body.auth .form-group-default .form-control {
    border: none;
    height: 25px;
    min-height: 25px;
    padding: 0;
    margin-top: -4px;
    border-radius: 0;
    background: 0 0;
}

body.auth .login-button:focus, body.login .login-button:hover {
    color: #FFF;
    opacity: 1;
}

body.auth .login-button {
    display: block;
    text-align: center;
    color: #eee;
    padding: 12px 20px;
    outline: 0!important;
    opacity: .8;
    border: 0;
    width: auto;
    border-radius: 2px;
    float: left;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    background: #b5121b;
    transition: width .3s ease;
}

::placeholder { 
    color: #cecece !important;
    opacity: 1; 
}
  
:-ms-input-placeholder { 
    color: #cecece !important;
}

::-ms-input-placeholder { 
    color: #cecece !important;
}