.employee_public_primary .page_content_container,
.employee_public_primary .page_content_container_wrapper {
    min-height: 100vh;
}

.employee_public_page {
    background: #f0f1ef;
}

.employee_public_page_wrapper {
    display: flex;
    align-items: stretch;
}

.employee_public_left_column {
    width: 49.0625vw;
    min-height: 100vh;
    padding: 0 3.75vw;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.employee_public_header {
    text-align: center;
    margin-bottom: 1.1458vw;
}

.employee_public_logo {
    width: 6.926vw;
    margin: 0;
}

.employee_public_logo img {
    display: block;
    width: 100%;
}

.employee_public_brand {
    font-family: 'Gotham-Bold';
    font-size: 0.8333vw;
    letter-spacing: 0.14vw;
    color: #373837;
    text-transform: uppercase;
}

.employee_public_card {
    width: 38.5416vw;
    margin: 0 auto;
    min-height: 24.8958vw;
    background: #f8f9f7;
    border: 0.1562vw solid #373837;
    border-radius: 2.6041vw;
    box-shadow: 0.9895vw 0.8854vw 1.4583vw rgba(55, 56, 55, 0.18);
    box-sizing: border-box;
    padding: 2.2916vw 2.2916vw 2.0833vw;
}

.employee_public_intro {
    text-align: center;
    font-size: 1.0416vw;
    line-height: normal;
    margin-bottom: 2.0833vw;
}

.employee_public_intro h1,
.employee_public_success h1 {
    font-size: 4.1666vw;
    line-height: 4.1666vw;
    margin: 0;
    font-family: 'Gotham-Bold';
    margin-bottom: 0.4687vw;
}
.employee_public_success h1 {
    font-size: 2.2396vw;
    line-height: 2.7083vw;
    font-family: 'Gotham-Bold';
    margin-bottom: 0.4687vw;
}
.employee_public_intro p,
.employee_public_success p {

}

.employee_public_error {
    width: 26.5625vw;
    margin: 0 auto 1.1458vw;
    padding: 0.625vw 0.9895vw;
    background: rgba(255, 199, 0, 0.15);
    border: 0.1041vw solid #f4c12e;
    border-radius: 1.0416vw;
    color: #373837;
    font-size: 0.8333vw;
    line-height: 1.35;
    text-align: center;
}

.employee_public_form_error {
    display: none;
    width: 26.5625vw;
    margin: 0 auto 1.1458vw;
    padding: 0.625vw 0.9895vw;
    background: rgba(255, 199, 0, 0.15);
    border: 0.1041vw solid #f4c12e;
    border-radius: 1.0416vw;
    color: #373837;
    font-size: 0.8333vw;
    line-height: 1.35;
    text-align: center;
}

.employee_public_form_error.is_visible {
    display: block;
}

.employee_public_form_columns {
    display: flex;
    gap: 1.875vw;
    align-items: flex-start;
}

.employee_public_form_main {
    width: 14.8437vw;
}

.employee_public_field {
    margin-bottom: 0.8333vw;
}

.employee_public_field input {
    width: 100%;
    height: 2.0833vw;
    border: 0;
    border-bottom: 0.1041vw solid #373837;
    background: transparent;
    padding: 0 1.302vw;
    font-size: 1.0416vw;
    font-family: 'FuturaBT-Medium';
    color: #373837;
    font-weight: normal;
    letter-spacing: 0;
    box-sizing: border-box;
}

.employee_public_field input.is_invalid,
.employee_public_textarea_shell textarea.is_invalid {
    color: #b64e3a;
}

.employee_public_upload.is_invalid .employee_public_upload_btn {
    box-shadow: 0 0 0 .12vw rgba(182, 78, 58, .25);
}

.employee_public_field input::placeholder,
.employee_public_textarea_shell textarea::placeholder {
    color: #7f7f7f;
    font-family: 'FuturaBT-Medium';
}

.employee_public_field input:focus,
.employee_public_textarea_shell textarea:focus {
    outline: none;
}

.employee_public_upload input[type="file"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.employee_public_upload_btn,
.employee_public_submit {background: #f4c12e !important;height: 2.177vw;line-height: 2.177vw;margin: auto;width: 7vw;min-width: 7vw;font-weight: normal;}


.employee_public_upload_name {
    display: none;
    margin-top: 0.4687vw;
    font-size: 0.7812vw;
    line-height: 1.35;
    color: #7f7f7f;
    word-break: break-word;
}

.employee_public_upload_name.is_visible {
    display: block;
}

.employee_public_form_message {
    flex: 1;
}

.employee_public_textarea_shell {
    border: 0.1562vw solid #373837;
    border-radius: 1.6666vw;
    background: #dbdbdb;
    padding: 1vw;
    height: 9.6231vw;
    box-sizing: border-box;
}

.employee_public_textarea_shell textarea {
    width: 100%;
    min-height: 7.2916vw;
    border: 0;
    background: transparent;
    resize: none;
    font-size: 0.7292vw;
    line-height: 0.875vw;
    color: #777777;
    font-family: 'FuturaBT-Medium';
    overflow-y: auto;
    box-sizing: border-box;
    padding: 0;
}

.employee_public_textarea_shell textarea::-webkit-scrollbar {
    width: 0.625vw;
}

.employee_public_textarea_shell textarea::-webkit-scrollbar-track {
    background: #373837;
    border-radius: 0.625vw;
}

.employee_public_textarea_shell textarea::-webkit-scrollbar-thumb {
    background: #f4c12e;
    border-radius: 0.625vw;
}

.employee_public_counter {
    margin-top: 0.3645vw;
    text-align: right;
    color: #8f8f8f;
    font-size: 0.677vw;
    line-height: 1.2;
}

.employee_public_actions {
    margin-top: 1.4062vw;
    text-align: center;
}

.employee_public_submit {
    /* min-width: 8.3333vw; */
}

.employee_public_success {
    min-height: 18.2291vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.employee_public_success_icon {
    width: 3.9913vw;
    height: 3.9913vw;
    border-radius: 50%;
    background: #f4c12e;
    margin: 1.1458vw 0 1.5625vw;
    position: relative;
}

.employee_public_success_icon span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.0937vw;
    height: 2.0833vw;
    border-right: 0.3125vw solid #ffffff;
    border-bottom: 0.3125vw solid #ffffff;
    transform: translate(-50%, -65%) rotate(40deg);
    box-sizing: border-box;
}

.employee_public_success p {
    font-family: 'FuturaBT-Medium';
    font-size: 1.013vw;
    color: #7f7f7f;
    margin: 0;
}

.employee_public_visual_column {
    background: #373837;
    width: 35.625vw;
    min-height: 100vh;
    float: left;
    padding: 0 7.4687vw;
}

.employee_public_visual_panel,
.employee_public_visual_placeholder {
    width: 100%;
    height: 100%;
}

.employee_public_visual_placeholder {
    height: 100vh;
    background: url(../images/login_image_employee.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.employee_public_visual_lines {
    position: absolute;
    left: 5.2083vw;
    top: 16.25vw;
    width: 10.4166vw;
    height: 34.0625vw;
    border-left: 0.4166vw solid #f0f1ef;
    border-right: 0.4166vw solid #f0f1ef;
    border-radius: 5.2083vw;
    opacity: 0.92;
}

.employee_public_visual_lines::before,
.employee_public_visual_lines::after {
    content: '';
    position: absolute;
    left: 50%;
    width: 3.75vw;
    height: 3.75vw;
    border: 0.4166vw solid #f0f1ef;
    border-radius: 50%;
    transform: translateX(-50%);
}

.employee_public_visual_lines::before {
    top: -5vw;
}

.employee_public_visual_lines::after {
    bottom: -5vw;
}

.employee_public_visual_dot {
    position: absolute;
    border-radius: 50%;
    background: #f0f1ef;
}

.employee_public_visual_dot_top {
    left: 6.25vw;
    top: 11.875vw;
    width: 4.1145vw;
    height: 4.1145vw;
}

.employee_public_visual_dot_bottom {
    left: 7.0312vw;
    bottom: 13.2291vw;
    width: 3.75vw;
    height: 3.75vw;
}

.employee_public_visual_word {
    position: absolute;
    right: 4.1666vw;
    color: #f0f1ef;
    font-family: 'Gotham-Medium';
    font-size: 2.0833vw;
    letter-spacing: 0.08vw;
}

.employee_public_visual_word_top {
    top: 23.4375vw;
}

.employee_public_visual_word_bottom {
    top: 34.0625vw;
}

.employee_public_visual_accent {
    position: absolute;
    right: 5vw;
    top: 29.1145vw;
    width: 2.2916vw;
    height: 2.2916vw;
    border-radius: 50%;
    background: #f4c12e;
}

.employee_public_pattern_column {
    flex:1;
    overflow: hidden;
    height: 100vh;
    background: url(../images/login_decoration_employee.png);
    background-size: cover;
    background-position: center;
}

@media screen and (max-width: 1024px) {
    .employee_public_page_wrapper {
        display: block;
    }

    .employee_public_left_column,
    .employee_public_visual_column,
    .employee_public_pattern_column {
        width: 100%;
        min-height: auto;
    }

    .employee_public_left_column {
        padding: 10vw 6vw 8vw;
        display: block;
    }

    .employee_public_logo {
        width: 24vw;
        margin-bottom: 2vw;
    }

    .employee_public_brand {
        font-size: 3vw;
        letter-spacing: 0.55vw;
    }

    .employee_public_card {
        width: 100%;
        min-height: 0;
        border-width: 0.45vw;
        border-radius: 6vw;
        box-shadow: 2vw 1.8vw 3vw rgba(55, 56, 55, 0.14);
        padding: 9vw 7vw 8vw;
    }

    .employee_public_intro h1,
    .employee_public_success h1 {
        font-size: 12vw;
        margin-bottom: 3vw;
    }

    .employee_public_intro p,
    .employee_public_success p {
        font-size: 4.8vw;
    }

    .employee_public_form_columns {
        display: block;
    }

    .employee_public_form_main {
        width: 100%;
        margin-bottom: 7vw;
    }

    .employee_public_field {
        margin-bottom: 3vw;
    }

    .employee_public_field input {
        height: 9vw;
        font-size: 5vw;
        border-bottom-width: 0.3vw;
        padding: 0 1.5vw;
    }

    .employee_public_upload_btn,
    .employee_public_submit {
        min-width: 34vw;
        height: 10vw;
        font-size: 5vw;
        border-radius: 10vw;
    }

    .employee_public_upload_name {
        margin-top: 2.5vw;
        font-size: 3.2vw;
    }

    .employee_public_textarea_shell {
        border-width: 0.3vw;
        border-radius: 4.5vw;
        padding: 3vw 2vw 2vw 3vw;
        min-height: 40vw;
    }

    .employee_public_textarea_shell textarea {
        min-height: 33vw;
        font-size: 4vw;
        padding-right: 2vw;
    }

    .employee_public_textarea_shell textarea::-webkit-scrollbar {
        width: 2vw;
    }

    .employee_public_counter {
        margin-top: 2vw;
        font-size: 3vw;
    }

    .employee_public_actions {
        margin-top: 6vw;
    }

    .employee_public_error {
        width: 100%;
        margin-bottom: 4vw;
        padding: 2.8vw 3vw;
        border-width: 0.3vw;
        border-radius: 3vw;
        font-size: 3.3vw;
    }

    .employee_public_form_error {
        width: 100%;
        margin-bottom: 4vw;
        padding: 2.8vw 3vw;
        border-width: 0.3vw;
        border-radius: 3vw;
        font-size: 3.3vw;
    }

    .employee_public_success {
        min-height: 58vw;
    }

    .employee_public_success_icon {
        width: 14vw;
        height: 14vw;
        margin: 4vw 0 5vw;
    }

    .employee_public_success_icon span {
        width: 4vw;
        height: 7vw;
        border-right-width: 1vw;
        border-bottom-width: 1vw;
    }

    .employee_public_visual_column {
        height: 72vw;
    }

    .employee_public_visual_lines {
        left: 18vw;
        top: 19vw;
        width: 24vw;
        height: 36vw;
        border-left-width: 1vw;
        border-right-width: 1vw;
        border-radius: 12vw;
    }

    .employee_public_visual_lines::before,
    .employee_public_visual_lines::after {
        width: 9vw;
        height: 9vw;
        border-width: 1vw;
    }

    .employee_public_visual_dot_top {
        left: 19vw;
        top: 10vw;
        width: 10vw;
        height: 10vw;
    }

    .employee_public_visual_dot_bottom {
        left: 21vw;
        bottom: 8vw;
        width: 9vw;
        height: 9vw;
    }

    .employee_public_visual_word {
        right: 8vw;
        font-size: 5.5vw;
    }

    .employee_public_visual_word_top {
        top: 24vw;
    }

    .employee_public_visual_word_bottom {
        top: 39vw;
    }

    .employee_public_visual_accent {
        right: 10vw;
        top: 32vw;
        width: 5.8vw;
        height: 5.8vw;
    }

    .employee_public_pattern_column {
        height: 24vw;
        min-height: 24vw;
        background-size: 20vw 20vw, auto;
    }
}
