.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12{
    position: relative;
    min-height: 1px;
    float:left;
    padding:2px 10px 2px 10px;
}
.col-1 {
    width: 8.33333333%;
}
.col-2 {
    width: 16.66666667%;
}
.col-3 {
    width: 25%;
}
.col-4 {
    width: 33.33333333%;
}
.col-5 {
    width: 41.66666667%;
}
.col-6 {
    width: 50%;
}
.col-7 {
    width: 58.33333333%;
}
.col-8 {
    width: 66.666666666%;
}
.col-9 {
    width: 75%;
}
.col-10 {
    width: 83.33333333%;
}
.col-11 {
    width: 91.66666667%;
}
.col-12 {
    width: 100%;
    float: none;
}
.nopadding{
    padding:0px;
}
.login-container {
    padding-top: 15%;
}
.login-left{
    position: absolute;
    left:12%;
    top:150px;
}
.login-box {
    position: absolute;
    right:10%;
    top:150px;
    background-color: rgba(0, 0, 0, 0.41);
    border-radius:10px 10px 10px 10px;
    width: 400px;
    padding: 20px;
}
@media screen and (max-width: 1480px) {
    .login-left {
        left:12%;
        top:200px;
        width:650px;
    }
}

@media screen and (max-width: 1380px) {
    .login-left {
        left:7%;
        top:200px;
        width:600px;
    }
}
@media screen and (max-width: 1200px) {
    .login-left {
        display: none;
    }
    .login-box{
    	position: relative;!important;
    	margin-left:auto;
    	margin-right:auto;
        right:0px;
    }
}


@media screen and (max-height: 800px) {
    .login-left {
        top:100px;
    }
    .login-box {
        top:100px;
    }
    footer{
        display: none
    }
}


.login-input {
    width: 100%;
    background-color: rgba(223, 223, 223, 0.2);
    border: 1px solid rgba(196, 196, 196, 0.4);
    padding: 5px;
}
body{
    text-align: center;
    color: #fff;
    background: url(../images/bg.jpg) no-repeat scroll center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    height: 100%;
    min-height:700px;
    min-width: 1280px;
}
footer{
    background-color: #eee;
    position: absolute;
    bottom:0px;
    width:100%;
}
a{
    cursor: pointer;
}
.err_msg {
    color: #ff385f;
}