.bg-white-cbx{
background-image: linear-gradient(190deg, #bed0e3 60%, #dee2e6 calc(60% + 2px));
overflow:hidden;
}
@media only screen and (min-width: 1200px) {
.form-card-cbx{
	position: relative;
    border: 1px solid rgba(231, 234, 243, .5);
    border-radius: 0.75rem;

    border: 0.0625rem solid rgba(231, 234, 243, .7);
    box-shadow: 0 6px 12px rgb(147 159 171);
    background-color: rgba(0, 0, 0, 0.08);
    background:url(../img/login_bg2.jpg) no-repeat;
    background-size: cover;
}
}
@media only screen and (max-width: 600px) {
  .form-card-cbx{ 
    position: relative;
    border: 1px solid rgba(231, 234, 243, .5);
    border-radius: 0.75rem;

    border: 0.0625rem solid rgba(231, 234, 243, .7);
    box-shadow: 0 6px 12px rgb(147 159 171);
    background-color: rgba(0, 0, 0, 0.08);
  }
}

.form-card-cbx{
	position: relative;
    border: 1px solid rgba(231, 234, 243, .5);
    border-radius: 0.75rem;

    border: 0.0625rem solid rgba(231, 234, 243, .7);
    box-shadow: 0 6px 12px rgb(147 159 171);
    background-color: rgba(0, 0, 0, 0.08);
}


.col-lg-5_cbx {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
  }

  
//*=================animation===========

.box{
    position: absolute;
    top: calc(50% - 150px);
    left: calc(50% - 100px);
    transform: perspective(1000px) rotateY(-45deg);
    width: 190px;
    height: 280px;
    transform-style: preserve-3d;

}

.box:before{
    content: '';
    position: absolute;
    bottom: -100px;
    left: 0;
    width: 100%;
    height: 50%;
    background: #000;
    filter: blur(40px);
    opacity: 0.5;
    transform: rotateX(90deg);
}

.box div{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    animation: animate 5s linear infinite;

}

.box div span{
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(#dee2e6, #a4bbd3, #dee2e6);
    border-radius: 20px;
    display: block;
    width: 100%;
    height: 100%;
   
}

.box div span:nth-child(1){
    transform: rotateX(0deg);
}
.box div span:nth-child(2){
    transform: rotateX(45deg);
}
.box div span:nth-child(3){
    transform: rotateX(-45deg);
}

.box div span:nth-child(4){
    transform: rotateX(90deg);
}

@keyframes animate
{
    0%
    {
    transform: perspective(1000px) rotateX(0deg);
    }
    100%
    {
    transform: perspective(1000px) rotateX(359deg);
    }
}


//=================end animation===========*//

/*.form-card_body{*/
/*    background:url(../assets/img/login_cbx.png);*/
/*}*/
@media only screen and (max-width: 600px) {
.hidden-xs {
    display: none!important;
}
}

.col_cbx{
    background-color:rgba(0,0, 0, 0.3);
    border-radius: 12px;
    padding: 15px;
    
}


.p_cbx {
    margin-top: 0;
    margin-bottom: 1rem;
   
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
    background: #a4bbd3;
}


.form-control{

    border: 1px solid #ddd !important;
    height: none;
}

.treeview-menu a::before {
  content: "\27A5";
  font-size: 16px;
  color: #888;
  padding-right: 5px;
}
.treeview-menu>li>a:hover{
  
  font-size: 16px;
  color: #ccc;
  padding-right: 2px;

}

.sidebar-nav .treeview-menu>li.active>a{
    color: #ccc;
    font-weight: 800!important;
}

.sidebar-bunker {
    background-color: #00273a!important;
    border-right-width: 0;
}

/*.sidebar-nav ul li a i {*/
/*    font-size: 21px;*/
/*    line-height: 1;*/
/*    margin-right: 1rem;*/
/*    border: 1px solid #fff;*/
/*    padding: 3px;*/
/*    border-radius: 50px;*/
/*}*/
.sidebar-nav ul li a {
    padding: 6px 10px;
    font-weight: 400;
    font-size: 14px;
    
}
.sidebar-nav ul li a i {
    font-size: 21px;
    line-height: normal;
    margin-right: 1rem;
    border: 1px solid #111;
    padding: 3px;
    min-width: 32px;
    max-width: 34px;
    border-radius: 50px;
    height: 32px;
    text-align: center;
    background: linear-gradient(45deg, black, transparent);
}

.sidebar-nav ul li.mm-active ul li.mm-active a{
    font-weight: 400;
}

.sidebar-collapse .sidebar .nav-clock{
  
    display: none;
    margin-top: 10px;

}

.register-content .form-control {
    height: 40px !important;
    font-size: 15px
}
/*.register-content .btn {*/
/*    font-size: 18px;*/
/*    padding: 5px;*/
/*}*/

.sidebar-nav ul{
    margin-top: 6px!important;
}
