.fa-user:before {
    content: "\f007";
}
.fa-envelope:before {
    content: "\f0e0";
}
.fa-info:before {
    content: "\f129";
}
.fa-comment:before {
    content: "\f075";
}
.btn-contact,
.btn-remove-contact {
    line-height: 14px !important;
    background-color: #182227;
    color: #ccc;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
    transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    cursor: pointer;
}
.easyContactSend,
.easyContactSendNot {
    position: fixed;
    text-align: center;
    color: var(--neutralLight);
    z-index: 10000;
    top: 0;
    right: 0;
    bottom: 0;
    font-size: 2rem;
    width: 24rem;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    background-color: var(--complementary);
}
.easyContactSendNot {
    background: var(--neutralDark);
}
form {
    display: table;
    width: 100%;
}
.pairs {
    display: table-row;
}
label,
input,
textarea {
    display: table-cell;
    padding: 1rem 0;
    margin-bottom: 3rem;
    vertical-align: top;
}
label {
    width: 15%;
    padding: 0;
}
textarea {
    height: 10rem;
    font-family: body;
}
.fa {
    font-size: 1.2rem;
    font-family: body;
}
.fa::before {
    color: var(--mainMid);
    font-size: 1.5rem;
    margin-right: 1.5rem;
    font-family: FontAwesome;
}
input,
textarea {
    width: 80%;
    border: 1px solid var(--mainLight);
    padding: 1rem;
}
#submit {
    width: auto;
    height: auto;
    padding: 1rem;
    background-color: var(--comp);
    color: var(--neutralLight);
    font-size: 1.2rem;
    border: none;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .5);
    transition: .3s;
}
#submit:hover {
    opacity: .7;
    cursor: pointer;
}
.privacy-div {
    display: none;
}
#load .btn-contact,
#load .btn-remove-contact {
    line-height: 14px !important;
    background-color: #182227;
    color: #ccc;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
    transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    cursor: pointer;
}
#load .easyContactForm input,
#load .easyContactForm textarea {
    width: 100%;
    border-radius: 5px;
    margin: 10px 0;
    padding: 10px;
    border: solid 1px rgba(0, 0, 0, 0.3);
}
#load .easyContactSend {
    position: fixed;
    bottom: 20px;
    left: 5%;
    padding: 10px;
    background: #506d2a;
    width: 90%;
    text-align: center;
    color: #fff;
    box-sizing: border-box;
    border-radius: 5px;
    z-index: 10000;
}
#load .easyContactSendNot {
    position: fixed;
    bottom: 20px;
    left: 5%;
    padding: 10px;
    background: red;
    width: 90%;
    text-align: center;
    color: #fff;
    box-sizing: border-box;
    border-radius: 5px;
    z-index: 10000;
}
