@charset "utf-8";
@font-face {
	font-family: 'RalewayRegular';
	src: url('../includes/fonts/Raleway-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'RalewayItalic';
	src: url('../includes/fonts/Raleway-Italic.ttf') format('truetype');
}
@font-face {
	font-family: 'RalewayLight';
	src: url('../includes/fonts/Raleway-Light.ttf') format('truetype');
}
@font-face {
	font-family: 'RalewayLightItalic';
	src: url('../includes/fonts/Raleway-LightItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'RalewaySemiBold';
	src: url('../includes/fonts/Raleway-SemiBold.ttf') format('truetype');
}
@font-face {
	font-family: 'RalewaySemiBoldItalic';
	src: url('../includes/fonts/Raleway-SemiBoldItalic.ttf') format('truetype');
}
/* CSS Document */

*
{
	margin:0;
}

#login-form {
	margin-top:70px;
}

#register-form {
	margin-top:50px;
}

#success-form {
	margin-top:70px;
}

table {
	border:solid #aaaaaa 2px;
}

table tr,td {
	font-family:RalewayRegular, Geneva, sans-serif;
	font-size:14px;
	color:#000000;
}

table tr td input {
	width:240px;
	height:25px;
	border-radius:3px;
	font-family:RalewayRegular, Geneva, sans-serif;
	font-size:14px;
}

table tr td button {
	width:70%;
	height:45px;
	border:0px;
	background:#1a75ce;
	border-radius:12px;
	color:#ffffff;
	font-family:RalewayRegular, Geneva, sans-serif;
	font-size:18px;
}

table tr td button:active {
	position:relative;
	top:1px;
}

table tr td button:hover {
	background:#00317e;
}

table tr td a {
	text-decoration:none;
	color:#000000;
	font-family:RalewayRegular, Geneva, sans-serif;
	font-size:14px;
}

/* css for home page  */

*
{
	margin:0;
}

#header {
	width:100%;
	height:60px;
	background:rgba(00,11,22,33);
	color:#9fa8b0;
	font-family:RalewayRegular, Geneva, sans-serif;
}

#header #left {
	float:left;
	position:relative;
}

#header #left label {
	position:relative;
	top:5px;
	left:100px;
	font-size:35px;
}

#header #right {
	float:right;
	position:relative;
}

#header #right #content {
	position:relative;
	top:20px;
	right:100px;
	color:#fff;
}

#header #right #content a {
	color:#00a2d1;
}


#body {
	text-align:center;
	margin-top:150px;
	font-family:RalewayRegular, Geneva, sans-serif;
	font-size:36px;
}

/* css for home page */

.btnSmall {
	z-index: 50;
	width:80px; 
	height:45px; 
	background-color:#339F9F; 
	border-radius: 12px; 
	border: none; 
	font-family: RalewayRegular; 
	font-size: 18px; 
	color: #ffffff; 
	line-height: 1.2; 
	text-align:center; 
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor:pointer 
}

.btnSmall:hover {
	background-color:#002D5E;
}

.pageHead {
	color:#ffffff;
	font-family:RalewaySemiBold;
	font-size:18px;
	float:left;
}

