.top-title {
    width: 100%;
    min-height: 0px !important;
    max-height: 250px;
    height: 10vh !important;
    background-color: rgb(0, 0, 0, 0);
    position: relative;
}
.form-row-section>span {
    font-size: 1.5rem !important;
}
fieldset {
    border: 1px solid #eeeeee !important;
    background: rgba(0, 0, 0, 0);
    border-radius: 2px;
    padding: 2px 15px;
    margin-right: 20px;
    min-height: 80px;
    width: 100%;
    margin-bottom: 60px !important;
    box-shadow: 0px 0px 5px #888;
}
fieldset legend {
    background: #eeeeee !important;
    color: #777777 !important;
    padding: 2px 20px;
    font-size: 1.5rem !important;
    border-radius: 5px !important;
    box-shadow: 0 0 0 2px #fff !important;
}
/* Form perfil */

.form.perfil-distributor {
    max-width: 800px;
    margin-top: 0px;
}