@font-face {
	font-family: 'open-sans';
	src: url('../fonts/open-sans.eot');
	src: local('â˜º'), url('../fonts/open-sans.woff') format('woff'), url('../fonts/open-sans.ttf') format('truetype'), url('../fonts/open-sans.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


@font-face {
  font-family: 'Raleway-Regular';
  src: url('../fonts/Raleway-Regular.html');
  src: url('../fonts/Raleway-Regulard41d.html?#iefix') format('embedded-opentype'),
       url('../fonts/Raleway-Regular-2.html') format('woff2');
  font-weight: normal;
  font-style: normal;
}
body
{
	margin:0;
	padding:0;
	
	}
	.bg
	{background:url(../img/bg.png) no-repeat center center fixed;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
   height: auto;}
 
 .login_bg
 {background:url(../img/login_img.png) no-repeat center center fixed;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
   height: auto;}
   
.box
{
	border-radius:10px;
	border:15px solid #fff;
	box-shadow: 0px 15px 25px 4px rgba(0,0,0,0.75);
	background:#fff;
	margin-top:0px;
	}	

.header
{
	background:#0359c3;
	padding:5px;
	
	}

h3
{color:#0359c3;
font-size:22px;}
.steps
{ box-shadow: 9px 4px 14px -3px rgba(0,0,0,0.21);}
button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
/* jquery validation */
label.error {
    color: #e7505a;
    margin-left: 10px;
    padding: 7px;
}
input.error {
    border: 2px solid #e7505a;
}
.myDiv{
	display:none;
    padding:10px;
}  
#showOne{
	border:1px solid red;
}
#showTwo{
	border:1px solid green;
}
#showThree{
	border:1px solid blue;
}

footer
{
	background:#0e4897;
	color:#fff;
	padding:8px;
	
	}
	
.container	
{
	min-height:690px;
	
	}