.logo {
    background-image: url(../pages/img/logo/logo_small.png) !important;
    height: 130px !important;
    width: 200px !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.body-menu-toggle {
    max-width: 82% !important;
}

@media (max-width: 991px) {
    .body-menu-toggle{
        max-width: 100% !important;

    }
}

a {
    cursor: pointer !important;
}

.btn {
    cursor: pointer !important;
}

.autocomplete-container {
    box-shadow: none !important;
    top: -7px;
    left: -13px;
    width: 107%;
}

.autocomplete-container input {
    border-radius: 10px 0 0 10px;
    position: relative;
    top: 1px;
    height: 38px !important;
    background-color: #efefef !important;
}

.content-register {
    max-width: 1000px;
    margin: auto;
}

.background-login {
    background-size: cover;
    background: #ff5c00 no-repeat center;
}
