body, html {
    background: rgba(182, 161, 142, 0.25);
    margin: 0;
    height: 100%;
}
.bg {
    display: flex;
    justify-content: center;
    height: 100%;
    padding-top: 30px;
    background-image: url('../img/TC_WEB.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 110%;
}
.contact-clean {
    align-self: center;
    width: 30%;
    margin-top: 80px;
    margin-left: -50px;
}
.contact-clean form {
    /*max-width: 480px;*/
    /*width: 90%;*/
    margin: 0 auto;
    background-color: transparent;
    color: #505e6c;
    padding: 25px;
    /*box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);*/
}
.contact-clean .form-group {
    margin-bottom: 5px;
}
.contact-clean .form-group:last-child {
    margin-bottom: 5px;
}

.contact-clean .caption-mobile {
    display: none;
}
.contact-clean h5 {
    font-weight: bold;
    font-size: 18px;
    margin-left: 20px;
    margin-bottom: 20px; 
    font-weight: bold
}
.contact-clean .col-form-label {
    font-weight: bold;
    font-size: 16px;
}
.contact-clean form .form-control {
    background: #fff;
    border-radius: 2px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
    outline: none;
    color: inherit;
    padding-left: 12px;
    height: 42px;
}
.contact-clean form .form-control:focus {
    border: 1px solid #b2b2b2;
}
.contact-clean form textarea.form-control {
    min-height: 120px;
    max-height: 260px;
    padding-top: 10px;
    resize: vertical;
    /* margin-bottom: 1rem; */
}
.contact-clean .btn-primary {
    background-color: rgb(131,100,71);
    border-color: rgb(131,100,71);
    font-weight: bold;
    font-size: 19px;
    width: 150px;
}

/*mobile*/
@media (max-width:992px) {
    .contact-clean {
        padding: 50px 0;
        width: 100%;
        margin-top: 10px;
        margin-left: 0;
    }
    .contact-clean .caption-web {
        display: none;
    }
    .contact-clean .caption-mobile {
        display: block;
        top: 0;
        margin-top: -100px;
        padding-bottom: 70px;
    }
    .contact-clean form {
        padding: 50px;
        padding-top: 30px;
    }
    .contact-clean .form-group {
        margin-bottom: 0px;
    }
    .contact-clean .form-group:last-child {
        margin-bottom: 0px;
        padding-bottom: 0px;
    }
    .contact-clean h5 {
        font-weight: bold;
        font-size: 18px;
        margin: 0px;
        margin-top: 5px;
        color: #fff;
    }
    .contact-clean .col-form-label {
        font-weight: bold;
        font-size: 14px;
    }
    .contact-clean form .form-control {
        background: #fff;
        border-radius: 2px;
        box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
        outline: none;
        color: inherit;
        padding-left: 12px;
        height: 30px;
    }
    .contact-clean form .form-control:focus {
        border: 1px solid #b2b2b2;
    }
    .contact-clean form textarea.form-control {
        min-height: 100px;
        max-height: 260px;
        padding-top: 10px;
        resize: vertical;
        margin-bottom: 0px;
    }
    .contact-clean .btn-primary {
        margin-top: 0px;
        padding-top: 0px;
    }

    .bg {
        display: flex;
        justify-content: center;
        height: 100%;
        background-image: url('../img/TC_MOBILE_new.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
}