/* form */
.contactFormRow #success {
    display: none;
    background-color: #6dd96d;
    padding: 10px 20px;
    border-radius: 12px;
    color: white;
    margin-bottom: 20px;
}

.contactFormRow #error {
    display: none;
    background-color: #d96d6d;
    padding: 10px 20px;
    border-radius: 12px;
    color: white;
    margin-bottom: 20px;
}

form .error {
    display: block !important;
}

/* footer  */

.line {
    width: 100%;
    height: 1px;
    background-color: rgba(228, 228, 228, 0.603);
    margin: 15px 0;
}

footer .text-white {
    color: rgba(228, 228, 228, 0.603) !important;
}

