Given $(x_1,x_2)' \sim N_2 \left(\bf{0},\Sigma\right) = N_2 \left(\left(\begin{array}{l}0\\0\end{array}\right), \left(\begin{array}{l}1&\rho\\\rho&1\end{array}\right)\right)$, find $Pr(x_1>0,x_2>0)$.
I have been struggling with solving this problem using multivariate algebra. I think the final answer is $\frac{1}{4}+\frac{sin^{-1}(\rho)}{2\pi}$, but not sure how to get to it. I am considering the trick is to notice that $Pr(x_1>0,x_2>0)=\frac{1}{2}Pr(x_1x_2>0)$; but from here I am stuck.
Any help and/or advice is appreciated.