/*body {
    height: 100%;
    background-image: url('../image/login-bg.jpg');
    background-size: cover;
    background-repeat: repeat;
}*/

.form-login {
    width: 100%;
    max-width:330px;
    padding: 15px;
    margin: 0 auto;
    margin-top: 80px;
    font-weight: 400;
}

.btn {
    width: 100%;
    max-width: 330px;
}

.captcha{
    float:right;
    width:85px;
}

.fom-login .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
}
.form-login .form-control:focus {
    z-index: 2;
}

/*.form-login input[type="text"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}*/

/*.form-login input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}*/

form a {
    display: inline-block;
    margin-top: 25px;
    font-size: 12px;
    line-height: 10px;
}

h3 {
    text-shadow: 1px 1px #808080;
}

.data-container {
    position: fixed;
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.login-container {
    display: flex;
    flex-flow: row nowrap;
    place-content: stretch flex-start;
    height: inherit;
}

.login-container > .left {
    flex-basis: 33%;
    flex-grow: 0;
    max-width: 640px;
    display: flex;
    flex-flow: row nowrap;
    place-content: stretch center;
    align-items: center;
    background: linear-gradient(153deg, #8ca7ff, #3662ec);
    text-align: center;
}

.login-container > .right {
    flex-basis: 66%;
    flex-grow: 1;
    background-color: #ffffff;
    height: inherit;
    overflow: hidden auto;
}

.login-container > .right > .login {
    max-width: 394px;
    height: inherit;
    margin: 0px auto;
    text-align: center;
    padding: 40px 24px;
    display: flex;
    align-items: center;
}

.form-login {
    text-align: left;
    margin-top: 0;
}

.login-container > .left img{
    width: 60%;
}