.login-header {
    position: absolute;
    left: 60px;
    top: 50px;
    width: 200px;
    height: 46.22px;
    opacity: 1;
}

.login-container {
    position: absolute;
    right: 15vw;
    top: 25vh;
    width: 440px;
    height: 500px;
    border-radius: 8px;
    opacity: 1;
    background: #FFFFFF;
}

.login-footer {
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    text-align: center;
    letter-spacing: 0;
    font-feature-settings: "kern" on;
    color: #222D3B;
}

.layui-form {
    width: 320px !important;
    margin: auto !important;
    margin-top: 30px !important;
}

.layui-form button {
    width: 100% !important;
    height: 44px !important;
    line-height: 44px !important;
    font-size: 16px !important;
    font-weight: 550 !important;
}

.layui-form-checked[lay-skin=primary] i {
    color: #fff !important;
}

.layui-tab-content {
    margin-top: 15px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.layui-form-item {
    margin-top: 17px !important;
}

.layui-input-prefix {
    line-height: 44px !important;
}

.layui-input {
    height: 44px !important;
    line-height: 44px !important;
    border-radius: 3px !important;
    /*background: #F6F7F9;*/
}

.layui-form-danger:focus {
    box-shadow: 0px 0px 2px 1px #f56c6c !important;
}

.login-logo {
    width: 200px !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    margin-left: 20px !important;
}

.login-title {
    font-weight: 550 !important;
    margin: 0 auto;
    display: table;
    height: 40px !important;
    line-height: 40px !important;
    color: #282223;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}

.login-desc {
    width: 100% !important;
    text-align: center !important;
    color: gray !important;
    height: 60px !important;
    line-height: 60px !important;
}

body {
    background-repeat: no-repeat;
    background-color: whitesmoke;
    background-size: 100%;
    height: 100%;
}

.captcha-input {
    float: left;
    margin: 0px !important;
    border: #e6e6e6 1px solid;
    display: inline-block !important;
    position: static;
}

.captcha-image {
    float: right;
    height: 42px;
    border: #e6e6e6 1px solid;
}

.forgot-password {
    margin-left: 264px;
}

.login-footer-text {
    position: absolute;
    bottom: 50px;
    left: 40%;
}

.layui-unselect.layui-form-checkbox {
    margin-top: 0 !important;
    align-items: center;
}

.tos-text a {
    color: #0473E2 !important;
}

.login-footer-text a {
    color: #282223 !important;
}

@media (max-width: 768px) {
    body {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-attachment: fixed;
    }

    .login-container {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: calc(100% - 20px);
        padding: 0 10px;
        box-sizing: border-box;
    }

    .login-footer-text {
        left: 0;
    }

    input.layui-input.layui-input-inline.captcha-input {
        width: 60% !important;
    }
}

.login-type-btn {
    border: 0
}

.login-type-btn.active {
    border-bottom: 2px #2a6cf0 solid
}

.forgot-password {
    margin-left: 0;
    float: right
}

.sms-btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 38px;
    line-height: 38px;
    padding: 0 15px;
    color: #2a6cf0;
    cursor: pointer;
    font-size: 14px
}

.sms-btn.disabled {
    color: #999;
    cursor: not-allowed
}

.responsive-container {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.login-type-wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.login-type-item {
    width: 48%;
}

.login-options {
    display: flex;
    justify-content: space-between;
}

.agreement-link {
    cursor: pointer;
}