input[type=email], input[type=number], input[type=password], input[type=tel], input[type=text] {
    border-radius: 0;
}

.form-section {
    margin: 0 auto;
    max-width: 1024px;
}

.styled-form select,
.styled-form textarea {
    height: 44px;
    padding: 0 10px;
    font-size: 16px;
    line-height: 24px;
    border: 1px solid #6b6b6b;
    background: #fff;
    color: #333;
    font-style: normal;
    font-weight: 400;
    border-radius: 0;
}

.custom-file-label {
    font-size: 16px;
    border: 1px solid #6b6b6b;
    background: #fff;
    color: #333;
    font-style: normal;
    font-weight: 400;
    border-radius: 0;    
}

.show-error {
    border-color: #a50034 !important;
}

.error-msg {
    display: none;
    color: #a50034;
}

.show-message {
    display: none;
    position: fixed;
    margin: 0 auto;
    width: 50%;
    padding: 10px;
    top: 20%;
    background-color: #333;
    left: 25%;
    z-index: 99999;
    color: #EEE;
    text-align: center;
    font-size: 1.2rem;
    box-shadow: 0px 0px 10px #444;
}

#submit-ouvidoria-form img {
    max-width: 40px;
}

.success-message {
    display: none;
    text-align: center;
    padding: 3em !important;
}

.btn-ouvidoria {
    padding: 10px 20px 8px;
    padding: 1rem 2rem .8rem;
    font-size: 15px;
    font-size: 1.5rem;
    display: inline-block;
    background-color: #a50034;
    font-family: "LG Smart",Tahoma,Arial,sans-serif;
    font-weight: 400;
    line-height: normal;
    color: #fff;
    text-align: center;
    cursor: pointer;
    border: none;
    border-radius: 6px;
    transition: width .2s ease-in;
    min-width: 8.4rem;
    vertical-align: middle;
    -webkit-appearance: button;
}

.loading-send {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    margin: 0 auto;
    z-index: 99999;
    width: 100%;
    height: 100vh;
    background: rgba(100, 100, 100, 0.7);
    text-align: center;
}

.loading-send img {
    width: 100%;
    max-width: 70px;
    top: 45%;
    position: relative;
}