html, body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}
.opacity-layer {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 1;
    opacity: 0.7;
    background-color: rgba(255, 255, 255, 0.42);
}
.page-header {
    border-bottom: 1px solid #525252;
}
.flex-column {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
}
.flex-column > div.container, .flex-column > div.row {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.flex-column > .flex-column {
    flex: 2 0 auto;
}
.login-input::-webkit-input-placeholder {
  color: rgb(105, 105, 107);
}
/* Input text fields */
.form-control, a.input-group-addon {
    background-color: rgba(255, 255, 255, 0.8);
    border: none;
    box-shadow: none;
}
a.input-group-addon, a.bold-link {
    color: #009bd4;
    font-weight: bold;
    text-decoration: underline;
}
a.alert-link {
    font-weight: bold;
    text-decoration: underline;
}
/* Complete login form */
.col-sm-6.col-sm-offset-3.bg-opaque-white {
    background-color: rgba(255, 255, 255, 0.8);
}
h3.text-center {
    font-size: 17px;
    font-weight: bold;
}
.separator-text-valign {
    top: 5px;
}
.quick-login:last-child {
    margin-bottom: 0px;
}
.text-warning {
    color: #775b16;
    font-size: 18px;
}
#g-recaptcha-container {
    display: none;
    max-width:300px;
    margin-left: auto;
}
div#login {
    /*filter: opacity(65%);*/
}
input {
    font-style: italic;
}
div hr {
    border-top: 1px solid hsl(0, 0%, 0%);
}
.bg-gray-darkest-transparent {
    background-color: rgba(69, 69, 69, 0.55);
}
a.bg-gray-darkest-transparent:hover {
    color: white;
}
.padding-bg-warning {
    padding: 2px 9px;
    padding-bottom: 0px;
}
.rememberme {
    display: inline-flex;
    cursor: pointer;
    font-size: 18px;
}
.rememberme svg[id^="checked"] path {
    fill: #009bd4;
}
.rememberme svg[id^="unchecked"] path {
    fill: #999;
}
.rememberme svg {
    margin-top: 1px;
    margin-right: 7px;
}
.rememberme.login svg {
    margin-right: 15px;
}
.rememberme svg.hidden {
    display: none;
}

@media (min-width: 768px) {
    .col-sm-6 {
        width: 47%;
        z-index: 2
    }
    .col-sm-offset-3 {
        margin-left: 29%;
    }
}
