.join-team-wrapper-6807e03a {
	padding: 20px;
	background: #f9f9f9;
	border-radius: 8px;
}
.join-team-title {
	margin-bottom: 10px;
}
.join-team-desc {
	margin-bottom: 20px;
}
.join-team-form-6807e03a .form-group {
	margin-bottom: 15px;
}
.join-team-form-6807e03a label {
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
}
.join-team-form-6807e03a input,
.join-team-form-6807e03a textarea {
	width: 100%;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
}
.join-team-form-6807e03a textarea {
	resize: vertical;
}
.join-team-form-6807e03a .submit-btn {
	background: #000;
	color: #fff;
	padding: 10px 20px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}
.join-team-form-6807e03a .submit-btn:disabled {
	opacity: 0.7;
	cursor: not-allowed;
}
.form-response {
	margin-top: 15px;
	font-weight: bold;
}
.form-response.success {
	color: green;
}
.form-response.error {
	color: red;
}