﻿.contact {
    background-color: var(--sg-background-medium);
}

.privacy-policy-text {
    font-size: 0.75rem;
}

#contact .form-control {
    border: 2px solid rgba(73,80,87,0.23);
}

#contact .input-group-text {
    background-color: transparent !important;
    padding: 0.375rem 1.2rem !important;
    background-repeat: no-repeat;
    background-position: center;
    border: 2px solid rgba(73,80,87,0.23);
    border-right: none;
    background-size: 0.9rem;
}

#contact .was-validated .form-control:invalid {
    border: 1px solid #CC0033 !important;
    border-left: 2px solid rgba(73,80,87,0.23) !important;
    background-image: none !important;
}

#contact .was-validated .form-control:valid {
    border: 2px solid rgba(73,80,87,0.23);
    background-image: none;
}

.modal-header {
    border-bottom: none !important;
}

.success-title {
    color: #495057;
    font-size: 1.5rem;
    font-family: var(--sg-heading-font-family-semibold);
}

.success-icon {
    width: 60px;
    margin-bottom: 1rem;
}
