body{
    background-color: rgb(230, 226, 226) !important;
}

.top{
    align-items: center;
}

.log{
    background-color:whitesmoke !important;
    height: 80%;
    margin-top: 8%;
}

.forget{
    background-color:whitesmoke !important;
    height: 60%;
    margin-top: 8%; 
}

.logo{
   margin-bottom: 10%;
 width: 80px;
 max-height: 50px;
 margin-left: -20%;
 
}

@media screen and (max-width: 320px) {
    .logo {
        margin-left: -5%;
        width: 60px;
    }
  }

  @media screen and (max-width: 320px) {
    .forget {
       height:50% !important ;
    }
  }
.common-header{
    padding-left: 0px !important;
  }
  .justify-content-center
  {
    margin-top: 20px;
  }
.app-header {
    z-index:100;
    position:fixed;
    left:0;
    right:0;
    top:0
  }
  #kt_app_toolbar_container{
    margin-top: 50px;
  }
  .field-icon {
  float: right;
  margin-right: 15px;
  margin-top: -25px;
  position: relative;
  z-index: 2;
}
 .ql-container{
    height: 4% !important;
  }
  .draft{
    background-color: orange !important;
    color: white;
  }
  .close{
    background-color: green !important;
    color: white;
  }
  .next,.preview{
    background-color: blue !important;
    color: white;
  }
  .timeline-label .timeline-item{
    margin-bottom: 4rem !important;
  }
.truncate {
  width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.description{
  height: 100% !important;
  max-height: 200px !important;
}