body.login,
body.register {
    --login-primary-color: var(--erson-primary-color, #0057df);
    --login-primary-04: var(--erson-primary-04, rgba(0, 87, 223, .04));
    --login-primary-10: var(--erson-primary-10, rgba(0, 87, 223, .1));
    --login-primary-12: var(--erson-primary-12, rgba(0, 87, 223, .12));
    --login-primary-24: var(--erson-primary-24, rgba(0, 87, 223, .24));
    --login-primary-32: var(--erson-primary-32, rgba(0, 87, 223, .32));
    --login-primary-92: var(--erson-primary-92, rgba(0, 87, 223, .92));
    background:
        linear-gradient(180deg, #f7f8fa 0%, #ffffff 54%),
        #f7f8fa;
}

body.login .breadcrumbs,
body.login #breadcrumbs,
body.register .breadcrumbs,
body.register #breadcrumbs {
    margin-bottom: 0;
}

.ersonLogin {
    position: relative;
    padding: 30px 0 72px;
    overflow: hidden;
}

.ersonLogin:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 210px;
    background:
        linear-gradient(135deg, rgba(0, 0, 0, .24) 0%, rgba(255, 255, 255, .08) 54%, rgba(0, 0, 0, .12) 100%),
        var(--login-primary-color);
}

.ersonLogin__content {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(320px, .92fr) minmax(380px, 1fr);
    gap: 28px;
    align-items: stretch;
    min-width: 0;
}

.ersonLogin__intro,
.ersonLogin__form {
    min-width: 0;
    border: 1px solid rgba(226, 232, 240, .95);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 24px 60px rgba(15, 23, 42, .12);
}

.ersonLogin__intro {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    min-height: 620px;
    padding: 34px;
    border-color: rgba(255, 255, 255, .16);
    background:
        radial-gradient(circle at 84% 18%, rgba(255, 255, 255, .22) 0, rgba(255, 255, 255, 0) 34%),
        linear-gradient(145deg, rgba(0, 0, 0, .28) 0%, var(--login-primary-92) 58%, rgba(255, 255, 255, .1) 100%),
        var(--login-primary-color);
    color: #fff;
}

.ersonLogin__intro:before {
    content: "";
    position: absolute;
    right: -86px;
    top: 96px;
    width: 230px;
    height: 230px;
    border: 32px solid rgba(255, 255, 255, .1);
    border-radius: 50%;
}

.ersonLogin__intro:after {
    content: "";
    position: absolute;
    right: 34px;
    bottom: 112px;
    width: 92px;
    height: 92px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 22px;
    transform: rotate(13deg);
}

.ersonLogin__brand {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    min-height: 52px;
    max-width: 230px;
    margin-bottom: 30px;
    padding: 12px 16px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 8px;
    background: rgba(255, 255, 255, .96);
}

.ersonLogin__brand img {
    display: block;
    max-width: 190px;
    max-height: 34px;
}

.ersonLogin__brand span {
    color: #111827;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.1;
}

.ersonLogin__eyebrow {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    min-height: 28px;
    margin-bottom: 16px;
    padding: 5px 10px;
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 999px;
    background: rgba(255, 255, 255, .12);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
}

.ersonLogin__intro h1 {
    position: relative;
    z-index: 1;
    max-width: 420px;
    margin: 0 0 14px;
    color: #fff !important;
    font-size: 38px;
    font-weight: 850;
    line-height: 1.08;
}

.ersonLogin__intro p {
    position: relative;
    z-index: 1;
    max-width: 440px;
    margin: 0;
    color: rgba(255, 255, 255, .88);
    font-size: 15px;
    line-height: 1.7;
}

.ersonLogin__visual {
    position: relative;
    z-index: 1;
    flex: 1 1 auto;
    min-height: 230px;
    margin: 30px 0;
}

.ersonLogin__device {
    position: absolute;
    left: 18px;
    top: 10px;
    width: 220px;
    height: 162px;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 8px;
    background: rgba(255, 255, 255, .14);
    box-shadow: 0 28px 58px rgba(5, 20, 52, .28);
    backdrop-filter: blur(8px);
}

.ersonLogin__deviceBar {
    display: block;
    height: 34px;
    border-bottom: 1px solid rgba(255, 255, 255, .16);
}

.ersonLogin__deviceBar:before,
.ersonLogin__deviceBar:after {
    content: "";
    position: absolute;
    top: 13px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .55);
}

.ersonLogin__deviceBar:before {
    left: 16px;
}

.ersonLogin__deviceBar:after {
    left: 31px;
}

.ersonLogin__deviceLine {
    position: absolute;
    left: 20px;
    height: 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .2);
}

.erLoginLine--one {
    top: 58px;
    width: 145px;
}

.erLoginLine--two {
    top: 84px;
    width: 118px;
}

.erLoginLine--three {
    top: 110px;
    width: 156px;
}

.ersonLogin__deviceButton {
    position: absolute;
    left: 20px;
    bottom: 18px;
    width: 88px;
    height: 26px;
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 12px 24px rgba(5, 20, 52, .18);
}

.ersonLogin__shield {
    position: absolute;
    right: 36px;
    bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 106px;
    height: 106px;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 28px;
    background: rgba(255, 255, 255, .18);
    color: #fff;
    font-size: 38px;
    box-shadow: 0 24px 48px rgba(5, 20, 52, .24);
    backdrop-filter: blur(8px);
}

.ersonLogin__trust {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 10px;
    margin-top: auto;
}

.ersonLogin__trust span {
    display: block;
    padding: 13px 14px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 8px;
    background: rgba(255, 255, 255, .1);
    color: rgba(255, 255, 255, .84);
    font-size: 13px;
    line-height: 1.35;
}

.ersonLogin__trust strong {
    display: block;
    margin-bottom: 2px;
    color: #fff;
    font-size: 14px;
}

.ersonLogin__form {
    position: relative;
    padding: 34px 42px 42px;
}

.ersonLogin__formHeader {
    display: flex;
    gap: 13px;
    align-items: center;
    margin-bottom: 26px;
    padding-bottom: 22px;
    border-bottom: 1px solid #e6edf5;
}

.ersonLogin__formIcon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    border-radius: 8px;
    background: #eef5ff;
    color: var(--login-primary-color);
    font-size: 18px;
}

.ersonLogin__formHeader span {
    display: block;
    margin-bottom: 2px;
    color: #64748b;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.1;
    text-transform: uppercase;
}

.ersonLogin__formHeader strong {
    display: block;
    color: #111827;
    font-size: 20px;
    font-weight: 850;
    line-height: 1.1;
}

.ersonLogin__form .container {
    width: auto;
    max-width: none;
    min-width: 0;
    padding: 0;
}

.ersonLogin__form #boxFormLogin {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    text-align: left;
}

.ersonLogin__form #boxFormLogin form,
.ersonLogin__form #boxFormRegister form {
    margin: 0;
}

.ersonLogin__form #boxFormLogin h5 {
    margin: 0 0 8px;
    color: #111827;
    font-size: 26px;
    font-weight: 850;
    line-height: 1.15;
    text-align: left;
}

.ersonLogin__form #boxFormRegister {
    width: 100%;
    max-width: 680px;
    margin: 0 auto;
    text-align: left;
}

.ersonLogin__form #boxFormRegister .col-sm-12 {
    float: none;
    width: 100%;
    max-width: none;
    min-height: 0;
    padding-right: 0;
    padding-left: 0;
}

.ersonLogin__form #boxFormRegister h5 {
    margin: 0 0 8px;
    color: #111827;
    font-size: 26px;
    font-weight: 850;
    line-height: 1.15;
    text-align: left;
}

.ersonLogin__form #boxFormLogin .description,
.ersonLogin__form #boxFormRegister .description {
    margin: 0;
    padding: 0;
    color: #64748b;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.55;
    text-align: left;
}

.ersonLogin__form #boxFormLogin .form-group,
.ersonLogin__form #boxFormRegister .form-group {
    position: relative;
    margin: 18px 0 0;
}

.ersonLogin__form #boxFormLogin label,
.ersonLogin__form #boxFormRegister label {
    margin-bottom: 7px;
    color: #334155;
    font-size: 13px;
    font-weight: 800;
}

.ersonLogin__form #boxFormRegister label i {
    color: #e11d48;
    font-style: normal;
}

.ersonLogin__form #boxFormLogin .form-control,
.ersonLogin__form #boxFormRegister .form-control {
    width: 100%;
    height: 52px;
    padding: 0 15px;
    border: 1px solid #d9e3ef;
    border-radius: 8px;
    background: #f8fafc;
    color: #111827;
    font-size: 15px;
    line-height: 52px;
    box-shadow: none;
    transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.ersonLogin__form #boxFormLogin .form-control:hover,
.ersonLogin__form #boxFormRegister .form-control:hover {
    border-color: #b8c7d9;
    background: #fff;
}

.ersonLogin__form #boxFormLogin .form-control:focus,
.ersonLogin__form #boxFormRegister .form-control:focus {
    border-color: var(--login-primary-color);
    background: #fff;
    box-shadow: 0 0 0 4px var(--login-primary-12);
    outline: none;
}

.ersonLogin__form #boxFormRegister select.form-control {
    appearance: auto;
    cursor: pointer;
}

.ersonLogin__form #boxFormRegister #JS_register_optional {
    margin-top: 6px;
}

.ersonLogin__form #boxFormRegister #JS_formParticular,
.ersonLogin__form #boxFormRegister #JS_formCompany {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 16px;
}

.ersonLogin__form #boxFormRegister #JS_formParticular > .form-group,
.ersonLogin__form #boxFormRegister #JS_formCompany > .form-group {
    min-width: 0;
}

.ersonLogin__form #boxFormRegister .error-text {
    margin-top: 6px;
    color: #b91c1c;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.35;
}

.ersonLogin__form #boxFormLogin .password-desktop {
    margin-top: 12px;
    text-align: right;
}

.ersonLogin__form #boxFormLogin .password-desktop a,
.ersonLogin__form #boxFormLogin .submit .btn-register {
    color: var(--login-primary-color);
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.ersonLogin__form #boxFormLogin .password-desktop a:hover,
.ersonLogin__form #boxFormLogin .submit .btn-register:hover {
    color: var(--login-primary-color);
    text-decoration: underline;
}

.ersonLogin__form #boxFormLogin .submit {
    display: grid;
    gap: 14px;
    margin-top: 24px;
    text-align: left;
}

.ersonLogin__form #boxFormLogin .submit br {
    display: none;
}

body.login .ersonLogin__form #boxFormLogin .btn-primary.big {
    width: 100%;
    min-height: 52px;
    border: 0 !important;
    border-radius: 8px !important;
    background: var(--login-primary-color) !important;
    color: #fff !important;
    font-size: 16px;
    font-weight: 850;
    line-height: 1.2;
    text-transform: none !important;
    box-shadow: 0 14px 28px var(--login-primary-24) !important;
    transition: background-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

body.register .ersonLogin__form #boxFormRegister .btn-primary.big,
body.register .ersonLogin__form #boxFormRegister .submit .btn-primary,
body.register .ersonLogin__form #boxFormRegister button[type="submit"],
body.register .ersonLogin__form #boxFormRegister input[type="submit"] {
    width: 100%;
    min-height: 52px;
    border: 0 !important;
    border-radius: 8px !important;
    background: var(--login-primary-color) !important;
    color: #fff !important;
    font-size: 16px;
    font-weight: 850;
    line-height: 1.2;
    text-transform: none !important;
    box-shadow: 0 14px 28px var(--login-primary-24) !important;
    transition: background-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

body.register .ersonLogin__form #boxFormRegister .btn-primary.big:hover,
body.register .ersonLogin__form #boxFormRegister .btn-primary.big:focus,
body.register .ersonLogin__form #boxFormRegister .submit .btn-primary:hover,
body.register .ersonLogin__form #boxFormRegister .submit .btn-primary:focus,
body.register .ersonLogin__form #boxFormRegister button[type="submit"]:hover,
body.register .ersonLogin__form #boxFormRegister button[type="submit"]:focus,
body.register .ersonLogin__form #boxFormRegister input[type="submit"]:hover,
body.register .ersonLogin__form #boxFormRegister input[type="submit"]:focus {
    background: var(--login-primary-color) !important;
    box-shadow: 0 18px 34px var(--login-primary-32) !important;
    transform: translateY(-1px);
}

.ersonLogin__form #boxFormRegister .submit,
.ersonLogin__form #boxFormRegister .form-action {
    margin-top: 24px;
}

.ersonLogin__form #boxFormRegister .checkbox,
.ersonLogin__form #boxFormRegister .control-group_checkbox,
.ersonLogin__form #boxFormRegister .form-group_checkbox {
    margin-top: 16px;
}

.ersonLogin__form #boxFormRegister input[type="checkbox"],
.ersonLogin__form #boxFormRegister input[type="radio"] {
    width: auto;
    height: auto;
    margin-right: 8px;
    accent-color: var(--login-primary-color);
}

.ersonLogin__form #boxFormRegister .legal,
.ersonLogin__form #boxFormRegister .checkbox label,
.ersonLogin__form #boxFormRegister .control-group_checkbox label {
    color: #475569;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.45;
}

.ersonLogin__form #boxFormRegister a {
    color: var(--login-primary-color);
    font-weight: 800;
    text-decoration: none;
}

.ersonLogin__form #boxFormRegister a:hover,
.ersonLogin__form #boxFormRegister a:focus {
    color: var(--login-primary-color);
    text-decoration: underline;
}

body.login .ersonLogin__form #boxFormLogin .btn-primary.big:hover,
body.login .ersonLogin__form #boxFormLogin .btn-primary.big:focus {
    background: var(--login-primary-color) !important;
    box-shadow: 0 18px 34px var(--login-primary-32) !important;
    transform: translateY(-1px);
}

body.login .ersonLogin__form #boxFormLogin .btn-primary.big:active {
    transform: translateY(0);
}

.ersonLogin__form #boxFormLogin .submit .btn-register {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 48px;
    padding: 12px 16px;
    border: 1px solid var(--login-primary-color) !important;
    border-radius: 8px !important;
    background: var(--login-primary-04) !important;
    box-shadow: none !important;
    color: var(--login-primary-color) !important;
    line-height: 1.25;
    text-align: center;
    white-space: normal;
    text-transform: none !important;
}

.ersonLogin__form #boxFormLogin .submit .btn-register:hover,
.ersonLogin__form #boxFormLogin .submit .btn-register:focus {
    background: var(--login-primary-10) !important;
    color: var(--login-primary-color) !important;
    text-decoration: none;
}

body.login .ersonLogin__form #boxFormLogin .submit a.btn.btn-primary.btn-register {
    border: 1px solid var(--login-primary-color, #0057df) !important;
    border-width: 1px !important;
    border-style: solid !important;
    border-color: var(--login-primary-color, #0057df) !important;
    background-color: rgba(0, 87, 223, .04) !important;
    background-color: var(--login-primary-10, rgba(0, 87, 223, .1)) !important;
    color: var(--login-primary-color, #0057df) !important;
}

body.login .ersonLogin__form #boxFormLogin .submit a.btn.btn-primary.btn-register:hover,
body.login .ersonLogin__form #boxFormLogin .submit a.btn.btn-primary.btn-register:focus {
    background-color: rgba(0, 87, 223, .1) !important;
    background-color: var(--login-primary-10, rgba(0, 87, 223, .1)) !important;
    color: var(--login-primary-color, #0057df) !important;
}

.ersonLogin__form #boxFormLogin .socialAuth {
    position: relative;
    margin-top: 30px;
    padding-top: 28px;
    border-top: 1px solid #e6edf5;
    color: #64748b;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    text-align: left;
}

.ersonLogin__form #boxFormLogin .socialAuth > br {
    display: none;
}

.ersonLogin__form #boxFormLogin .btn-auth br {
    display: none;
}

.ersonLogin__form #boxFormLogin .wrapAuthBtn {
    display: grid;
    gap: 10px;
    width: 100%;
    margin-top: 14px;
}

.ersonLogin__form #boxFormLogin .btn-auth {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 48px;
    padding: 0 16px;
    border: 1px solid #d9e3ef;
    border-radius: 8px;
    background: #fff;
    color: #111827;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: 0 8px 20px rgba(15, 23, 42, .05);
    transition: border-color .18s ease, background-color .18s ease, color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.ersonLogin__form #boxFormLogin .btn-auth:hover {
    border-color: var(--login-primary-color);
    background: #f4f8ff;
    color: var(--login-primary-color);
    box-shadow: 0 12px 24px rgba(15, 23, 42, .08);
    transform: translateY(-1px);
}

.ersonLogin__form #boxFormLogin .btn-facebook:before,
.ersonLogin__form #boxFormLogin .btn-google:before {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
    margin-right: 9px;
    font-family: FontAwesome;
    font-size: 18px;
    font-weight: normal;
    line-height: 1;
    text-align: center;
}

.ersonLogin__form #boxFormLogin .btn-facebook:before {
    content: "\f09a";
    color: #1877f2;
}

.ersonLogin__form #boxFormLogin .btn-google:before {
    content: "\f1a0";
    color: #db4437;
}

body.login .ersonLogin__form #boxFormLogin .socialAuth .wrapAuthBtn {
    float: none !important;
    display: inline-block !important;
    width: 33.333333% !important;
    max-width: none !important;
    margin: 12px 0 0 !important;
    padding: 0 5px !important;
    vertical-align: top !important;
}

body.login .ersonLogin__form #boxFormLogin .socialAuth .wrapAuthBtn:only-of-type {
    width: 100% !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

body.login .ersonLogin__form #boxFormLogin .socialAuth .wrapAuthBtn:first-of-type:nth-last-of-type(2),
body.login .ersonLogin__form #boxFormLogin .socialAuth .wrapAuthBtn:first-of-type:nth-last-of-type(2) ~ .wrapAuthBtn {
    width: 50% !important;
}

body.login .ersonLogin__form #boxFormLogin .socialAuth .wrapAuthBtn:first-of-type {
    padding-left: 0 !important;
}

body.login .ersonLogin__form #boxFormLogin .socialAuth .wrapAuthBtn:last-of-type {
    padding-right: 0 !important;
}

body.login .ersonLogin__form #boxFormLogin .socialAuth a.btn-auth.JSsocialLogin {
    box-sizing: border-box !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: 50px !important;
    padding: 0 18px !important;
    border: 1px solid #d9e3ef !important;
    border-radius: 8px !important;
    background: #fff !important;
    color: #111827 !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    text-align: center !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    box-shadow: 0 8px 20px rgba(15, 23, 42, .05) !important;
}

body.login .ersonLogin__form #boxFormLogin .socialAuth a.btn-auth.JSsocialLogin:before {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 22px !important;
    width: 22px !important;
    height: 22px !important;
    margin: 0 9px 0 0 !important;
    font-size: 18px !important;
    line-height: 1 !important;
    text-align: center !important;
}

body.login .ersonLogin__form #boxFormLogin .socialAuth a.btn-auth.JSsocialLogin b {
    display: inline !important;
    margin-left: 4px;
    font-weight: 850;
}

body.login .ersonLogin__form #boxFormLogin .socialAuth a.btn-auth.JSsocialLogin:hover,
body.login .ersonLogin__form #boxFormLogin .socialAuth a.btn-auth.JSsocialLogin:focus {
    border-color: var(--login-primary-color, #0057df) !important;
    background: #f4f8ff !important;
    color: var(--login-primary-color, #0057df) !important;
    text-decoration: none !important;
}

@media (max-width: 991px) {
    .ersonLogin {
        padding: 22px 0 54px;
    }

    .ersonLogin__content {
        grid-template-columns: minmax(0, 1fr);
        gap: 18px;
    }

    .ersonLogin__intro {
        min-height: auto;
        padding: 28px;
    }

    .ersonLogin__form {
        padding: 30px 28px 34px;
    }

    .ersonLogin__form #boxFormRegister {
        max-width: 100%;
    }

    .ersonLogin__intro h1 {
        font-size: 30px;
    }

    .ersonLogin__visual {
        min-height: 170px;
        margin: 24px 0;
    }

    .ersonLogin__device {
        width: 190px;
        height: 138px;
    }

    .ersonLogin__shield {
        right: 18px;
        width: 86px;
        height: 86px;
        font-size: 31px;
    }

    .ersonLogin__trust {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .ersonLogin {
        padding: 16px 0 38px;
    }

    .ersonLogin:before {
        height: 170px;
    }

    .ersonLogin__content {
        gap: 14px;
    }

    .ersonLogin__intro,
    .ersonLogin__form {
        border-radius: 8px;
    }

    .ersonLogin__intro {
        padding: 22px;
    }

    .ersonLogin__form {
        padding: 24px 20px 28px;
    }

    .ersonLogin__brand {
        min-height: 46px;
        margin-bottom: 22px;
    }

    .ersonLogin__brand img {
        max-width: 160px;
    }

    .ersonLogin__intro h1 {
        font-size: 26px;
    }

    .ersonLogin__intro p {
        font-size: 14px;
    }

    .ersonLogin__visual {
        min-height: 138px;
        margin: 18px 0;
    }

    .ersonLogin__device {
        left: 0;
        width: 165px;
        height: 122px;
    }

    .ersonLogin__shield {
        right: 0;
        bottom: 8px;
        width: 70px;
        height: 70px;
        border-radius: 18px;
        font-size: 25px;
    }

    .ersonLogin__trust {
        grid-template-columns: minmax(0, 1fr);
    }

    .ersonLogin__formHeader {
        margin-bottom: 22px;
        padding-bottom: 18px;
    }

    .ersonLogin__form #boxFormLogin h5 {
        font-size: 23px;
    }

    .ersonLogin__form #boxFormRegister h5 {
        font-size: 23px;
    }

    .ersonLogin__form #boxFormRegister #JS_formParticular,
    .ersonLogin__form #boxFormRegister #JS_formCompany {
        grid-template-columns: minmax(0, 1fr);
    }
}
