.buttons .button {
  width: 100%;
  max-width: 250px;
  height: 60px;
  line-height: 60px;
  margin-bottom: 20px;
  cursor: pointer;
  float: left;
  text-transform: uppercase;
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.1em;
  border: 1px solid #193f65; }
  .buttons .button a {
    text-decoration: none; }
  .buttons .button.button--pw-forgotten {
    background-color: #f3f2ef; }
    .buttons .button.button--pw-forgotten a {
      color: #193f65; }
    .buttons .button.button--pw-forgotten:hover {
      background-color: #193f65; }
      .buttons .button.button--pw-forgotten:hover a {
        color: #f3f2ef; }
.buttons input[type="submit"] {
  margin-right: 10px; }

/*# sourceMappingURL=temp.css.map */
