.grid {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  .grid .column {
    max-width: 600px;
    margin: 0 auto !important;
    padding: 0 2rem;
    position: relative; }
    @media screen and (max-width: 768px) {
      .grid .column {
        padding: 0; } }
  .grid > * {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex-grow: 4;
    -moz-flex-grow: 4;
    flex-grow: 4;
    -ms-flex-positive: 4; }
    .grid > *.column--light {
      -webkit-flex-grow: 2;
      -moz-flex-grow: 2;
      flex-grow: 2;
      -ms-flex-positive: 2; }
    .grid > *.column--heavy {
      -webkit-flex-grow: 8;
      -moz-flex-grow: 8;
      flex-grow: 8;
      -ms-flex-positive: 8; }
  .grid.no-margin > *:first-child {
    margin-left: 0; }
  .grid.no-margin > *:last-child {
    margin-right: 0; }

@media screen and (max-width: 768px) {
  .grid__medium {
    display: block; }

  .grid__medium > * {
    padding-left: 0;
    padding-right: 0; }
    .grid__medium > *:first-child {
      margin-left: 0; }
    .grid__medium > *:last-child {
      margin-right: 0; } }
@media screen and (max-width: 1024px) {
  .grid__large {
    display: block; }

  .grid__large > * {
    padding-left: 0;
    padding-right: 0; }
    .grid__large > *:first-child {
      margin-left: 0; }
    .grid__large > *:last-child {
      margin-right: 0; } }
.wrapper {
  box-sizing: border-box;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 2rem; }
  .wrapper::after {
    clear: both;
    content: "";
    display: table; }
  .wrapper.wrapper__extra-large {
    max-width: 1920px; }
  .wrapper.wrapper__large {
    max-width: 1280px; }
  .wrapper.wrapper__small {
    max-width: 600px; }
  @media screen and (max-width: 768px) {
    .wrapper {
      padding: 0 1rem; } }

h1 {
  color: #146765;
  font-size: 3rem;
  line-height: 1;
  margin: 0 0 2rem;
  text-transform: uppercase; }

h2 {
  color: #222;
  font-size: 2.5rem;
  margin: 0 0 2rem;
  text-transform: uppercase; }

h3 {
  color: #222;
  font-size: 2rem;
  margin: 0 0 2rem;
  text-transform: uppercase; }

h4 {
  color: #222;
  font-size: 1.75rem;
  line-height: 1.25;
  margin: 0 0 2rem; }

h5 {
  font-size: 1rem;
  letter-spacing: 4px;
  line-height: 1.75;
  margin: 0 0 2rem; }

p {
  font-size: 1rem;
  line-height: 1.75;
  margin: 0 0 2rem; }
  p b,
  p strong {
    color: #;
    font-weight: bold; }
  p:last-of-type {
    margin: 0; }

li {
  font-size: 1rem;
  line-height: 1.75; }

input,
label {
  color: #fff !important;
  font-family: "brandon-grotesque", -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif; }

a {
  color: #fff !important; }
  a:hover {
    color: #146765 !important; }

body {
  background-color: #012A2E;
  font-family: "brandon-grotesque", -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
  height: auto !important;
  position: relative; }

.forgetmenot {
  display: none; }

form {
  background: none !important;
  border-radius: 5px;
  box-shadow: none !important;
  padding: 0 2rem 1rem !important; }

input[type="text"],
input[type="password"] {
  background-color: transparent !important;
  border: solid 1px rgba(255, 255, 255, 0.25);
  border-radius: 5px;
  box-shadow: none;
  color: #fff !important;
  font-size: 1rem !important;
  padding: 1rem !important; }
  input[type="text"]:focus,
  input[type="password"]:focus {
    background-color: transparent !important;
    border: solid 1px rgba(255, 255, 255, 0.25) !important;
    box-shadow: none; }

#login {
  width: 420px !important; }
  #login h1 a {
    background: url("https://libbyandben.co.nz/wp-content/themes/libbyandben/images/libbyandben.svg") center/contain;
    height: 150px;
    margin: 0 auto 4rem;
    width: 150px; }
  #login #login_error, #login .message {
    background-color: rgba(255, 255, 255, 0.05) !important; }
    color: #fff !important;
  @media screen and (max-width: 600px) {
    #login {
      width: 100% !important; } }

.message {
  border: none !important; }

#nav {
  display: none; }

.submit input[type="submit"] {
  background-color: transparent !important;
  border: 2px solid #146765 !important;
  border: none;
  border-radius: 0;
  box-shadow: none !important;
  color: #146765 !important;
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  height: auto !important;
  line-height: 1 !important;
  margin: 2rem 0 0;
  padding: 0.85rem 5rem !important;
  text-align: center;
  text-shadow: none;
  text-transform: uppercase;
  width: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s; }
  .submit input[type="submit"]:hover, .submit input[type="submit"]:active, .submit input[type="submit"]:focus {
    background-color: #146765 !important;
    color: #fff !important; }

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