﻿.page-wrapper {
    margin-left: 0px !important;
}

.footer {
    left: 0px !important;
}

.page-titles {
    padding-top: 20px;
    padding-bottom: 0px;
}

.card-no-border .page-wrapper {
    background: #EDF0F1;
}

.card-outline-info .card-header {
    background: #006595;
    border-color: #006595;
}

.login-register {
    position: fixed;
}

.login-sidebar .login-options {
    display: flex;
    justify-content: space-between;
}

.login-sidebar .checkbox label {
    font-weight: 300;
    font-size: 1rem;
    color: #343a40;
}

@media (max-width: 490px) {
    .login-sidebar .login-options {
        flex-direction: column;
        align-items: center;
    }

    .login-sidebar .checkbox {
        margin-bottom: 20px;
    }
}
