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

    &:focus {
      color: $red;
    }
  }

  input[type='text'],
  input[type='password'],
  input[type='number'],
  input[type='email'] {
    margin-top   : 10px;
    margin-bottom: 20px;
    width        : 100%;
    height       : 40px;
  }

  .m_main {
    margin-top: 40px;
  }

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

  .m_radio {
    display: block;

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