body {
    min-height: 100%;
    min-width: 1200px;
}
.form-control {
    width: 338px;
    height: 38px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    padding-left: 10px;
}
:-webkit-autofill {
    -webkit-text-fill-color: #000 !important;
    transition: background-color 5000s ease-in-out 0s;
}

.tit-login {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.btn {
    width: 100%;
    height: 43px;
    line-height: 43px;
    text-align: center;
    color: #fff;
    border-radius: 5px;

    display: block;
    font-weight: bold;

}
.btn:hover {
    background: none;
}
.btn-success {
    border-width: 2px;
    border-style: solid;
    background: #64bf5b;
    border-color: #64bf5b;
}

.btn-primary {
    border-width: 2px;
    border-style: solid;
    background: #ff7900;
    border-color: #ff7900;
}
.btn-block {
    font-size: 18px;
}

.captcha-img {
    float: left;
    width: 160px;
}
.captcha-img:hover {
    color: #fff;
}
.captcha-input {
    float: left;
    width: 168px;
    margin-right: 10px;
}
.col-md-4 {
    width: 350px;
    padding: 20px;
    color: #000;
}
.captcha-img a:hover {
    color: #fff;
}
.color {
    color: #4ebafa;
}
.color:hover {
    color: #4ebafa;
    text-decoration: underline;
}
.container {
    position: relative;
}
.login-right .col-md-4 {
    background: rgba(255, 255, 255, 0.9);
}
.login-right {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -600px;
    width: 1200px;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.clearfix {
    zoom: 1;
}
.clearfix:before,
.clearfix:after {
    content: '';
    display: block;
    clear: both;
    visibility: hidden;
}
.nav-tabs {
    margin-bottom: 10px;
    border-bottom: 3px solid #ddd;
}
.nav-tabs li a {
    display: block;
    width: 100%;
    height: 100%;
}
.nav-tabs li {
    float: left;
    /* width: 100px; */
    height: 40px;
    line-height: 40px;
    /*text-align: center;*/
    font-size: 16px;
    margin-bottom: -3px;
    text-align: center;
    padding-right: 30px;
}
.nav-tabs li:hover,
.nav-tabs .active {
    color: #4ebafa;
    border-bottom: 3px solid #4ebafa;
}
.nav-tabs li:hover a,
.nav-tabs .active a {
    color: #4ebafa;
}