@charset "utf-8";

html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
}

body,
button,
input {
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif;
}

button,
input {
    box-sizing: border-box;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.login-container {
    position: relative;
    width: 100%;
    min-height: 100%;
    overflow: hidden;
    background: transparent url("/kaitian_agent/bg_daili.jpg") center center / cover no-repeat;
}

.login-form {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 596px;
    max-width: 100%;
    height: 720px;
    margin: -360px 0 0 -298px;
    padding: 0;
    background: transparent url("/kaitian_agent/bg_login.png") 0 0 / 596px 720px no-repeat;
}

.title-container {
    position: absolute;
    left: 50%;
    display: flex;
    width: 366px;
    margin: 300px 0 0 -183px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.login-form-item {
    position: relative;
    width: 366px;
    height: 33px;
    color: #336e98;
    flex: 0 0 33px;
}

.login-form-item label {
    position: absolute;
    top: 0;
    left: -10.5px;
    width: 60px;
    height: 36px;
    padding-right: 12px;
    color: #336e98;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    text-align: right;
}

.login-input {
    position: absolute;
    top: 0;
    left: 34.5px;
    width: 180px;
    height: 36px;
    padding: 0 15px;
    border: 1px solid rgba(232, 238, 234, 0);
    border-radius: 0;
    outline: 0;
    background: transparent;
    color: #336e98;
    caret-color: #336e98;
    font-size: 24px;
    line-height: 36px;
    appearance: none;
}

.login-input::placeholder {
    color: #c0c4cc;
    opacity: 1;
}

.login-input:-webkit-autofill {
    -webkit-text-fill-color: #336e98 !important;
    transition: background-color 99999s ease-out 0s;
}

.line {
    width: 366px;
    height: 1px;
    margin-bottom: 120px;
    border-bottom: 1px solid #336e98;
    box-sizing: border-box;
    flex: 0 0 1px;
}

.login-btn {
    width: 200px;
    height: 50px;
    padding: 8px 20px 10px;
    border: 1px solid #336e98;
    border-radius: 25px;
    outline: 0;
    background: #336e98;
    color: #fff;
    cursor: pointer;
    font-size: 24px;
    line-height: 24px;
}

.login-btn:hover,
.login-btn:focus-visible {
    border-color: #3f83b3;
    background: #3f83b3;
}

.login-btn:active {
    border-color: #285b80;
    background: #285b80;
}

.login-version {
    margin-top: 30px;
    color: #336e98;
    font-size: 18px;
    line-height: 20.7px;
}

.login-message {
    position: absolute;
    top: -52px;
    left: 0;
    width: 366px;
    padding: 8px 12px;
    border: 1px solid rgba(196, 63, 63, 0.28);
    border-radius: 4px;
    box-sizing: border-box;
    background: rgba(255, 244, 244, 0.94);
    color: #c43f3f;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}

@media only screen and (max-height: 720px) {
    .login-form {
        top: 0;
        margin-top: 0;
    }
}
