
.modal-bg{
	position:fixed;
	left:0;right:0;
	top:0;bottom:0;
	z-index:100;
	background-color:rgba(50,50,50,0.5);
}


#forgot-link{
	font-size: 14px;
	line-height: 45px;
	color: #34388C;
	display: inline-block;
}
#forgot-link:hover{
	color: #23AA84;
}
#modal{ 
	position:absolute;
	top:35%; 
	left:44%;
	z-index:999999999999999999999999999999999;
	border-radius:3px;
	width:600px;
	height:390px;
	margin-top:-130px;
	margin-left:-170px;
}

#modal span{
	display: block;
	padding: 10px;
	color:#fff;
	border-radius:3px;
    
    font-size: 18px

}
#close{
	float: right;
	color: #fff;
	font-family: serif;
	font-size: 35px;
}
#close:hover{
	color: #000;
}


input {
	background:#34388C;
}

