#login-box
{
	
	background: rgba(255, 255, 255, 0.8);
	background: rgb(255, 255, 255) transparent;
	
	position:absolute;
	right:12%;
	top:20%;
	padding:20px;
	border: 1px solid #b2b2b2;
	color:black;
}
#sign_text{
font-size:23px;
	color:#1B98FC;
	font-family:Myriad Pro,Arial,sans-serif;
	font-weight: 300;
}
.form_text
{
	font-size:16px;
	font-family: Myriad Pro,arial,sans-serif;
	
	line-height: 25px;

}
#fpass
{
	line-height: 35px;
	color:blue;
	font-size:17px;
	color: #1B98FC;
	font-family: 'Titillium Web', sans-serif;
	text-decoration: none;
	font-weight:bold;
}
.input_style
{
	height:33px;
	width:230px;
	
	border-radius: 2px;
	outline: none;

}
#signin
{
	background-image:url('../images/btn.png');
	background-repeat:no-repeat;
	background-color: transparent;
	width:230px;
	height:37px;
	color:white;
	font-family:Myriad Pro,Arial,sans-serif;
	font-size:18px;
	border:none;
}
.normal_text 
{
	font-family:Myriad Pro, Arial,sans-serif;

}

#container
{
	position: absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	
	height:100%;
	width: 100%;
}

#hdr
{
	background-color: white;
	height: 10%;
	position: absolute;
	top:0px;
	left:0px;
	right:0px;
	border-bottom:1px solid #35B6E9;
}
#logo 
{
	position:absolute;
	margin:1%;
}
#main-content
{
	border-top:1px solid #35B6E9;
	webkit-background-size: 100% 100%; 
	-moz-background-size: 100% 100%; 
	-o-background-size: 100% 100%; 
	background-size: 100% 100%;
	position: absolute;
	top:10%;
	width:100%;
	height:89.9%;
	left:0px;
	right:0px;
	bottom:0px;

}
#text-container
{
	position:absolute;
	top:35%;
	left:8%;
	background-color: white;
	padding:10px;
	background: rgba(255, 255, 255,0.6);
	background: rgb(255, 255, 255) transparent;
	max-width:50%;

}
#my-text
{
background: rgba(0, 0, 0);
	background: rgb(255, 255, 255) transparent;
	font-size:35px;
	font-family: 'Titillium Web', sans-serif;
	color:#1B98FC;
	
	font-weight:bold;
}
#my-text3
{
background: rgba(0, 0, 0);
	background: rgb(255, 255, 255) transparent;
	font-size:18px;
	font-family: 'Titillium Web', sans-serif;
	color:black;	
	
}
