html,
body,
.view {
    height: 100%;
}

@media only screen and (max-width: 768px) {
}

@media only screen and (max-width: 768px) {
    h3 {
        font-size: 1.3rem;
    }
}

/* Remove chrome autofil background color */
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

input:-webkit-autofill {
    -webkit-text-fill-color: #212121 !important;
}

.flex-center {
    color: #fff;
}

.show-hide-icon {
    color: black;
}

.show-hide-icon.active {
    color: green !important;
}

.show-hide-toggle-pass {
    border: none;
    background: transparent;
    pointer-events: auto !important;
}

.adminPage {
    height: 100vh;
}

.adminPageTitle {
    font-weight: 400;
    color: #2591D0;
}

.adminPageCard {
    width: 28rem;
    visibility: visible;
    animation-name: fadeIn;
    animation-delay: 0.3s;
}

.adminFormBody {
    margin-top: -50px;
    position:absolute;
    z-index: 999;
}

.view {
    background: url("/img/iStock-2038005065.jpg")no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.card {
    background-color: rgba(255, 255, 255, 0.85);
}

.loading {
    position: fixed;
    z-index: 1060;
    height: 2em;
    width: 2em;
    overflow: inherit;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
