
#bodyBox{
    height: 100% !important;
    width: 100%;
    display: flex;
    align-items: center;
}
#bodyBox .barg{
    width: 68.3%;
    height: 100%;

}
#bodyBox .barg img{
    width: 100%;
    height: 100%;
}
#bodyBox .signForm {
    width: 31.7%;
    height: 100%;
    background-color: white;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#bodyBox .signForm>img{
     width: 108px;
     height: 110px;
     margin:  0 auto 17px;
 }
#bodyBox .signForm h3 {
    font-weight: 700;
    font-size: 20px;
    color: #000000;
    margin-top: 15px;
    margin-bottom: 24px;
}
.btnBox{
    width: 227px;
}


#newHeader{

}
#newHeader #newLogo{
    display: flex;
    align-items: center;
    background: #D96579 !important;
}
#newHeader #newLogo img{
    width: 25px;
    height: 25px;
    margin-left: 21px;
    margin-right: 14px;
}
#newHeader #newLogo span{
    color: #FFFFFF;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
}
#newHeader .navbar{
    background: #D96579 !important;
}
.skin-blue .wrapper, .skin-blue .main-sidebar, .skin-blue .left-side{
    background: #FFFFFF !important;
}
.skin-blue .sidebar-menu>li:hover>a, .skin-blue .sidebar-menu>li.active>a{
    color: #F0758A;
    background: #FFEFF2;
    border-left-color: #D96579;
}
.skin-blue .sidebar a,
.skin-blue .treeview-menu>li>a{
    color: rgba(0, 0, 0, 0.85);
}
.skin-blue .sidebar-menu>li>.treeview-menu{
    background: #FFFFFF;
}
.skin-blue .treeview-menu>li.active>a, .skin-blue .treeview-menu>li>a:hover{
    color: #F0758A;
}
.sidebar-menu .treeview-menu>li>a{
    padding: 10px 5px 10px 15px;
}


