body {
    font-family:'PT Sans', sans-serif;
}
body.login {
  background: #475284;
  font-family:'PT Sans', sans-serif;
}

div#login p#nav a {
  color: #ffffff;
}
body.login div#login h1 a {
  background-image: url("sdnpc_logo_colour.png");
  background-size: 150px;
  height: 197px;
  width: 307px;
}
p#backtoblog {
  display: none;
}

.section {
  width: 100%;
  background: #e0f9f8;
}

/* Create two equal columns that floats next to each other */
.column {
float: left;
width: 100%;
padding: 30px 75px;
}

* {
  box-sizing: border-box;
}
/* Clear floats after the columns */
.row:after {
content: "";
display: table;
clear: both;
}

.row {
  max-width: 600px;
  margin: 20px auto;
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
.column {
  width: 100%;
}
}
