body {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    background-color: #f5f5f5;
}

.contact-section {
    margin-top: 120px;
}

.contact-section .form-control:focus {
    border-color: #8b5cf6;
    box-shadow: 0 0 0 0.25rem rgba(139, 92, 246, 0.25);
}

footer .text-muted {
    color: white !important;
}

.input-group-text {
    color: black;
    font-weight: 500;
}

.form-control:focus {
    border-color: #8b5cf6;
    box-shadow: 0 0 0 0.2rem rgba(139, 92, 246, 0.25);
}

label.error {
    position: absolute;
    font-size: 1rem;
    font-weight: bold;
    color: #8b5cf6; 
    margin-top: 1px;
}

.iti {
    position: relative;
    width: 100%;
}

.iti input {
    width: 100% !important;
    padding-left: 90px !important;
    height: calc(1.5em + .75rem + 2px); 
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 1rem;
    border-radius: 0.375rem;
}