/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.m-upload-page {
  position: relative;
  display: block;
  height: 100%;
  min-height: 660px;
}
.m-upload-page-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 167px;
  padding: 32px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2px;
}
.m-upload-page-header .name {
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  color: #fff;
  text-align: center;
}
.m-upload-page-body {
  position: absolute;
  top: 116px;
  width: 100%;
  height: calc(100% - 167px);
}
