.contactUsFormContainer {
    background-color: #4a90c4;
    border-radius: 16px;
    padding: 30px;
}

.contactUsFormContainer .form-label {
    color: #fff;
    font-weight: 500;
    margin-bottom: 2px;
}

.custom-input {
    background: transparent !important;
    border: none !important;
    border-bottom: 1.5px solid rgba(255,255,255,0.7) !important;
    border-radius: 0 !important;
    color: #fff !important;
    padding-left: 0 !important;
    box-shadow: none !important;
}

.custom-input:focus {
    border-bottom: 2px solid #fff !important;
    outline: none;
}

.custom-input::placeholder {
    color: rgba(255,255,255,0.5);
}

.form-check-input {
    border: 2px solid #fff;
    background: transparent;
}

#submitContactBtn {
    background: #fff;
    color: #4a90c4;
    font-weight: bold;
    padding: 10px 40px;
    border-radius: 50px;
}

#submitContactBtn:hover {
    background: #e8f0fe;
}