.title-page {
    color: #CB181D;
    text-align: center;
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    margin-top: 30px;
}

h2 {
    color: rgba(203, 24, 29, 1);
    line-height: 37.5px;
    font-weight: 700;
    margin-top: 60px;
    text-align: center;
}

.block {
    display: block;
    position: absolute;
}

.notification {
    margin-top: 20px;
}

.footer-v2 {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 50%;
    transform: translate(-50%, 0);
}

.notification p {
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 15px;
    color: #828282;
    text-align: center;
}

.title-user {
    font-weight: 400;
    line-height: 22px;
    text-align: initial;
    margin-bottom: 8px;
}

.user-name {
    box-shadow: none !important;
    outline: 0px !important;
    height: 48px;
    margin: auto;
    font-style: normal;
    font-weight: normal;
    padding: 13px 25px;
    color: #000000;
    border: 1px solid #D9D9D9;
    border-radius: 2px;
}

.note-for-Career{
    margin-top: 30px;
    color: #ff040d;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
}

.note {
    margin-top: 40px;
    color: #828282;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    line-height: 23px;
    text-align: center;
}

.note span {
    color: #ff040d;
}

.note p {
    text-align: center;
}

.link-to-privacy {
    color: #404040;
    margin-top: 20px;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 15px;
    text-align: center;
}

.link-to-privacy a {
    color: #163282;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 16.41px;
}

.btn-submit {
    font-weight: bold;
    background-color: #CB181D;
    border: none;
    text-decoration: none;
    width: 100%;
    height: 48px;
    color: #ffff;
    margin-top: 10px;
}

.needs-validation {
    max-width: 720px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
}

.user-email {
    margin-bottom: 20px;
}

.user-email input {
    display: block;
    width: 100%;
    height: 48px;
    border: 1px solid #D9D9D9;
    padding: 13px 16px;
}

.user-email textarea {
    display: block;
    width: 100%;
    border: 1px solid #D9D9D9;
    padding: 13px 16px;
}

.user-email input[readonly] {
    background: #ECECEC;
    border: initial;
    width: 100%;
    height: 48px;
    padding: 13px 16px;
}

.user-email input::placeholder {
    color: #1F1F1F;
}

.require {
    color: #CB181D;
}

input[disabled] {
    background-color: #d8d8d8;
}

input, select {
    padding: 10px 18px;
}

@media screen and (min-width: 1024px) {
    .block {
        /* position: initial; */
        display: block;
    }
}