.cr-auth-wrapper {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 1em 0;
}
.cr-btn {
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none;
    border: 1px solid #0073aa;
    color: #0073aa;
    border-radius: 3px;
    transition: background 0.3s, color 0.3s;
}
.cr-btn:hover {
    background: #0073aa;
    color: #fff;
}