body {
background-color: #e3e7ed;
background-size: cover;
font-family: 'Open Sans', sans-serif;
font-weight: 300;
}
#iosBlurBg {
resize: horizontal;
position: relative;
border-top: 450px solid transparent;
border-left: 550px solid rgba(0,0,0,0.04);
border-bottom: 450px solid transparent;
background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1));
}
#whiteBg {
resize: horizontal;
position: absolute;
top: -410px;
right: 0;
border-top: 410px solid transparent;
border-left: 505px solid rgba(255,255,255,1);
border-bottom: 410px solid transparent;
border-right: 30px solid transparent;
background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 1));
}
#bottomEnter{
position: absolute;
top: 500px;
left: 150px;
z-index: -2;
border-top: 200px solid transparent;