/* Show it's not fixed to the top */
body {
    min-height: 75rem;
}

.footer {
    bottom: 0;
    width: 100%;
    position: fixed;
    /* Set the fixed height of the footer here */
    background-color: #f5f5f5;
    text-align: center;
    border-top: 1px solid #dddddd;
}

.footer .container p {
    margin: 0 0;
    font-size: 12px;
    line-height: 20px;
}

/* text */
.okm-standard-text {
    font-size: 0.9rem;
    font-weight: 300;
}

/*  login card */
.okm-loginCard {
    max-width: 450px !important;
}
