html, body {
    height: 100vh;
}


body {
    background-color: #778999;
    font-family: "Century Gothic", CenturyGothic, Geneva, AppleGothic, sans-serif;
}

header {
    height: 55px;
    background-color: #586672;
}
    header img {
        height: 50px;
        width: 175px;
        margin-left: 10px;
    }

a, a:hover, a:focus {
    color: white;
}

.coreContent {
    height: calc(100vh - 115px );
}

footer {
    font-size: 1rem;
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 0;
    height: 60px;
}

.errorsalert {
    position: fixed;
    z-index: 50;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-color: rgba(34,34,34, 0.5);
    display: none;
}

.errorsalertdiv {
    width: 40%;
    height: 30%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(255,255,255, 1);
    color: #666;
}

.q-button {
    height: 40px;
    background-color: #85c13b !important;
    color: #FFF;
    border: 0 !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    float: right !important;
    font-weight: bold;
}

    .q-button:hover {
        cursor: pointer;
    }


.q-input {
    border-color: #667684;
}

.q-input-no-border {
    margin: 0 auto;
    border: 0 !important;
    border-bottom: 2px solid #fff !important;
    color: #FFFFFF !important;
    outline: 0 none !important;
    background-color: #778999 !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}



.q-button2 {
    width: 40px !important;
    height: 40px !important;
}

.q-button2M {
    height: 40px !important;
}

.q-text-valid {
    font-family: "Century Gothic", CenturyGothic, Geneva, AppleGothic, sans-serif;
    font-size: 0.8em;
    color: #FFF;
    float: right;
}
