.form-banner-inicial {
    position: absolute;
    z-index: 2;
    right: 4%;
}

.input-form-landing {
    border: none;
    border-radius: 5px;
    font-size: 10pt;
    background-color: #f7f7f7;
    /*padding-left: 10px;
    height: 34px;*/
}

.select-form-landing .select-selected{
    border: none!important;
    border-radius: 5px;
    font-size: 10pt;
    background-color: #f7f7f7;
    padding: 0 10px;
}

.item-profile-select .select-items {
    height: 180px;
}