#login {
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: center;
}
#login .left {
    width: 40%;
    position: absolute;
    left: 0;
    height: 100%;
    font-size: 18px;
    color: #fff;
    background: #fff url("../img/background_left.png") no-repeat center 100%;
    background-size: cover;
    line-height: 2;
}

#login .logo {
    font-size: 26px;
    position: relative;
    top: 50%;
    margin-top: -90px;
}
#login .logo img {
    width: 230px;
}
#login .right {
    width: 60%;
    position: absolute;
    right: 0;
    height: 100%;
    background: #fff url("../img/background_right.jpg") no-repeat top right;
}
#login .tip {
    font-size: 14px;
    margin-top: 16px;
}
#login .tip i, #login .tip span {
    color: #108ee9;
}
#login .footer {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 30px;
    color: #acb1b5;
}
#login .footer p {
    margin: 0;
}
#login .login-form {
    width: 429px;
    padding: 30px;
    box-shadow: 0 0 10px #ccc;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -215px;
    margin-top: -210px;
    z-index: 10;
    background-color: white;
    text-align: left;
    border-radius: 5px;
}
#login .ant-tabs-nav .ant-tabs-tab {
    font-size: 26px;
}
#login button.sms-btn {
    border: none;
}
#login button.sms-btn[disabled] {
    background-color: transparent;
}
#login button.sms-btn:after {
    content: none;
}

@media (max-width: 992px) {
    #login .left {
        position: relative;
        width: 100%;
        height: auto;
    }
    #login .logo {
        top: 0;
        margin-top: 0;
        padding: 60px 0;
    }
    #login .right {
        position: relative;
        width: 100%;
        height: auto;
    }
    #login .login-form {
        position: relative;
        margin-top: 50px;
    }
    #login .footer {
        position: relative;
        margin-top: 60px;
    }
}

#login .ant-tabs-nav .ant-tabs-tab {
    font-size: 26px;
}

.ant-tabs-nav {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    margin: 0;
    padding-left: 0;
    list-style: none;
    transition: transform .3s cubic-bezier(.645,.045,.355,1);
}

.ant-tabs-nav .ant-tabs-tab-active {
    color: #008cfb;
    font-weight: 500;
}

.ant-form-item-control {
    position: relative;
    line-height: 40px;
    zoom: 1;
}

.ant-form-item-children {
    position: relative;
}

.ant-input {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-variant: tabular-nums;
    list-style: none;
    font-feature-settings: "tnum";
    position: relative;
    display: inline-block;
    width: 100%;
    height: 32px;
    padding: 4px 11px;
    color: rgba(0,0,0,.65);
    font-size: 14px;
    line-height: 1.5;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    transition: all .3s;
}

.ant-input-group {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0,0,0,.65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    font-feature-settings: "tnum";
    position: relative;
    display: table;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

.ant-input-group-addon:first-child {
    border-right: 0;
}

.ant-input-group-addon:first-child, .ant-input-group-addon:first-child .ant-select .ant-select-selection, .ant-input-group>.ant-input:first-child, .ant-input-group>.ant-input:first-child .ant-select .ant-select-selection {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.ant-input-group-addon {
    position: relative;
    padding: 0 11px;
    color: rgba(0,0,0,.65);
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    background-color: #fafafa;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    transition: all .3s;
}
.ant-input-group-addon, .ant-input-group-wrap {
    width: 1px;
    white-space: nowrap;
    vertical-align: middle;
}
.ant-input-group-addon, .ant-input-group-wrap, .ant-input-group>.ant-input {
    display: table-cell;
}

.ant-input-group-addon:last-child, .ant-input-group-addon:last-child .ant-select .ant-select-selection, .ant-input-group>.ant-input:last-child, .ant-input-group>.ant-input:last-child .ant-select .ant-select-selection {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.ant-input-group .ant-input {
    float: left;
    width: 100%;
    margin-bottom: 0;
    text-align: inherit;
}
.ant-input-group-addon, .ant-input-group-wrap, .ant-input-group>.ant-input {
    display: table-cell;
}
.ant-input:placeholder-shown {
    text-overflow: ellipsis;
}
[role=button], a, area, button, input:not([type=range]), label, select, summary, textarea {
    touch-action: manipulation;
}
input[type=number], input[type=password], input[type=text], textarea {
    -webkit-appearance: none;
}
.ant-input-lg {
    height: 40px;
    padding: 6px 11px;
    font-size: 16px;
}

form:not(.ant-form-vertical) .ant-input-group-wrapper, form:not(.ant-form-vertical) :not(.ant-input-group-wrapper)>.ant-input-group {
    position: relative;
    top: -1px;
}

form .ant-input-group-wrapper, form :not(.ant-input-group-wrapper)>.ant-input-group {
    display: inline-block;
    vertical-align: middle;
}

.ant-input-group-wrapper {
    display: inline-block;
    width: 100%;
    text-align: start;
    vertical-align: top;
}

*, :after, :before {
    box-sizing: border-box;
}

.ant-input-group-addon>i:only-child:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
}


button, input {
    overflow: visible;
}
button, input, optgroup, select, textarea {
    margin: 0;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
}
*, :after, :before {
    box-sizing: border-box;
}
user agent stylesheet
input[type="text" i] {
    padding: 1px 2px;
}
user agent stylesheet
input {
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: -internal-light-dark(black, white);
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    appearance: auto;
    background-color: -internal-light-dark(rgb(255, 255, 255), rgb(59, 59, 59));
    -webkit-rtl-ordering: logical;
    cursor: text;
    margin: 0em;
    font: 400 13.3333px Arial;
    padding: 1px 2px;
    border-width: 2px;
    border-style: inset;
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
    border-image: initial;
}

.ant-row {
    position: relative;
    height: auto;
    margin-right: 0;
    margin-left: 0;
    zoom: 1;
    display: block;
    box-sizing: border-box;
}

.ant-form-item {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0,0,0,.65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    font-feature-settings: "tnum";
    margin-bottom: 24px;
    vertical-align: top;
}

.ant-col {
    position: relative;
    min-height: 1px;
}

.ant-row+.ant-row:before, .ant-row:after {
    clear: both;
}

.ant-row:after, .ant-row:before {
    display: table;
    content: "";
}

.ant-btn {
    line-height: 1.499;
    position: relative;
    display: inline-block;
    font-weight: 400;
    white-space: nowrap;
    text-align: center;
    background-image: none;
    border: 1px solid transparent;
    box-shadow: 0 2px 0 rgb(0 0 0 / 2%);
    cursor: pointer;
    transition: all .3s cubic-bezier(.645,.045,.355,1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: manipulation;
    height: 32px;
    padding: 0 15px;
    font-size: 14px;
    border-radius: 2px;
    color: rgba(0,0,0,.65);
    background-color: #fff;
    border-color: #d9d9d9;
}

.ant-btn-block {
    width: 100%;
}
.ant-btn-primary {
    color: #fff;
    background-color: #008cfb;
    border-color: #008cfb;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 2px 0 rgb(0 0 0 / 5%);
}
.ant-btn-lg {
    height: 40px;
    padding: 0 15px;
    font-size: 16px;
    border-radius: 2px;
}
.ant-btn, .ant-btn:active, .ant-btn:focus {
    outline: 0;
}
