:root {
    --color-light: #ffffff;
    --color-dark: #333333;
    --color-dark-secondary: #3C444E;
    --color-green: #0C9900;
    --color-active-green: #1E8449;
    --color-light-green: #88EC81;
    --color-active-light-green: #6CC166;
    --color-red: #C70000;
    --color-active-red: #FF5656;
    --color-yellow: #F4D452;
    --color-active-yellow: #FFE785;
    --color-orange: #F2723A;
    --color-active-orange: #F48352;
    --color-purple: #9836CC;
    --color-active-purple: #9836CC;
}

body {
    background: #36527C;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-family: Roboto, sans-serif;
    margin: 0px;
}

.wlink {
    text-decoration: underline !important;
    color: white !important;
}

.inline-center {
    display: inline-block;
    text-align: center;
}

.header-img {
    padding-top: 60px;
}

.header-img img {
    position: absolute;
    top: 0;
    left: -5pt;
    right: 0;
    bottom: 0;
    margin: auto;
    border-color: #FFF;
}

.logo-bg {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 160px;
    height: 160px;
}

.wrapper {
    background: #36527C;
    top: 280px;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.container {
    margin: 0 auto;
    padding-top: 80px;
    height: 100%;
    width: 100%;
    text-align: center;
    color: #FFF;
}

.container a {
    color: #FFF;
}

.container h1 {
    font-size: 32px;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-timing-function: ease-in-put;
    transition-timing-function: ease-in-put;
    font-weight: 100;
    color: #FFF;
}

form, .form {
    padding: 20px 0;
    position: relative;
    z-index: 2;
}

form input, .form input {
    outline: 0;
    border: 1px solid #C4E1F0;
    width: 250px;
    padding: 10px 15px;
    margin-bottom: 10px;
    display: block;
    text-align: center;
    font-size: 18px;
    color: #3C444E;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    font-weight: 300;
}

form input:hover, .form input:hover {
    background-color: rgba(255, 255, 255, 0.8);
}

form input:focus, .form input:focus {
    background-color: white;
    width: 320px;
    color: #3C444E;
}

form button, .form button {
    outline: 0;
    background-color: #0C9900;
    border: 0;
    padding: 10px 15px;
    color: #FFF;
    width: 250px;
    cursor: pointer;
    font-size: 18px;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
}

form button:hover, .form button:hover {
    background-color: #6CC166;
}

form button.disagree-button {
    font-weight: 300;
    font-size: 22px;
    background: #46628C;
}

form button.disagree-button:hover {
    background: #C70000;
}

.checkbox input[type="checkbox"] {
    margin-left: 0px;
}

.checkbox label {
    padding-left: 0px;
}

.rememberMe {
    width: 200px;
}

.aboutContent {
    padding: 20px;
    width: 100%;
    margin: 0px;
    margin-bottom: 40px;
}

.aboutContent h1 {
    font-size: 36px;
    font-weight: 100;
    text-align: center;
}

.aboutContent h2 {
    font-size: 24px;
    font-weight: 100;
}

.aboutContent-base {
    display: none;
    color: #3C444E;
    background: rgba(255, 255, 255, 1);
    height: 100%;
    width: 100%;
    overflow: auto;
    padding: 20px;
    margin-top: 50px;
}

#quoteTextText {
    font-size: 32px;
    font-weight: 100;
}

#welcomeTextAtr {
    font-size: 12px;
    font-weight: 100;
}

.pwHelp {
    font-size: 12px;
    font-weight: 100;
    text-align: left;
}

.hide-text {
    display: none;
}

.gs-error {
    color: red;
    border-color: red;
    border-width: 0px 10px 0px 0px;
}

.no-border {
    border-width: 0px;
}

@media (max-width: 700px) {

    .aboutContent h1 {
        font-size: 26px;
    }

    .aboutContent h2 {
        font-size: 16px;
        font-weight: 300;
    }

    #quoteText {
        font-size: 20px;
        font-weight: 100;
    }

    #welcomeTextAtr {
        font-size: 10px;
        font-weight: 100;
        font-weight: 300;
    }
    .container {
        padding-left: 5px;
        padding-right: 5px;
    }
}
