a.auth-btn-directzd {
    flex: 1;
    border: 1px solid #6699FF;
    text-align: center;
    height: 30px;
    border-radius: 5px;
    line-height: 30px;
    font-weight: 500;
    margin-left: 5px;
}

a.auth-btn-directzd:hover {
    box-shadow: -2px 3px 0px 0px #6699FF;
}


a.auth-btn-directgl {
    flex: 1;
    border: 1px solid #33CC33;
    text-align: center;
    height: 30px;
    border-radius: 5px;
    line-height: 30px;
    font-weight: 500;
    margin-left: 5px;
}

a.auth-btn-directgl:hover {
    box-shadow: -2px 3px 0px 0px #33CC33;
}
