.contact-form button{
    background-color: transparent;
    padding: 15px 50px 15px 50px;
    width: fit-content;
    float: right;
    font-size: 15px;
    font-family: "Tektur", sans-serif;
    font-weight: 700;
    color: black;
    text-transform: uppercase;
    background-color: #bcaf10;
    box-shadow: none;
    clip-path: polygon(10% 0, 90% 0, 100% 20%, 100% 80%, 90% 100%, 10% 100%, 0 80%, 0 20%);
    border: 0;
}

.contact-form{
    height: fit-content;
    background-color: #161616;
    padding-bottom: 70px;
}

.contact-form input,
.contact-form textarea {
    background-color: #161616;
    color: #bcaf10;
    border-radius: 0;
}

.contact-form form{
    padding-left: 250px;
    padding-right: 250px;
    height: fit-content;
}

.contact-form .row .col:first-child input:first-child{
    margin-bottom: 50px;
}

.contact-form .col, .contact-form .row{
    height: fit-content;
}

.contact-form form .col:last-child textarea{
    padding-bottom: 20%;
    padding-top: 20%;
    padding-top: 10px;
    padding-bottom: 230px;
}

.contact-form-tel-label{
    margin-top: 20px;
}

.contact-form label{
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    color: #bcaf10;
    font-weight: 500;
}

.contact-form input,
.contact-form textarea {
    border: 3px solid #bcaf10;
}

.contact-form input::placeholder, 
.contact-form textarea::placeholder{
    color: #bb8645;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 500;
}

.contact-form input:focus,
.contact-form textarea:focus {
    background-color: #161616;
    border: 3px solid #bb8645;
    outline: none;
    box-shadow: none;
    color: #bb8645;
}

.contact-form input:-webkit-autofill,
.contact-form textarea:-webkit-autofill {
    background-color: #1f2913 !important;
}

#contact-form-button-2, #contact-form-button-2 button{
    display: none !important;
}

/* On tablets and mobiles button would change its position */

@media only screen and (max-width: 992px){
    .contact-form form{
        padding-left: 50px;
        padding-right: 50px;
    }

    .contact-form form .col:first-child input:first-child{
        margin-bottom: 20px !important;
    }

    .contact-form form .col:first-child{
        margin-bottom: 20px;
    }
    
    #contact-form-button-1, #contact-form-button-1 button{
        display: none !important;
    }

    #contact-form-button-2{
        display: flex !important;
        justify-content: center;
        align-items: center;
    }

    #contact-form-button-2 button{
        display: block !important;
    }
}

@media only screen and (max-width: 1000px){
    .contact-form .col:last-child label{
        margin-top: 20px;
    }
}