.btn-contact {
    margin-top: 10px;
    background: #000;
    border: none;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 5px 15px;
    cursor: pointer;
    font-size: 10px;
    border-radius: 5px;
}

.easyContactForm input,
.easyContactForm textarea {
    width: 100%;
    border-radius: 5px;
    margin: 10px 0;
    padding: 10px;
    border: solid 1px rgba(0, 0, 0, 0.3);
}

.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;
}

.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;
}
