.header {
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
}
.header:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #1ab373;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
}
.header__container {
    padding-top: 10px;
    padding-bottom: 13px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: url(/local/lib/img/bg_header-long.png) no-repeat -30px 0 #1ab373;
}
.user-name {
    display: inline-block;
    vertical-align: bottom;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    margin-right: 15px;
}
.user a {
    display: inline-block;
    vertical-align: bottom;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    position: relative;
    padding-left: 30px;
}
.user a:before {
    content: "";
    width: 22px;
    height: 22px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAACXBIWXMAAAsTAAALEwEAmpwYAAABeklEQVR4nO2ZS0oDQRBAx4WCuosrjXvxKAlCRBQXegHRneAl4kHEZTyDEES9gKg48YPoys9qhCcNLbbjLMJQ1dqk3gGq6k1XVzc9WWYYhvGvASaAHaAPvCHDO3AK7AHTmsXPAefocgksan157eK/yIEZaQHXNjHZlxZwPR/Scy0lFLsJHJTi30nEDpO8lhI0heNPAg9B/DwTTvAD0eDfOdrAALgGWskJqGICo7ICwBrw7KYQsJzaJh4DnoI0BbCe2go8llLJSEQUWPFFy0rEnELAaoXEB7CZzDmAtMQwAv4kdaeoJkWt6TSkwC1xGGgJuHtMDHItgRZwlWwLKZzIRcUm3qgbMJoA0sXHFAA6SR9k/B4EyV0l7sWL/4MWyv0060gGjraJVTCBUVgBYMlvYnchbEsHf0n9YatfEjiSkgDmgUPtp8Vt4tLVeF4/i1T8DdAQFfASs/5PiiYXwIJ48YHEOLAFHFe8WNfF/ao6AXaBKbXiDcMwMm0+AfjiWnLqUanRAAAAAElFTkSuQmCC') no-repeat 0 0 / contain;
    position: absolute;
    top: -2px;
    left: 0;
}

.bx-auth {
    max-width: 408px;
    margin: 0 auto;
    padding: 0 0 60px;
}
.bx-auth-input {
    display: block;
    width: 100%;
    outline: none;
    background: #FFFFFF;
    border: 1px solid #D3D3D3;
    border-radius: 6px;
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.01em;
    color: #0E0E0E;
    padding: 14px 24px;
    overflow: hidden;
    margin-bottom: 20px;
}
.login-button {
    border: 0;
    outline: none;
    width: 100%;
    max-width: 220px;
    justify-content: center;
    margin-bottom: 30px;
}
.login-links {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}
.login-links a {
    font-weight: 300;
    color: #1AB373;
}
.login-links a:hover {
    text-decoration: none;
}
.bx-auth-note {
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    margin: 20px 0;
}
.bx-auth-alert {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 20px;
}