body, .container-fluid.content {
    min-height: 100vh;
}

@media screen and (min-width: 481px) and (max-width:1600px) {
    .container-login{
        margin-top:200px;
    }
}
@media screen and (min-width: 320px) and (max-width:480px) {
    .container-login{
        margin-top:30px;
    }
}
.bg-loginMassive {
    background-image: url("../img/delivery_bg.jpg") !important;
    background-size: cover;
    background-position: center center;
}

.bg-loginBackend {
    background-image: linear-gradient(to bottom, #fff, #227C52)!important;
    background-size: cover;
    background-position: center center;
}

.bg-loginDashboardEcommerce{
    background-image: url("../img/background_login_client.jpg") !important;
    background-position: center center;
    background-size: 100% 100%;
}

.content {
    display: flex;
    padding: 8rem 6rem;
}

.container-login{
    margin-top: auto;
} 

.box-form{
    height: 420px;
    background-color:rgba(255,255,255,0.2);
    color: #0B4040;
    border-radius: 4px;

}
.box-form h3 {
    margin: 20px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(11, 64, 64,0.2);
    font-size: 20px;
    color: rgba(11, 64, 64,0.6);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
    text-align: center;
}

.container-boxLogin{
    margin: 0 auto;
}

.form-login{
    padding-bottom: 30px;    
    height: 100px;
    background-color:transparent;
}
.form-login label {
    font-size: 15px;
    margin-bottom: 8px;
    font-weight: 600;
}
.form-group {
    margin-bottom: 20px;
}
.form-control {
    border-radius: 0;
}
.logo-login{
    margin-bottom:  40px;
}
.img-logo{
    max-width: 100%;
    height: auto;   
    margin: 0 auto;
}
.forgotPass-login{
    margin-top: 10px;
    text-align: center;
    margin-top: 20px;
}
.forgotPass-login a {
    color: #333;
}
.btn-theme {
    background-color: #227C52 !important;
    border-color: #227C52 !important;
    margin-top: 30px !important;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
}

.btn-theme:hover, .btn-theme:active  {
    background-color: #0B4040 !important;
    border-color: #0B4040 !important;
}

.input-group-addon {
    border-radius: 0;
}

.psw-addon {
    cursor: pointer;
}

.psw-ico {
    width: 20px;
}

.accio-generalitat-box{
    position: fixed;
    bottom: 0;
    right: 0;
    text-align: right;
    padding:30px
}

.accio-generalitat-image{
    width: 25%;
    text-align: right;
}

.support-from-ecommerce{
    border-top: 1px solid #000; color:#000; position: relative;
    width: 25%;
    text-align: left;
    left: 563px;
}
.support-from-backend-container{
    padding-left: 90px;
    padding-right: 90px;
}

.support-from-backend{
    border-top: 1px solid #fff;
    color:#fff
}
/* @media (max-width: 1300px) { 
    .img-logo{
        margin: auto;
        margin-left: 400px;
    }

}

@media (max-width: 100px) { 
    .img-logo{
        width: 200px;
        margin: 0 auto;
    }

}
@media (max-width: 340px) { 

    .img-logo{
        width: 200px;
        margin: 0 auto;
    }
    .box-form{
        margin-left: 0px;
    }
} */