body {

	font-family: 'Roboto', sans-serif;
	background-color: #FBF8F5;
	margin: 0px;
	outline: none;

}

textarea, input, button { outline: none; }

a, a:visited { text-decoration: none; }

.box {
	
	width: 800px;
	height: 500px;
	
	background-color: #FFFFFF;
	box-shadow: 0 0 3px 0 #A4A3A3;
	border-radius: 5px;
	
	margin-top: 8%;
	margin-left: auto;
	margin-right: auto;
	
}

.box_green {
	
	width: 400px;
	height: 500px;
	
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	
	background-color: #EAFFF5;
	
	box-shadow: 1px 0 2px 0 #C6C6C6;
	display: inline-block;
	float: left;
	position: relative;
	
}

.box_green_logo {
	
	width: 80px;
	height: 100px;
	margin-top: 65px;
	margin-left: 55px;
	text-align: center;
	border-bottom: 1px solid #50E3C2;
	
	
}

.box_green_titulo {
	
	width: 300px;
	margin-top: 25px;
	margin-left: 55px;
	font-size: 19px;
	font-weight: 200;
	
}

.box_green_logobio {
	
	margin-top: 130px;
	margin-left: 55px;
	
}

.box_form {
	
	width: 400px;
	height: 500px;
	
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	
	float: right;
	position: relative;
	
}

.box_form_illust {
	
	width: 40px;
	height: 85px;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	
	
}

.box_form_frase {
	
	width: 180px;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
	font-weight: 200;
	color: #9B9B9B;
	text-align: center;
	
}

.box_form_barraverde {
	
	width: 80px;
	height: 3px;
	
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	
	background-color: #50E3C2;
	
}

.box_form_form {
	
	width: 280px;
	margin-top: 55px;
	margin-left: auto;
	margin-right: auto;
	
}

input[type="text"], [type="password"] {
	
	width: 258px;
	height: 30px;
	
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	
	background: #FFFFFF;
	border: 1px solid #DBD7D7;
	border-radius: 5px;
	
	font-size: 14px;
	color: #4A4A4A;
	letter-spacing: -0.33px;
	font-weight: 400;
	
	
}


input[type="submit"] {
	
	width: 125px;
	height: 35px;
	
	background-color: #00C86C;
	border-radius: 100px;
	border: 0px;
	
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	
	font-size: 12px;
	font-weight: 200;
	color: #FFFFFF;
	text-transform: uppercase;
	letter-spacing: 1px;
	
}

input[type="submit"]:hover {
	
	box-shadow: 0 1px 4px 0 #BDBDBD;
	cursor: pointer;
	
}


.box_form_footer {
	
	width: 100%;
	
	margin-top: 55px;
	
	font-size: 10px;
	color: #44A5A9;
	line-height: 19px;
	text-align: center;
	font-weight: 200;
	
}






















