        .btn-square {
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact__info {
    height: 80px;
}
.btn-primary {
    background-color:rgb(47 128 179) ;
}
#contact_reset,label {
    display: none;
}
.btn-square i,.text-primary {
    color: rgb(47 128 179) !important;
}
.form-control {
    margin-top: 20px;
    border-radius: 0;
}
.form-control::placeholder {
    font-size: 14px;
}
