@charset "UTF-8";
body {
    background: #0E1939 url(login/loginbg.jpg) no-repeat fixed top center;
    height: 100vh;
    width: 100%;
    overflow-y: auto;
    background-size: cover;
}

.login-body {
    position: absolute;
    top: 150px;
    right: 10%;
    margin: 0 auto;
    height: 439px;
}

.login-logo {
    text-align: center;
}

.login-logo .sys_name {
    color: #ffffff;
    font-size: 36px;
    font-weight: bolder;
}

.login-bg {
    width: 439px;
    height: 507px;
    background: transparent url(login/login.png) no-repeat;
}

.login-form {
    padding: 50px 60px 0;
}

.login-form .logo-title {
    color: #fff;
    font-size: 30px;
    margin: 0 auto 20px;
    text-align: center;
}


.login-form .form-group {
    border: #2474b4 3px solid;
    color: #fff;
    border-radius: 20px;
    margin: 30px auto;
    padding: 10px 40px;
}

.login-form .form-group .form-control {
    background-color: transparent;
    border: none;
    color: #fff;
}

.login-form .form-control:focus {
    box-shadow: none;
}

.login-form .form-control-feedback {
    top: 10px;
    left: 10px;
}

.login-form .input-code .form-control-feedback {
    top: 0;
    left: -30px;
}


.login-form .code {
    margin-left: 7px;
    width: 100px;
    cursor: pointer;
    line-height: 34px;
    vertical-align: middle;
    height: 34px;
}

input.form-control:focus + .form-control-feedback {
    color: #66AFE9;
}

.login-form .input-code {
    width: 120px;
    position: relative;
}

.login-form .form-control-feedback {
    font-size: 1.5em;
    color: #FFFfff;
}

.login-form .form-btn .btn {
    font-size: 24px;
    height: 50px;
}

.copyright {
    position: absolute;
    bottom: 0px;
    padding: 5px;
    color: #cccccc;
    text-align: center;
    width: 100%;
}


.footer-fixed, .footer-absolute {
    color: #f0f0f0;
}

.locale, .locale a {
    color: #ffffff;
    line-height: 20px;
    margin-bottom: 0px;
    font-size: 10px;
}

.login-form .locale {
    position: absolute;
    right: 20px;
    top: 0;
}
