body {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: url(../img/crmbg.jpg);

    background-size: cover;
}

.login-container {
    max-width: 1000px;
    width: 100%;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.login-form {
    padding: 60px 30px;position: relative;
}

.login-image {
    height: 100%;
    background-image: url('../img/cover3.png');
    background-size: cover;
    background-position: center;
    min-height: 580px;
}



.form-header {
    text-align: center;
    margin-bottom: 80px;

}
.formhi{font-size: 16px;font-weight: 300}

.formlogo{position: absolute;
    top: 40px;
    left: 30px;}

.form-header h2 {
    color: #333;
    font-weight: 600;
    margin-bottom: 10px;
}

.form-header p {
    color: #777;
}

.form-group {
    margin-bottom: 20px;
}

.form-control {
    height: 45px;
    border-radius: 4px;
    border: 1px solid #ddd;
    padding-left: 15px;
    font-size: 14px;
}

.form-control:focus {
    border-color: #4d90fe;
    box-shadow: 0 0 5px rgba(77, 144, 254, 0.3);
}

.btn-login {
    background-color: #4285f4;
    border: none;
    color: white;
    height: 45px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    margin-top: 10px;
    transition: background-color 0.3s;
}

.btn-login:hover {
    background-color: #3367d6;
}

.form-footer {
    text-align: center;
    margin-top: 20px;
    color: #777;
}

.form-footer a {
    color: #000;
    text-decoration: none;
}

.form-footer a:hover {
    text-decoration: underline;
}

/* 响应式调整 */
@media (max-width: 768px) {
    .login-image {
        min-height: 200px;
    }

    .login-form {
        padding: 30px 20px;
    }
}
.pos_rlt{position: relative}
.captcha_area{position: absolute;
    display: block;
    width: 120px;
    height: 40px;
    background: #fff;
    border: 1px solid #ccc;
    right: 3px;
    top: 3px;border-radius: 5px}
.captcha_area img{width: 100%;height: 100%;border-radius: 3px}

.logo_login{    width: 50px;
    border-radius: 100%;
    margin-bottom: 10px;
}
#footer_links a{color:#333!important;font-size: 12px!important;}