#m-composer, #postbox-container-2,
.minotaure-admin main {
  .m_label {
    display      : block;
    @include rem-size(16);
    font-weight  : 600;
    margin-bottom: 10px;

    &:focus {
      color: $red;
    }
  }
  textarea,
  input[type='text'],
  input[type='password'],
  input[type='number'],
  input[type='email'] {
    margin-top   : 10px;
    margin-bottom: 20px;
    width        : 100%;
    height       : 40px;
  }
  textarea{
    height       : 200px;
    max-height: 400px;
  }
  .m_main {
    margin-top: 40px;
  }

  fieldset + fieldset,
  section + section {
    margin-top: 20px;
    position: relative;
  }

  .m_radio {
    display: block;

    + .m_radio {
      margin-top: 10px;
    }
  }
}

.m_editor_parent {
  margin-bottom: 50px;
}
