header {
  text-align: center;
  .logo {
    img {
      max-height: 120px;
    }
  }
}

.auth-line {
  width: 100%;
  display: block;
  text-align: center;

  a.auth-link {
    text-align: center;
    text-decoration: none;
    color: #cc482e;
    font-weight: 600;
  }
}
