#background
{
    min-height: 100%;
    min-width: 1280px;
    width: 100%;
    height: auto;
    position: fixed;
    top: 0px;
    left: 0px;
    background: #e5e5e5 no-repeat center;    
}


#login-container {
    position: absolute;
    width: 400px;
    height: 350px;
    top: 40%;
    left: 50%;
    margin: 30px;
    background: url(../img/inner_bg.png) no-repeat center;    
    border-radius: 20px;
    padding : 50px 20px 10px 100px;
    text-align: center;
    transform: translate(-50%, -50%); 
}


#logo { margin-bottom:50px; }

#login-form {
    width: 300px;
    vertical-align: middle;
    horiz-align: center;
    color:white;
}



#copyright {
    position: absolute;
    width: 100%;
    height: 10px;
    top: 87%;
    margin: 0px 0 0 0px;
    padding-top: 15px;
    text-align:center;
    background: #ffffff;
    color: #7f7f7f;
    text-decoration: inherit;
}

input[type=text],
input[type=password] {
    width: 100%;
    height: 35px;
    padding: 3px 18px;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 600;
    color: #222;
    -webkit-appearance: none;
    box-shadow: none;
    border: 1px solid #d4d4d4;
    border-radius: 20px;
}


.login-btn {
    display: block;
    margin: 18px 0 6px;
    width: 100%;
    height: 35px;
    line-height: 34px;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    background: #2b7fce;
    border: 1px solid #2b7fce;
    border-radius: 20px;
}

.login-sublink > a {
    display: inline-block;
    position: relative;
    padding: 0 6px;
    font-size: 11px;
    text-align: center;
    color: #727272;
    font-weight: 600;
}
