.go_to_link {
	cursor: pointer;
	color: #67C23A;
}

.go_to_link:hover {
	color: #85ce61;
}

.register-button, .login-button {
    max-width: 200px;
}

/* continue with email */
.continue-with-email-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.continue-with-email-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: #67C23A;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 15px;
    cursor: pointer;
    transition: background-color 0.2s ease, box-shadow 0.2s ease;
    width: 100%;
    max-width: 260px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.continue-with-email-btn:hover {
    background-color: #f7f7f7;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
}
