* {
    margin:0;
    padding:0;
    max-width:100%;
    box-sizing:border-box;
}

body {
    font-family: 'Roboto', 'Arial', sans-serif;
    font-size:1.1rem;
    color:#898989;
}

div {
    margin:0 auto;
}

a, a:hover, a:visited, a:active, a:focus {
    color:#008fd1;
}

a:hover {
    color:#f17c30;
}

span.required, #authMessage, div.flash.failure, div.flash {
    color:#d70000;
    margin-top:25px;
}

div.flash, div.message {
    text-align:center;
}

div.flash.success {
    color:#69c08d;
}

span.required {
    font-size:.6rem;
    vertical-align:top;
}

#container {
    padding:20px;
}

.container {
    max-width:1200px;
    margin:0 auto;
    padding:20px;
}

#header img {
    display:block;
    width:254px;
    margin:100px auto 0 auto;
}

.inputs label {
    margin-top:15px;
    display:block;
}

.inputs input,
.inner.reset input {
    width: 100%;
    padding: 7px;
    margin-bottom:10px;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size:1rem;
    color:#000;
}

#home_container, #forgot_form, .inner.reset {
    max-width:557px;
    padding:20px;
}

#home_container .btn {
    margin:15px 0;
}

.btn, .inner.reset .submit input {
    border:0;
    color:#fff;
    display:inline-block;
    padding: 7px 14px;
    background:#69c08c;
    border-radius:4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor:pointer;
    font-size:1.1em;
}

.btn:hover, .inner.reset .submit input:hover {
    background:#87cda3;
}

.inner.reset .submit input {
    width:auto;
    display:inline-block;
}

#forgot_form h1 {
    font-size:1.3rem;
    color:#575757;
    margin:15px 0 10px 0;
}

#forgot_form .btn {
    margin:15px 0;
}

img#previewlogo {
    display:inline-block;
    width:254px;
    margin-top:0;
}

#footer {
    clear:both;
    font-size:.8rem;
    padding:20px;
    color:#575757;
    text-align:center;
    border-top:1px solid #e6e6e6;
    margin-top:25px;
}

.top-nav {
    color:#575757;
    font-size:.8rem;
    width:auto;
    float:right;
    margin-top:17px;
}

.top-nav a, #footer a {
    text-decoration:none;
}

.top-nav a:hover, #footer a:hover {
    text-decoration:underline;
}

#header {
    max-width:1200px;
    margin:0 auto;
    padding:30px 20px;
}

.headings {
    max-width:1200px;
    margin:0 auto;
    padding:0 20px;
}

.fixed-header {
    position:fixed;
    top:0;
    width:100%;
    z-index:5;
    margin-top:0;
}

.sticky {
    padding:20px 0;
    margin-bottom:20px;
    width:100%;
    float:left;
    background:#f8f8f8;
}

.sticky h1 {
    font-weight: 900;
    font-size: 2rem;
    float:left;
}

.sticky .btn {
    float:right;
    color:#fff;
}

@media screen and (max-width:1000px) {
    .top-nav {
        float: none;
        margin-top:10px;
    }
    #header {
        text-align: center;
    }
}

@media screen and (max-width:767px) {
    .sticky .btn, .sticky h1 {
        float:none;
    }
    .sticky {
        text-align:center;
    }

    input {
        font-size:1rem!important;
    }
    .mobile-email {
        width:100%;
        display:block;
    }
    .mobile-email-divider {
        display:none;
    }
}

.generated-form {
    margin-bottom:25px;
}

#passwordresetForm .error-message {
    color:#d70000;
    margin-bottom:15px;
    font-size:.9rem;
}

#footer.footerIframe {
    width:100%;
    clear:both;
    float:none;
    background:#fff;
    font-weight:normal;
}
#pass_form {
    margin:10px;
}

#passstrength {
    color:red;
    font-family:verdana;
    font-size:10px;
    font-weight:bold;
}
