﻿.mhg-submit-resume {
    background: #ffffff;
    border: 1px solid #dfe3ea;
    max-width: 383px;
    width: 100%;
    font-family: inherit;
    position: sticky;
    top: 110px;
    z-index: 5;
}

.mhg-submit-resume__header {
    background: #ed1c24;
    color: #ffffff;
    text-align: center;
    padding: 26px 24px 24px;
}

    .mhg-submit-resume__header h3 {
        margin: 0 0 6px;
        font-size: 21px;
        line-height: 1.2;
        font-weight: 700;
    }

    .mhg-submit-resume__header p {
        margin: 0;
        font-size: 14px;
        line-height: 1.4;
    }

.mhg-submit-resume__body {
    padding: 26px 24px 24px;
}

.mhg-submit-resume__field {
    margin-bottom: 20px;
}

    .mhg-submit-resume__field label {
        display: block;
        margin-bottom: 7px;
        color: #001b3f;
        font-size: 13px;
        font-weight: 700;
    }

    .mhg-submit-resume__field input {
        width: 100%;
        height: 51px;
        border: 1px solid #cfd6e2;
        border-radius: 8px;
        padding: 0 15px;
        font-size: 14px;
        color: #001b3f;
    }

        .mhg-submit-resume__field input::placeholder {
            color: #7d8798;
        }

.mhg-submit-resume__recaptcha {
    margin-bottom: 20px;
    max-width: 100%;
    overflow: hidden;
}

.mhg-submit-resume__button {
    width: 100%;
    height: 48px;
    border: 0;
    border-radius: 7px;
    background: #ed1c24;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    margin-bottom: 24px;
}

    .mhg-submit-resume__button:hover {
        background: #d71920;
    }

    .mhg-submit-resume__button:disabled {
        background: #cfd4dd;
        cursor: not-allowed;
    }

.mhg-submit-resume__message {
    display: none;
    margin: 0 0 18px;
    padding: 12px 14px;
    border-radius: 7px;
    text-align: center;
    font-size: 13px;
    line-height: 1.4;
}

    .mhg-submit-resume__message.success {
        display: block;
        background: #eefaf1;
        color: #167a3a;
        border: 1px solid #bde5c8;
    }

    .mhg-submit-resume__message.error {
        display: block;
        background: #fff1f1;
        color: #d9141f;
        border: 1px solid #f0b8b8;
    }

.mhg-submit-resume__terms {
    max-width: 290px;
    margin: 0 auto;
    text-align: center;
    font-size: 11px;
    line-height: 1.45;
    color: #8a94a6;
}
