
.auth-form {
    background-color: #fff;
    padding: 80px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 0 0 50%;
    max-width: 50%;
}

.auth-form-header {
    margin-bottom: 40px;
}

.auth-form-body {
    margin-bottom: 80px;
}

.auth-content {
    display: flex;
    align-items: center;
    z-index: 1;
    width: 100%;
    padding: 50px 0;
}

.auth-form-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.auth {
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 0 160px;
}

.wrapper {
    display: flex;
    min-height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    background-attachment: fixed;
    overflow: hidden;
}

.auth-title-header h2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.auth-title-header h2 span {
    font-weight: 500;
    font-size: 40px;
    line-height: 160%;
    text-transform: uppercase;
    display: block;
    color: #fff;
    margin-bottom: 8px;
}

.auth-title-header h2 strong {
    font-weight: 700;
    font-size: 48px;
    line-height: 140%;
    text-transform: uppercase;
    color: #fff;
}

.auth-title-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
}

.auth-title-body h1 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.auth-title-body h1 strong {
    font-weight: 700;
    font-size: 64px;
    line-height: 160%;
    text-transform: uppercase;
    color: #fff;
}

.auth-title-body h1 span {
    font-weight: 400;
    font-size: 32px;
    line-height: 160%;
    color: #fff;
    opacity: .9;
}

.auth-title-footer span {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #fff;
}

.auth-title-footer span a {
    font-weight: 700;
    color: #fff;
}

.auth-form-header h3 {
    font-weight: 700;
    font-size: 40px;
    line-height: 46px;
    color: #212121;
    margin-bottom: 16px;
}

.auth-form-header span {
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    color: #5d6676;
}

.ant-form {
    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", "tnum";
}

.auth-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    /*justify-content: space-between;*/
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 64px;
}

.ant-input {
    box-sizing: border-box;
    margin: 0;
    font-variant: tabular-nums;
    list-style: none;
    font-feature-settings: "tnum", "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: 4px;
    transition: all .3s;
}

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

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

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

.ant-form-item-label > label {
    color: rgba(0, 0, 0, .85);
}

.ant-form label {
    font-size: 14px;
}

.ant-form-item-label {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    /*text-align: right;*/
    vertical-align: middle;
    line-height: unset;
    margin-bottom: 8px;
}

.ant-form-item-required:before {
    display: inline-block;
    margin-right: 4px;
    color: #f5222d;
    font-size: 14px;
    font-family: SimSun, sans-serif;
    line-height: 1;
    content: "*";
}

.ant-form-item-label > label:after {
    content: ":";
    position: relative;
    top: -0.5px;
    margin: 0 8px 0 2px;
}

.auth-form-body .ant-form-item-label {
    margin-bottom: 13px;
}

.ant-form-item-label label {
    position: relative;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: .1px;
    color: #484848;
    display: block;
}

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

.auth-form-body .ant-form-item-label label {
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: #212121;
}

.ant-form-item {
    box-sizing: border-box;
    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", "tnum";
    margin: 0 0 24px;
    vertical-align: top;
}

.ant-form-item {
    margin-bottom: 0;
}

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

.ant-input-affix-wrapper {
    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", "tnum";
    position: relative;
    display: inline-block;
    width: 100%;
}

.ant-input-affix-wrapper:hover .ant-input:not(.ant-input-disabled) {
    border-color: #40a9ff;
    border-right-width: 1px !important;
}

.ant-input-affix-wrapper .ant-input-prefix, .ant-input-affix-wrapper .ant-input-suffix {
    position: absolute;
    top: 50%;
    z-index: 2;
    display: flex;
    align-items: center;
    color: rgba(0, 0, 0, .65);
    line-height: 0;
    transform: translateY(-50%);
}

.has-error.has-feedback .ant-form-item-children-icon, .has-success.has-feedback .ant-form-item-children-icon, .has-warning.has-feedback .ant-form-item-children-icon, .is-validating.has-feedback .ant-form-item-children-icon {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
    width: 32px;
    height: 20px;
    margin-top: -10px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    visibility: visible;
    animation: zoomIn .3s cubic-bezier(.12, .4, .29, 1.46);
    pointer-events: none;
}

.auth-form-body .ant-row.ant-form-item .ant-btn_submit {
    width: 100%;
    padding: 15px;
    color: #fff;
    background: linear-gradient(180deg, #1b50b0, #1147aa);
    border-radius: 8px;
}

.ant-input-affix-wrapper .ant-input-suffix {
    right: 12px;
}

.auth-form-body .ant-input-suffix {
    font-size: 18px;
}

/*form .has-feedback .ant-input-affix-wrapper .ant-input-suffix {*/
/*    padding-right: 18px;*/
/*}*/

.auth-form-body .ant-row.ant-form-item .ant-btn_submit span {
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    color: #fff;
}
.login-logo{
    margin-bottom: 20px;
    width: 240px;
}
.has-success.has-feedback .ant-form-item-children-icon {
    color: #52c41a;
    animation-name: diffZoomIn1 !important;
}

.ant-input-affix-wrapper .ant-input {
    position: relative;
    text-align: inherit;
}

.ant-form-item-children input {
    display: block;
}

form .has-feedback .ant-input-affix-wrapper .ant-input {
    padding-right: 49px;
}

.ant-input-affix-wrapper .ant-input:not(:last-child) {
    padding-right: 30px;
}

.auth-form-footer .ant-btn {
    width: 100%;
    margin-right: 16px;
    border: 1px solid #b4bbc8;
    border-radius: 8px;
    padding: 20px;
}

.ant-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    border: none;
    border-radius: 4px;
}

.auth-form-footer .ant-btn.active {
    background: #f3f6fd;
}

.auth-form-footer .ant-btn span {
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    color: #8f96a3;
}

.auth-form-footer .ant-btn img {
    margin-right: 8px;
}

.anticon {
    display: inline-block;
    color: inherit;
    font-style: normal;
    line-height: 0;
    text-align: center;
    text-transform: none;
    vertical-align: -0.125em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.auth-form-body .ant-input {
    padding: 16px;
    font-size: 20px;
    height: auto;
    background-color: transparent;
}

form .has-feedback .ant-input {
    padding-right: 30px;
}

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

.auth-form-body .ant-row.ant-form-item_3 a {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: #174cad;
}

.auth-form-body .ant-row.ant-form-item_3 .ant-checkbox-wrapper {
    display: flex;
    align-items: center;
}

.auth-form-body .ant-row.ant-form-item_3 .ant-checkbox-wrapper span + span {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: .1px;
    color: #686868;
    padding-right: 8px;
    padding-left: 8px;
}

.auth-form-body .ant-row.ant-form-item_3 .ant-form-item-children {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.auth-form-body .ant-form .ant-form-item_one {
    margin-bottom: 32px;
}
