.formContactContainer{
    border: 2px solid white;
    padding: 24px;
    background-color: rgba(255, 255, 255, 0.33);
}
.background-image-style{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
input[type="text"],textarea[type="text"],input[type="email"],input[type="number"],select{ background-color: rgba(255, 255, 255, 0.44);}
input::placeholder,textarea::placeholder{ color: white!important; font-family: "inter", serif; .paragraph-2}
.input-group{width: auto;}
.input-group-text {
    border-radius: 2px;
    background-color: transparent;
}
.form-check-input {
    background-color: transparent;
}

.form-check-input:checked {
    background-color: black;
    border-color: black;
}
.form-check-input:focus {
    border: white 1px solid;
    outline: 0;
    box-shadow: unset;
}
.form-check-input[type=checkbox] {
    border-radius: 2px;
}
