html,
body {
    height: 100%;
}
body {
    font-family: "proxima-nova", sans-serif;
    font-size: 15px;
    line-height: 1.4;
    position: relative;
    margin: 0;
}
h1 {
    font-weight: 100;
    font-size: 3em;
    letter-spacing: 5px;
    text-transform: uppercase;
}
h2 {
    font-size: 1.4em;
    font-weight: 400;
    text-transform: uppercase;
}
h3 {
    font-size: 1.3em;
    font-weight: 400;
}
p {
    letter-spacing: .03em;
}
hr {
    margin-bottom: 20px;
    border: 1px solid rgba(0, 0, 0, 0.34);
}
a {
    color: #203e73;
    text-decoration: none;
}
.header {
    width: 100%;
    min-height: 50px;
    padding: 0 0 40px;
}
#logo {
    text-align: center;
    padding-bottom: 20px;
}
.content img {
    max-width: 300px;
}
.content {
    background: #fff;
    margin: 0 auto;
    max-width: 700px;
    width: 100%;
    padding: 40px 0 30px 0;
}
.content:after {
    content: '';
    display: block;
    clear: both;
}
.content.half {
    max-width: 400px;
}
.content h1 {
    margin-bottom: -19px;
    padding: 0 20px;
}
.content h2 {
    letter-spacing: -0.5px;
    margin-bottom: 15px;
}
.total-error {
    text-align: center;
    margin: 0;
}
.button {
    background: #203e73;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    padding: 7px 16px 5px 16px;
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
}
.button:hover {
    opacity: .8;
}
footer {
    text-align: center;
    color: #fff;
    position: fixed;
    padding: 3px 0;
    background: #203e73;
    width: 100%;
    bottom: 0;
}
.span6 {
    width: 100%;
    display: block;
    box-sizing: border-box;
    padding: 0 20px;
    vertical-align: top;
}
.span12 {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
}
.login-form .form-element {
    margin-bottom: 30px;
}
.login-form .form-element a {
    float: right;
}
.login-form .form-element input[type="text"],
.login-form .form-element input[type="email"],
.login-form .form-element input[type="password"] {
    height: 40px;
    padding: 5px;
    font-size: 22px;
    width: 100%;
    border: 1px solid rgb(194, 194, 194);
    box-sizing: border-box;
}
form {
    margin-bottom: 0;
}
.form-element.submit {
    text-align: center;
    margin-bottom: 0;
    clear: both;
}
.form-element.submit input {
    height: 40px;
    width: 100%;
    font-size: 16px;
}
#logged-in-msg {
    min-height: 80px;
}
@media screen and (min-width: 768px) {
    .span6 {
        width: 50%;
        display: table-cell;
    }
    .content {
        border: 1px solid;
        border-top: 10px solid;
        border-color: #203e73;
        margin-top: -60px;
        position: absolute;
        left: 50%;
        top: 50%;
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        padding: 40px 20px 30px 20px;
    }
}
