
.baogia_1{
    padding: 60px 0;
}
.baogia_1 h1{
    text-transform: capitalize;
    font-size: 68px;
}
.baogia_contact_shortcode input:not([type="submit"]),
.baogia_contact_shortcode select,
.baogia_contact_shortcode textarea {
    height: 3.5rem;
    font-size: .875rem;
    font-weight: 400;
    color: #000;
    background: transparent;
    border: 0;
    border-bottom: 1px solid black;
    border-radius: 0;
    -webkit-box-shadow: 0 0 3px hsl(0deg 0% 100% / 25%);
    box-shadow: 0 0 3px hsl(0deg 0% 100% / 25%);
    width: 100% !important;
    padding-left: 0;
}
.baogia_contact_shortcode input[type="file"]{
border-bottom: 0;
}
.baogia_contact_shortcode input:not([type="submit"]):focus,
.baogia_contact_shortcode select:focus,
.baogia_contact_shortcode textarea:focus{
    box-shadow: none;
    border: solid 2px #000;
    border-radius: 8px;
}
.baogia_contact_shortcode input[type="submit"]{
    width: 100%;
    white-space: pre-wrap;
    border: none;
    color: #000000;
    padding: 12px 4rem;
    background-color: #e8e4df;
    font-weight: 800;
    font-size: 16px;

}
.baogia_contact_shortcode input[type="submit"]:hover{
    background-color: #000;
    color: #fff;
}