*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: inherit; }

html {
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  background: url(../../images/bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: transparent; }

body {
  background: transparent; }

.wrapper {
  margin: 4rem auto;
  background-color: rgba(255, 255, 255, 0.9);
  width: 114rem;
  box-shadow: 0px 0px 15px 8px rgba(0, 0, 0, 0.3);
  min-height: 600px; }

.header {
  display: flex;
  margin: 4rem 0 0 4rem; }

.page-logo {
  width: 11rem;
  margin-top: 2px; }
  .page-logo img {
    width: 100%; }

.page-title {
  color: #fff;
  font-weight: 700;
  font-size: 3rem;
  margin-left: .8rem; }

.page-header {
  padding: 2rem;
  border-bottom: 1px solid #c3c5c5; }

.page-content {
  padding: 2rem; }

.item {
  width: 100%;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  height: 8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff; }
  .item__icon {
    margin-left: 2rem;
    font-size: 5rem; }
  .item__file {
    font-size: 3rem;
    font-weight: 700; }
  .item__date {
    margin-right: 2rem; }
    .item__date--header {
      font-size: 1.2rem; }

.login-box {
  height: 20rem;
  width: 40rem;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 20px 8px rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }
  .login-box__header {
    padding: 1rem;
    font-weight: 700; }
  .login-box__input {
    text-align: center; }
    .login-box__input--enter {
      font-family: inherit;
      font-size: inherit;
      background-color: #d3d4d5;
      border: none;
      padding: .7rem 2rem;
      border-radius: 2rem;
      width: 90%;
      transition: all .2s; }
      .login-box__input--enter:focus {
        outline: none;
        background-color: #c3c5c5;
        width: 100%; }
    .login-box__input--click {
      margin-top: 1rem;
      font-size: 1.5rem;
      width: 50%; }

html {
  font-size: 62.5%; }

body {
  font-family: "Lato", sans-serif;
  color: #6D5D4B;
  font-weight: 400;
  font-size: 1.6rem;
  box-sizing: border-box; }
