body{
    background:   url(../images/page_bg.png)  ;
    background-position: center  center ;
    background-repeat:   repeat  ;
    background-size: cover;
    min-height: 100%;
    position: relative;
}
.container{
    width: auto;
}
.logo-box{
    position: absolute;
    left: 0;
    top: 0;
    width: 200px;
    height: 200px;
    z-index: 999;
}
.video-box{
    margin-top: 80px;
    text-align: center
}
.video-box video{
    width: 100%;
}
.login-box{
    width:auto;
    margin: 130px   0 0 -50px;
}
.error{
    color: #F90C10;
}
.alert .success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
    padding:  8px 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.alert .error {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
    padding:  8px 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}





.content-section {
    padding: 15px 0 10px 0;
    z-index: 3;
    position: relative;
    background: url(../images/login_box.png) no-repeat center center;
    min-height: 421px;
    max-width: 550px;
    margin: 0 auto;
}
.content-section h1 {
    font-size: 24px;
    line-height: 35px;
    margin: 0 0 50px;
    font-weight: normal;
    padding: 15px 0  0px;
    box-shadow: none;
    text-align: center;
    color: #d97203;
    font-weight: bold;
}
.form-login .form-group {
    margin-bottom: 20px;

}
.content-section .form-login input[type="text"] {
    background:  #fff;
}
.content-section .form-login .form-control {
    margin-top: 0;
    max-width: 300px;
    margin: 0 auto;
}
.content-section .form-control {
    color: #444;
    font-size: 16px;
    margin-top: 8px;
    padding: 7px 10px 7px 12px;
    box-shadow:none;
    height: 50px;
    border: 2px solid #666666;
    line-height: 1.42857;
    width: 100%;
    border-radius: 5px;
}
.content-section .form-login input[type="password"] {
    background: #fff  ;
}
.content-section .btn-primary {
    background-color: #009b9b;
    font-size: 18px;
    color: #fff;
    border: none;
    background-image: none;
    border-radius: 0px;
    text-transform: uppercase;
    font-weight: bold;
    height: 50px;
    max-width: 300px;
    width: 100%;
    border-radius: 5px;
}
.content-section .btn-primary {
    display: block;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    margin: 15px auto 10px;
}
.content-section .checkbox{
    margin: 0;
}
.content-section .checkbox label, .content-section .radio-inline{
    color: #009b9b;
    font-weight: bold;
}
.margintop{
    margin-top:  30px;
    margin-left:   210px;
    max-width: 300px;
    font-weight: bold;
}
.checkbox{
}
.margintop a{
    color: #009b9b;
}
.white-bg{
    margin-left: 170px;
}



@media screen and (max-width: 767px) {
    .login-box {
        width: auto;
        margin: 30px 0 0 0px;
    }
    .content-section{
        background: none;
        border: 2px solid #999;
        border-radius: 5px;
        padding: 10px;
    }
    .white-bg {
        margin-left: 0px;
    }
    .content-section h1{
        margin-bottom: 20px;
        border-bottom: 1px solid #999;
    }
    .margintop {
        margin: 30px auto 0;
    }
}
