

#lean_overlay {
    position: fixed;
    z-index:900;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #fff;
    display: none;
}

.popupContainer{
	font-family: 'Roboto', sans-serif;
	position:absolute;
	width:330px;
	height: auto;
	left:45%;
	top:80px;
	background: #FFF;
}


/* Popup Styles*/
.popupHeader {font-family: 'Roboto', sans-serif; font-size:16px; text-transform: uppercase; color:#FFF}
.popupHeader {background:#0e1954; position:relative; padding:10px 20px; font-weight:bold;}
.popupHeader .modal_close {position: absolute; right: 0; top:0; padding:10px 15px; background:#0e1954; cursor: pointer; color:#aaa; font-size:16px;}

.popupBody {padding:20px;
font-family: 'Roboto', sans-serif;
background-color:#FFF;}



/* User Login Form */
.user_login {display: none;}
.user_login label {font-family: 'Roboto', sans-serif; display: block; margin-bottom:5px; color:#0e1954;}
.user_login input[type="text"], .user_login input[type="email"], .user_login input[type="password"] {display: block; width:90%; padding: 10px; border:1px solid #DDD; color:#666;}
.user_login input[type="checkbox"] {float:left; margin-right:5px;}
.user_login input[type="checkbox"]+label {float:left;}

.user_login .checkbox {margin-bottom: 10px; clear: both; overflow: hidden;}
.forgot_password {display:block; margin: 20px 0 10px; clear: both; overflow: hidden; text-decoration: none; color:#ED6347;}

