html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px!important;
}

.footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    text-align: center;
    background-color: #c6c6c642!important;
}

.logo-gregal {
    width: 8%!important;
    height: auto;
}

.login-form {
    padding-top: 8%;
}

.loginform-logo {
    width: 25%;
    height: auto;
}

.menu-buscador img {
    width: 50%;
}

a.navbar-brand {
    width: 50%;
    /*width: auto;*/
    margin: 0;
    padding: 0;
}

.mobile {
    display: none;
}

#support {
    background-image: url(../img/support.png);
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
    padding: 0px 20px;
    background-position: center;
    background-color: #ffd659;
    border-color: #ffd659;
}

#label-block {
    display: flex;
    align-items: center;
}

#label-block label {
    margin: 0!important;
    width: 100%!important;
    text-align: justify;
}

@media only screen and (max-width: 340px) {
    .navbar-brand {
        width: 80%!important;
    }
    .responsive-text {
        display: none;
    }

    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }

    .navbar-brand-1, .navbar-brand-1 img {
        width: 60%!important;
    }

    .menu-login {
        display: none;
    }

    .login-container {
        margin-top: 1.2rem;
        margin-bottom: 1.2rem;
    }

    .loginform-logo {
        width: 70%;
    }

    .login-form {
        padding-top: 5%;
    }
}