/* responsive: mobile first */

body {
    padding: 0;
    margin: 0;
}
h1 {
    color: blue;
    text-align: center;
}
h2 {
    color: #001970;
    font-family: "Segoe UI Light","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 600;
    line-height: 1.1;
    font-size: 1.4rem;
}
.footer {
    background: #80bd01;
    border-radius: 15px 0 0;
    padding: .5rem;
    position: fixed;
    bottom: 0;
    width: 100%;
}
.visual {
    position: relative;
    overflow: hidden;
}
.visual .image {
    position: relative;
    min-width: 1280px;
    height: 120px;
    left: 50%;
}
.visual img {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    left: -50%;
    min-width: 1280px;
}
.info-content {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    position: relative;
    margin-top: -40px;
    border-radius: 30px 0 0;
    background: #fefefe;
    margin-bottom: 30px;
}
.content {
    padding: 2rem 2.6rem 2rem 1rem;
    font-family: "Source Sans Pro", sans-serif;
    color: #000100;
    max-width: 375px;
    margin: 0 auto;
}
.entry-item label {
    display: block;
    margin-bottom: 5px;
}
.divider h2 {
    display: none;
}
#createAccount {
    margin-left: 10px;
}
.buttons button {
    height: 42px;
    min-width: 156px;
    background-color: #001970;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #001970;
    transition: all 0.5s ease;
}
.buttons button:hover {
    color: #0a1971 !important;
    background-color: #fff !important;
    border: 1px solid white !important;
    box-shadow: 0 0 11px -4px rgba(0,0,0,0.5);
    outline: 0 !important;
}
.footer img {
    width: 90%;
    max-width: 451px;
    margin-top: 4px;
}

/* forms */
input {
    background-color: white;
    border: 1px solid #001970;
    color: #001970;
    width: 100%;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 1.42857;
    margin-bottom: 20px;
}
input[type=checkbox] {
    width: 24px;
}
#forgotPassword {
    float: right;
    font-size: .8em;
    margin-top: -20px;
    color: grey;
}
.error {
    color: red;
}

.rememberMe label {
    font-weight: 300;
}

/* registreren */
ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

ul li:nth-child(2) {
    margin-top: 2rem;
}

label {
    font-weight: bold;
}

div.intro p {
    font-size: 1rem;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 300;
    color: #000;
}

/* wachtwoord vergeten */
#email_intro {
    display: block !important;
    margin-bottom: 24px;
}

#email_ver_but_send, #email_ver_but_verify, #email_ver_but_resend, #email_ver_but_edit {
    margin-bottom: 24px;
}

div.itemLevel[aria-hidden=true] {
    display: none;
}

a.helpLink {
    display: none;
}

/* responsive styles */
/* large devices (desktops, 1024px and up) */
@media (min-width: 1024px) {
    .footer {
        border-radius: 30px 0 0;
        padding: 2rem;
    }
    .footer img {
        width: auto;
    }
    .visual .image {
        height: 200px;
    }
    .content {
        padding: 3rem 0 5rem 0;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .footer {
        border-radius: 50px 0 0;
        padding: 3rem;
    }
    .footer img {
        width: auto;
    }
    .visual .image {
        height: 300px;
    }
    .content {
        padding: 5rem 0 8rem 0;
    }
}
