body{
	/*margin: 0 auto;
	background-image: url("../img/cool-background.jpg");
	background-repeat: no-repeat;
	background-size: 100% 720px;*/
}
.container1{
	width: 300px;
	height: 340px;
	text-align: center;
	background-color: rgba(52, 73, 94, 0.3);
	border-radius: 4px;
	margin: 0 auto;
	margin-top: 100px;
}
.container1 img{
	width: 120px;
	height: 120px;
	margin-top: -60px;
	margin-bottom: 30px;
}
input[type="text"], input[type="password"]{
	width: 250px;
	height: 40px;
	font-size: 18px;
	margin-bottom: 20px;
	background-color: #fff;
	padding-left: 40px;
	border: none;
	border-radius: 5px;
}
.form-input::before{
	content: url("../images/usericon.png");
	position: absolute;
	font-family: "FontAwesome";
	padding-left: 7px;
	padding-top: -px;
	font-size: 35px;
	color: #9B59B6;

}
.form-input:nth-child(2)::before{
	content: url("../images/id.png");
}
textarea{
	font-size: 18px;
	background-color: #fff;
	border: none;
	border-radius: 5px;
}

.form-saran{
	font-family: "FontAwesome";
	position: center;
	padding-left: 5px;
	padding-top: 7px;
	padding-bottom: 5px;
	font-size: 35px;
	color: #9B59B6;
}
.btn-submit{
	width: 270px;
	height: 40px;
	padding: 10px 30px;
	color: #fff;
	border-radius: 5px;
	border: none;
	background-color: #2ECC71;
	border-bottom: 4px solid #2ECC71;
	cursor: pointer;
}