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

.auth-form-header {
    margin-bottom: 32px;
    border-bottom: 3px solid #dfdee2;
    border-radius: 4px;
}
.auth-header__logo, .auth-header__logos {
    display: flex;
    align-items: center;
}

.auth-header__logo {
    padding-right: 16px;
    margin-right: 24px;
    /*border-right: 1px solid #fff*/
}

.auth-header__logo:last-child {
    border: 0
}

.auth-header__logo img {
    margin-right: 16px;
    width: 70px;
}

.auth-header__logo span {
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 130%;
    display: flex;
    align-items: center;
    color: #fff;
    max-width: 205px
}

.login-top .header-lang {
    margin-left: auto;
}

/*.auth-form-body {*/
/*    margin-bottom: 80px;*/
/*}*/
.login-top{
    position: absolute;
    width: 100%;
    padding: 40px;
    top: 0;
    left: 0;
    right: 0;
}
.login-body{
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.login-footer{
    position: absolute;
    width: 100%;
    padding: 40px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
.auth-content {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    width: 100%;
    padding: 50px 0;
}

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

.auth {
    width: 100%;
    background-image: url(../bg-image.png);
    background-size: cover;
    background-position: 50%;
    position: relative;
    z-index: 1;
    height: 100vh;
}

.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: 600;
    font-size: 30px;
    line-height: 40px;
    color: #212121;
    margin-bottom: 16px;
    text-align: center;
}

.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: 2px;
    color: #f5222d;
    /*font-size: 14px;*/
    /*font-family: SimSun, sans-serif;*/
    /*line-height: 1;*/
    content: "*";
}
.auth-header__logo-txt span{
    font-size: 22px;
}
.auth-header__logo-txt{
    color: #ffffff;
    font-size: 26px;
    line-height: 30px;
}
.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%;
    color: #fff;
    /*background: linear-gradient(180deg, #1b50b0, #1147aa);*/
    background: #2e7df6;
    border-radius: 8px;
}
.lang-sel-btn {
    padding: 8px 8px 8px 12px;
}
.lang-sel{
    display: flex;
    align-items: center;
}
.lang-sel span{
    color: #ffffff;
}
.lang-sel i{
    margin-right: 4px;
    /*width: 26px;*/
    font-size: 18px;
}
.lang-sel img{
    margin-right: 4px;
    width: 26px;
    /*font-size: 18px;*/
}
.ant-input-affix-wrapper .ant-input-suffix {
    right: 12px;
}

.auth-form-body .ant-input-suffix {
    font-size: 18px;
}
.header-lang .ul-dropdown:before{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    left: auto;
    right: 16px;
    top: -12px;
    border-bottom: 14px solid #ffffff;
}
.header-lang .flag{
    width: 24px;
}
/*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-size: 20px;
    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-left: 16px;
    border: 1px solid #b4bbc8;
    border-radius: 8px;
    padding: 8px 12px;
}

.ant-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    border: none;
    border-radius: 4px;
}
.login-bottom{
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    padding: 24px;
}
.login-bottom span {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}
.auth-form-footer .ant-btn.active {
    background: #f3f6fd;
}

.auth-form-footer .ant-btn span {
    font-size: 18px;
    color: #fff;
}

.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: 10px 12px;
    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;
}
