html, body, input, select, textarea, button {
    font-family: "Raleway", Verdana, Arial, sans-serif;
    font-size: 1rem;
    letter-spacing: 0.07rem;
    color: #222222;
    line-height: 1.6rem;
}

html h2 {
    color: #222222;
}

form p {
    padding: 0.25rem 0;
}

a, button {
    cursor: pointer;
}

fieldset {
    border: 0;
    padding: 0;
}

label {
    display: block;
}

/* Header */

header {
    box-shadow: 0 0 5px 1px rgba(20, 20, 20, 0.15);
    padding: 0 1.5rem;
}

.header-label {
    font-weight: normal;
    padding-top: 0.5rem;
    margin: 0;
    float: right;
}

.topbar, #navmenu-h li {
    display: inline-block;
}

.topbar {
    width: 100%;
}

#nav-tabs {
    border-top: 1px solid #CCCCCC;
    text-align: right;
}

#navmenu-h li {
    border-left: 1px solid #CCCCCC;
    padding: 0.5rem 1rem;
}

#navmenu-h li:first-child {
    border: 0;
}

/* End header */

.outer-wrap {
    max-width: 75rem;
    margin: 0 auto;
}

#content {
    padding: 1.5rem 1.5rem 4rem 1.5rem;
    min-height: 28rem;
}

.openid-button {
    display: inline-block;
    padding-top: 0.25rem;
}

.nexar-button {
    display: inline-block;
    padding-top: 0.25rem;
    box-shadow: 5px 5px 10px;
}

.nexar-button-block {
    padding: 8px 8px;
    padding-left: 20px;
    padding-right: 20px;
    box-shadow: 0 1px 2px #000;
    border-radius: 6px;
    display: flex;
    justify-content: center;
}

.nexar-sign-in-text {
    justify-content: center;
    display: flex;
    padding: 10px;
}

.seed-block {
    display: flex;
    justify-content: center;
}

#sign-up {
    margin-top: 2rem;
    text-align: center;
}

.option {
    /* "Forgot your password?" */
    display: block;
    font-size: 0.9rem;
}

.confirm,
.confirm:visited,
button[type="submit"],
input[type="submit"] {
    display: inline-block;
    border: 2px solid #FFC640;
    background: #FFC640;
    padding: 0.5rem 1.5rem;
    color: #FFFFFF;
    white-space: nowrap;
    margin: 1.5rem 0 0.5rem 0;
}

.confirm:hover,
button[type="submit"]:hover,
input[type="submit"]:hover {
    background: #FFFFFF;
    color: #FFC640;
}

#register input[type=checkbox] {
  -ms-transform: scale(1.3); /* IE */
  -moz-transform: scale(1.3); /* FF */
  -webkit-transform: scale(1.3); /* Safari and Chrome */
  -o-transform: scale(1.3); /* Opera */
}

/* This sucks */
label[for="id_gdpr_accept"] {
    font-weight: bold;
    display: initial;
    margin-right: 0.5rem;
}

#register .helptext {
    display: block;
}

#register form p:last-of-type {
    margin: 0.5rem 0;
}

#content .cancel {
    display: inline-block;
    color: #777777;
    margin: 1rem 1.5rem;
    border: 0;
    background: 0;
}

#content .cancel:hover {
    color: #555555;
}

.authorize-option {
    display: inline-block;
    min-width: 400px;
    max-width: 45%;
    vertical-align: top;
    border: 1px solid #CCCCCC;
    border-radius: 10px;
    padding: 10px;
    margin: 10px;
}

.home-links {
    list-style-type: none;
    font-size: 1.2rem;
}

.home-links li {
    padding: 0.5rem 0;
}

.notifications > p {
    text-align: center;
    cursor: pointer;
    padding: 0.5rem;
    border: 2px solid #aaaaaa;
    margin-bottom: 0.5rem;
    max-width: 35rem;
    font-weight: bold;
    background-color: #f2f3f4;
}

.notifications > p:hover {
    background-color: #ffffff;
}

.success {
    color: #FFC640;
}

.error, .errorlist {
    color: rgba(250, 15, 15, 0.9);
}

.confirm:hover,
button[type="submit"]:hover,
input[type="submit"]:hover,
.notifications > p:hover,
#content .cancel:hover {
    transition: 0.2s;
    -webkit-transition: 0.2s;
}

/* General classes */

.center {
    margin: 0 auto;
    text-align: center;
}

.mediumtext {
    font-size: 1.3rem;
}

.verticalwrap-1 {
    padding-bottom: 1rem;
}

.collapsible-right-border {
    border-right: 1px solid #CCCCCC;
}

.col-1-2, .col-1-3 {
    display: inline-block;
    vertical-align: top;
}

.col-1-2 {
    width: 45%;
    padding-right: 3%;
}

.col-1-3 {
    width: 29%;
    padding-right: 3%;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.nobreak {
    white-space: nowrap;
}

/* Responsive breakpoints */

@media only screen and (max-width: 55rem) {

    .col-1-3 {
        width: 45%;
    }
}

@media screen and (max-width: 45rem) {

    .col-1-2, .col-2-3 {
        padding-right: 0;
        width: auto;
        display: block;
    }

    .collapsible-right-border {
        border-right: 0;
    }

    #open-id {
        text-align: left;
        padding: 0;
        margin-top: 1.5rem;
    }

    #sign-up {
        text-align: left;
        display: inline-block;
    }

    .header-label {
        width: 20rem;
        padding-top: 0;
        padding-bottom: 1rem;
    }
}

@media screen and (max-width: 35rem) {

    .header-label {
        float: none;
    }

    #nav-tabs {
        text-align: center;
    }
}
