body {
    background: -webkit-linear-gradient(left, #E77F24, #ccc);

}

.contact-form {
    background: #fff;
    margin-top: 5%;
    margin-bottom: 5%;
    width: 70%;
}

.contact-image {
    text-align: center;
}

.contact-image img {
    border-radius: 7rem;
    width: 20%;
    margin-top: -4%;
}

.contact-form form {
    padding: 0px 4%;
    margin-bottom: 80px;
}

.contact-form form .row {
    margin-bottom: 20px;
}

.contact-form h3 {
    text-align: center;
    color: #d1622f;
    margin-bottom: 20px;
    font-size: 20px;
}

.contact-form .btnSend {
    border: none;
    border-radius: 1rem;
    padding: 5px 10px;
    background: #dc3545;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}

.btnSendSubmit {
    width: 50%;
    border-radius: 1rem;
    padding: 1.5%;
    color: #fff;
    background-color: #0062cc;
    border: none;
    cursor: pointer;
}

.form-group label {
    font-weight: bold;
}

.form-control {
    text-transform: uppercase;
}

.msg_fiscalizare img {
    text-align: center;
    padding: 10px;
}

.border-red, .redinput {
    border: #ff0000 1px solid !important;
}

.top-bon {
    font-size: 14px;
    text-align: center;
    height: 20px;
    display: table-row;
}

.bg-fundal {
    background: #f9f9f9;
}

.bg-bon {
    background: #fff;
    margin: 20px 20px;;
    padding: 5px !important;
}

.spatiere {
    height: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}

.bottom-bon {
    clear: both;
    font-size: 14px;
    text-align: center;
    height: 20px;
}

.fbold {
    font-weight: bold;
}

.bottom-bon-left {
    width: 50%;
    float: left;
    font-size: 14px;
    text-align: left;
    height: 20px;
}

.bottom-bon-right {
    width: 50%;
    float: left;
    font-size: 14px;
    text-align: right;
    height: 20px;
}

.rl {
    font-style: italic;
    font-weight: bold;
    letter-spacing: -2px;
}

.w280 {
    width: 300px !important;
    margin: 0px auto;
    display: block;
    font-family: Consolas, monaco, monospace;
}

.pb40 {
    padding-bottom: 40px !important;
}

/* Mobile Small Layout */
@media only screen and (max-width: 767px) {
    .contact-form {
        width: 98% !important;
    }

    .contact-image img {
        border-radius: 7rem;
        width: 50%;
        margin-top: -4%;
    }

    .contact-form h3 {
        font-size: 16px;
    }

    .contact-form form {
        margin-top: 10px !important;
    }

    .contact-form .btnSend {
        margin: 20px 10px;
    }
}