html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}



.control-label{
    padding-top: 15px
}
.ck-editor__editable {
    min-height: 400px;
}

.order .display-label {
    color: #999;
    display: inline;
   
}


.order .display-field {
    display: inline;
    color: #000;
    font-weight:500
}

.display-label::before {
    content: "\A";
    white-space: pre;
}
