#login_section {
	width: 1200px; 
	margin: 0 auto; 
	top: 80px; 
	border: 8px solid #3a7a43;
	background-color: #7faeff;
    padding: 15px 30px;
	border-radius: 30px; 
	margin-bottom: 50px; 
	text-align: center;
}

#login_section > h2 {
	padding-bottom: 20px; 
	font-size: 40px; 
}

#login_section > ul > li {
	padding-bottom: 10px; 
	font-size: 20px; 
	text-align: center;
}

#login_section > ul > li textarea {
	width: 800px; 
	height: 300px; 
	resize: none; 
	font-size: 18px; 
	font-weight: 600;
}

#login_section > ul > li input {
	display: inline-block;
    width: 600px;
    height: 100px;
    border-radius: 20px;
    text-align: center;
    font-size: 30px;
}

#login_section > ul > li .br {
	padding-bottom: 10px; 
}

#submit_btn {
	width: 100px; 
	height: 50px; 
	background-color: #5fd3c7; 
	border: 1px solid #3FA796; 
	border-radius: 5px; 
	color: #1F2A44;
	font-size: 16px;
    font-weight: 700;
}

#submit_btn:hover {
	background-color: #3a6d7a; 
	color: #F4F6FA; 
}