body {
    background-color: #F1F1F1;
    font-family: Lato;
}

.formulario-depoimento {
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    width: 70%;
    margin: 50px auto;
}

label {
    margin-bottom: 0;
}

input[type="file"] {
    width: 95%;
}

.form-control {
    border: 1px solid rgba(34, 36, 38, .15);
    height: calc(1.5em + .5rem + 2px);
    padding: .275rem .65rem;
}

.form-control:not(.is-invalid) {
    margin-bottom: 1rem;
}

.form-control:focus {
    box-shadow: 0 0 0 2px rgba(0, 123, 255, .25);
}

.alert ul.errorlist {
    margin-bottom: 0;
}

.invalid-feedback ul.errorlist, .alert ul.errorlist {
    padding-left: 0;
}

.invalid-feedback ul.errorlist li, .alert ul.errorlist li {
    list-style-type: none;
}

.wrapper-logos {
    text-align: center;
}

.logo {
    display: block;
    margin: 30px auto;
    height: 33px;
}

p {
    font-size: .9rem;
}

.btn:disabled:hover {
    cursor: not-allowed;
}

@media (max-width: 993px) {
    .formulario-depoimento {
        width: 98%;
    }
}

@media (max-width: 768px) {
    .logo {
        width: 53%;
        margin-bottom: 25px;
        height: auto;
    }
}