
.textbox{
	border:0;
	border-bottom: 1px solid #000;
	height: 50px;
	outline: none;
	font-size:20px;
	margin-bottom: 10px;
	background-color: rgba(0,0,0,0);
}

.textbox:focus{
	border-bottom: 3px solid #4a81a8;
}

.form_margin{
	margin-top: 70px;
}

.submit{
	width: 80%;
	margin-top: 20px;
	border:0;
	background-color: #1a8f91;
	height: 40px;
	margin-left: 10%;
	color: #fff;
	font-size:25px;
}

