.status-message {
    background: transparent;
    font-family: Montserrat, sans-serif;
    font-size: 26px;
    height: 100%;
    left: 50%;
    max-width: 100%;
    padding: 0 15px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 3;
}

.status-message .sending, .status-message .success, .status-message .error {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%;
}

.status-message .message {
    max-width: 379px;
    width: 100%;
}

.hidden {
    display: none;
}

.contact-form {
    position: relative;
}

.wrapper-content-form {
    opacity: 1;
}

.wrapper-content-form.partial-hide {
    opacity: 0;
    pointer-events: none;
}