.main {
    background-image: url('/images/header4-4-1920x1080.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
    height: 43rem;
}

@media (max-width: 1023px) {
    .main {
        height: auto;
        min-height: 100vh;
        background-size: cover;
    }
}

.button {
    cursor: pointer;
}

.button-curve {
    cursor: pointer;
    border-radius: 50px;
}

.d-none {
    display: none;
}

.text-content {
    color: white;
}

.align-center {
    text-align: center;
    font-size: 18px;
    padding: 2rem 1rem;
}

.p-t-3 {
    padding-top: 1rem;
}

.image-element {
    padding: 0px;
}

.error-message {
    color: white;
}

label.field-required::after {
    content: '* :';
    color: white;
}

.text-link {
    color: white;
    text-decoration: underline;
    text-decoration-color: white;
}

.text-link:hover {
    color: white;
    text-decoration: underline;
    text-decoration-color: white;
}

.m-t-10 {
    margin-top: 10px;
}