h1 {
  display: none; }

body {
  background-color: #042B43; }

#login:before {
  content: '';
  background: url("../img/logo.svg") no-repeat center;
  width: 340px;
  height: 60px;
  display: block; }

.message {
  display: none; }

.login label {
  font-family: "Calibre", sans-serif;
  font-size: 16px; }

#nav {
  display: none; }

.language-switcher {
  display: none; }

#backtoblog a {
  color: white !important; }

.wp-core-ui .button.button-large {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 5px 0;
  background-color: #FCC72D;
  color: #042B43;
  text-transform: uppercase;
  font-size: 18px;
  border: none;
  font-weight: 400;
  font-family: "Calibre", sans-serif; }

@font-face {
  font-family: 'Calibre';
  src: url("../fonts/calibre-regular-webfont.ttf");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Calibre';
  src: url("../fonts/calibre-semibold-webfont.ttf");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'Calibre';
  src: url("../fonts/calibre-medium-webfont.ttf");
  font-weight: 400;
  font-style: normal; }

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