#loginshop{
    color: #333;
}

.bg-login { 
/* The image used */
background-image: url("../img/fondash.jpg");

/* Full height */
height: 100%; 

/* Center and scale the image nicely */
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}

#layout-login{
    text-align: center;
    padding-top: 140px;
}
#layout-login .logo{
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}
#layout-login .form-label{
    text-align: center;
    color: #fff;
    font-size: 14px;
}

#layout-login .input-group .btn i{
    font-size: 1rem;
}

#layout-login .title{
    font-size: 2.5em;
    margin-bottom: 50px;
    color: #fff;
}

#layout-login small{
    display: block;
    font-style: italic;
}

@media (max-width: 576px) {
    #layout-login .input-group {
    width: 80%;
    padding-left: 10%;
    }
}

.input-group-append, .input-group-prepend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.input-group-append {
    margin-left: -1px;
}

.input-group>.input-group-append>.btn, .input-group>.input-group-append>.input-group-text, .input-group>.input-group-prepend:first-child>.btn:not(:first-child), .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child), .input-group>.input-group-prepend:not(:first-child)>.btn, .input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group-append .btn, .input-group-prepend .btn {
    position: relative;
    z-index: 2;
    line-height: 1.15;
}

#home { 
/* The image used */
background-image: url("../img/fondash.jpg");

/* Full height */
height: 100%; 

/* Center and scale the image nicely */
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}

#home .group-center-header{ 
position: absolute;
top: 35%;
left: 0px;
width: 100%;
}
@media (max-width: 576px) {
#home .group-center-header{ 
    top: 300%;
    margin-left: 30px;
}
#header .header-top {
    padding-top: 10px;
}
}


#home .group-right-header{
width: 100%;
}

#home .menu{
position: absolute;
top: 52%;
width: 100%;
}