/* Aizyne Admin Login Button Patch v1 */

.az-admin-entry-footer{
    margin:1.2rem 0 0;
    padding:1rem;
    display:flex;
    justify-content:flex-end;
    border-top:1px solid #D8E5F0;
}

.az-admin-entry-footer a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:38px;
    padding:.58rem .85rem;
    border-radius:12px;
    background:#FFFFFF;
    border:1px solid #C7D8E8;
    color:#062B4A!important;
    text-decoration:none;
    font-weight:850;
    box-shadow:0 8px 18px rgba(6,43,74,.08);
}

.az-admin-entry-footer a:hover{
    background:#EAF5FF;
    border-color:#0065BD;
}


@media(max-width:640px){
    .az-admin-entry-footer{
        justify-content:center;
    }

    .az-admin-entry-footer a{
        width:100%;
    }
}

/* Aizyne bottom-only admin entry v3 */

.az-admin-entry-footer{
    margin:1.2rem 0 0;
    padding:1rem;
    display:flex;
    justify-content:flex-end;
    border-top:1px solid #D8E5F0;
}

.az-admin-entry-footer a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:38px;
    padding:.58rem .85rem;
    border-radius:12px;
    background:#FFFFFF;
    border:1px solid #C7D8E8;
    color:#062B4A!important;
    text-decoration:none;
    font-weight:850;
    box-shadow:0 8px 18px rgba(6,43,74,.08);
}

.az-admin-entry-footer a:hover{
    background:#EAF5FF;
    border-color:#0065BD;
}

@media(max-width:640px){
    .az-admin-entry-footer{
        justify-content:center;
    }

    .az-admin-entry-footer a{
        width:100%;
    }
}
