body{
    background: #FBF9F5;
    display: flex;
    justify-content: center;
}
#content-primary{
    padding: 0px;
    background: #FBF9F5;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    margin: 0;
    width: 100%;
}
.login-content-header{

}
.login-content-header .container {
    width: 100%;
    padding: 0;
    margin: 0;
}
.login-content-header .row {
    width: 100%;
    padding: 0;
    margin: 0;
}
.login-content-header .section1{
    padding: 15px 0;
}
/*
.login-content-header .section1 .logo-content{
    padding: 0 15px 30px;
}
.login-content-header .section1 .logo-content img{
    max-width: 52%;
}*/
.login-content-header .section1 .others-content{
    padding: 0;
}
.login-content-header .section1 .user-content{

}
.login-content-header .section1 .user-content .image-content{

}
.login-content-header .section1 .user-content .info-content{
    font-family: 'Montserrat', sans-serif;
    color: #2d3134;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 14px;
}
.login-content-header .section1 .user-content .info-content button{
    margin-left: 10px;
    background: transparent;
    box-shadow: none;
    padding: 0;
}
.login-content-header .section1 .user-content .info-content button i{
    color: #2d3134;
    font-size: 15px;
}