.ccg-form {
	max-width: 360px;
}

.ccg-form p {
	margin: 0 0 12px;
}

.ccg-form label {
	display: block;
	margin-bottom: 4px;
	font-weight: 600;
}

.ccg-form input[type='email'],
.ccg-form input[type='password'],
.ccg-form input[type='text'] {
	width: 100%;
	padding: 8px 10px;
	box-sizing: border-box;
}

.ccg-form button[type='submit'] {
	padding: 8px 20px;
	cursor: pointer;
}

.ccg-form button[type='submit']:disabled {
	opacity: 0.6;
	cursor: default;
}

.ccg-form-erro {
	color: #a00;
}
