.cgr-register-form {
    max-width: 400px;
}

.cgr-register-form input,
.cgr-register-form select {
    width: 100%;
    padding: 8px;
}
.cgr-auth-content {
    display: none;
}

.cgr-auth-content.active {
    display: block;
}

.cgr-auth-tabs button.active {
    font-weight: 600;
}
