html,body {
	margin:0;
	padding:0;
	border:0;
	width:100%;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
body {
	background:#fff url('../images/back_body.jpg') center top repeat-x;
}
#content {
	box-sizing:border-box;
	border-top:2px solid #4297CE;
	border-bottom:2px solid #005B85;
	width:100%;
	height:100vh;
	display:table;
}
#content > div {
	display:table-cell;
	vertical-align:middle;
}
#content > div > div {
	box-sizing:border-box;
	margin:0 auto;
	width:300px;
}
#head_logo {
	text-align: center;
}
#head_logo img {
	margin-bottom:60px;
	max-width:100%;
	display:inline-block;
}
#form_blck {
	border:2px solid #4297CE;
	padding:25px 30px;
	text-align:right;
	background-color:#fff;
}
#form_blck h1 {
	margin:0 0 20px;
	font-size:18px;
	line-height:18px;
	text-align:left;
}
#form_blck p {
	text-align:left;
}
#form_blck p a:link,#form_blck p a:visited {
	text-decoration: underline;
	color: #4297CE;
}
#form_blck p a:hover {
	color: #005B85;
}
.inpt_text {
	box-sizing:border-box;
	margin-bottom:10px;
	padding:6px;
	width:100%;
	border:1px solid #fafafa;
    font-family: Arial,sans-serif;
    font-size: 15px;
	line-height:20px;
	color: #333;
	background-color:#f5f5f5;
	display:block;
}
.form_subm {
	margin-top:10px;
	padding:6px 14px;
	border:0 none;
	font-weight:bold;
	font-size:15px;
	line-height:20px;
	color:#fff;
	background-color:#005B85;
	cursor:pointer;
	display:inline-block;
}
.form_subm:hover {
	background-color:#4297CE;
}
#reg_nook,#reg_okok {
	box-sizing:border-box;
	margin-bottom:10px!important;
	padding:10px 20px 10px 50px;
	border:1px dashed #ccc;
	width:100%;
	background-color:#f9f9f9;
	background-image:url('../images/nook.png');
	background-position:9px center;
	background-repeat:no-repeat;
}
#reg_okok  {
	background-image:url('../images/ok.png');
}
span.error {
	margin-bottom: 10px;
	padding-left:10px;
	font-size: 12px;
	text-align: left;
	color:#f00;
	background:url('../images/erro_arrw.png') left center no-repeat;
	display:block;	
}