.typo3-login-wrap {
  max-width: 400px;
}

.t3js-module-body .t3-page-column-1 {
  background: #fffff5;
  border-color: #cccc77;
}
.t3js-module-body .t3-page-column-1 > .t3-page-column-header {
  border-color: #cccc77;
}


.t3js-module-body .t3-page-column-header-icons {
  right: 1px;
}




.t3-file-references {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
.t3-file-references > div {
  /*flex: 0 1 auto;*/
  /*width: auto;*/
  border-color: transparent;
  border-style: solid;
  border-width: 5px 10px 0 0;
}
.t3-file-reference-single {
  padding-top: 5px;
}
.t3-file-reference .t3-file-title svg {
  fill: #999999;
}
.t3-file-reference .t3-file-title {
  width: 100%;
  padding: 5px;
  background: #efefef;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.t3-file-reference .t3-file-reference-body {
  display: flex;
  flex-flow: row nowrap;
  background: #f9f9f9;
}
.t3-file-reference .t3-file-thumb {
  padding-left: 0;
}
.t3-file-reference .t3-file-thumb .icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-top: 5px;
}
.t3-file-reference .t3-file-info {
  padding-left: 0;
  font-size: .9em;
}
.t3-file-reference .t3-file-info ul {
  padding: 5px;
  margin: 0;
  list-style: none inside none;
}