.contact {
    background-color: var(--c5);
    min-height: 70dvh;
}

/*LEFT*/

.contact a {
    text-decoration: none;
    color: white;
}

.contact i {
    margin-left: 6px;
    margin-right: 6px;
}

/*FORM*/

.contact input {
    margin-bottom: 12px;
    background: none;
    border-radius: 0px;
    border-top: none;
    border-left: none;
    border-right: none;
}

.contact textarea {
    margin-bottom: 12px;
    background-color: var(--c5);
    color: white;
}

.contact textarea::placeholder {
    color: white;
}

.contact .btn {
    color: white;
    width: 100%;
    border: 1px solid white;
}

.contact .btn:hover {
    background-color: white;
    color: var(--c5);
}

.contact .left {
    border-right: 1px white solid;
}

.contact input::placeholder {
    color: white;
    opacity: 1; /* Firefox */
}

.contact input {
    color: white;
}

.contact input::-ms-input-placeholder {
    /* Edge 12 -18 */
    color: white;
}

@media only screen and (max-width: 992px) {
    .contact .left {
        border-right: 0px;
        margin-bottom: 100px;
    }
}
