/**
 * All of the CSS 
 */

.section {
	margin-bottom: 20px;
}

input#wp_exly_license_key {
	width: 240px;
	height: 35px;
}

.section p {
	margin-top: 10px;
	margin-bottom: 10px;
}

#validateKey:focus {
	box-shadow: 0 0 0 1px #fff, 0 0 0 3px #f97f00;
}

#validateKey.disabled {
	pointer-events: none;
}

#validateKey {
	width: 100px;
	height: 40px;
	border: none;
	margin-left: 10px;
	background-color: #FF982D;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
}

.key_validation_response.success {
	color: green;
}

.key_validation_response.errorKey {
	color: red;
}