@charset "utf-8";
/* CSS Document */

body{
	background:url('../images/crossword.jpg') repeat;	
}

.inner-container{
	max-width:460px;
	margin:0 auto;
}

/* logo section start */

.logo-panel{
	width:100%;
}

.logo-panel-body{
	padding:15px;
}

.logo-container{
	margin:0 auto;
	width:240px;
	height:240px;
	background:#fff;
	position:relative;
	border-radius:120px;
	-moz-border-radius:120px;
	-ms-border-radius:120px;
	-o-border-radius:120px;
	-webkit-border-radius:120px;
	border:10px solid #dcdcdc;	
}

.logo{
	text-align:center;
	position:absolute;
	top:72px;
	left:6px;	
}

/* logo section end */

/* top notes section start */

.top-notes{
	width:100%;
}

.top-notes-body{
	padding:0px;	
}

.top-notes-body p{
	color:#396a9c;
	text-align:justify;	
}

/* top notes section end */

/* signup section start */

.signup-panel{
	max-width:460px;
	background:#fff;
	border:3px solid #e1e1e1;
	border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	-o-border-radius:10px;
	-webkit-border-radius:10px;
}

.signup-panel-body{
	padding:15px;	
}

.signup-title{
	height:55px;
	background-color:#ececec;
	border-radius:7px 7px 0 0;
	-moz-border-radius:7px 7px 0 0;
	-ms-border-radius:7px 7px 0 0;
	-o-border-radius:7px 7px 0 0;
	-webkit-border-radius:7px 7px 0 0;
}

.signup-title h3{
	margin:0;
	padding:12px;
	text-align:center;
	color:#396a9c;
	font-size:24px;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	text-shadow:1px 1px 2px #333;
}

.form-group span{
	color:red;	
}

.pass-hint{
	text-align:right;
	font-size:11px;
	padding-top:2px;	
}

.buttons-panel{
	width:100%;
	text-align:center;
}

.buttons-panel-body{
	padding:15px;	
}

.btn {
	margin: 0px 5px;
}

.btn-signup{
	font-size:15px;
	font-family:Verdana;
	color: #fff;
	background-color: #399c45;
	border-color: #348e3f;
	transition: all 0.5s ease;
}

.btn-signup:hover{
	font-size:15px;
	font-family:Verdana;
	color: #fff;
	background-color: #2c7835;
	border-color: #276b30;
	transition: all 0.5s ease;
}

.btn-backto{
	font-size:15px;
	font-family:Verdana;
	color: #000;
	background-color: #ececec;
	border-color: #d3d2d2;
	transition: all 0.5s ease;
}

.btn-backto:hover{
	font-size:15px;
	font-family:Verdana;
	color: #000;
	background-color: #dddddd;
	border-color: #cfcfcf;
	transition: all 0.5s ease;
}

/* signup section end */

/* mini logo section start */

.mini-logo-panel{
	width:100%;
	text-align:center;
	padding:25px 15px;	
}

/* mini logo section end */

/* footer section start */

footer{
	width:100%;
	text-align:center;	
}

.copyright{
	font-size:12px;
}

footer a:hover{
	text-decoration:none;	
}

/* footer section end */


.dummy {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

