.contact-page {
    height: 1719px;
    margin: 0;
    background: url(/assets/images/join-our-team.png);
    background-size: cover;
    object-fit: fill;
    background-position: center;
}

.contact-page .banner-header {
    z-index: 0
}

.content-wrapper {
    width: 560px;
    margin: 0 10px;
}

#app {
    background: rgba(254, 254, 254, 0.8);
    border-radius: 25px;
    padding: 40px 5px;
}

label {
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}

input, textarea {
    background: #ffffff87 !important;
    border: 1px solid #000000 !important;
}

.btn-upload {
    border: 1px solid #000000;
    box-sizing: border-box;
    border-radius: 25px;
    margin-top: 10px;
}

#file-input::-webkit-file-upload-button {
    visibility: hidden;
}

#file-input::file-selector-button {
    visibility: hidden;
}

#file-input {
    background: none !important;
    border: 0 !important;
    pointer-events: none;
}

#file-input:active::before {
    background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}

#file-input:active {
    outline: 0;
}

.text-success {
    font-size: 18px;
}

.checkBoxContainer{
    color: #454545;
}
