#wcu-paypal-button, .wcu-paypal-button, #wcu-email-settings-update-button, #wcu-billing-update-button, #wcu-register-button, .wcu-settings-tab-content .button {
	margin-top: 12px;
	font-size: 15px;
	min-height: 40px;
	padding: 5px 20px;
}

#wcu-register-button {
	margin-top: 15px;
}

.wcu_form_affiliate_register label:first-letter {
	text-transform: capitalize;
}

.wcu-form-section .wcusage-register-form-title, .wcu-form-section .wcusage-login-form-title {
	margin-top: 20px !important;
	margin-bottom: 25px !important;
}

.wcu_form_affiliate_register input[type="text"], .wcu_form_affiliate_register input[type="password"], .wcu_form_affiliate_register input[type="email"] {
	width: 100%;
	min-height: 30px;
}

.wcu_form_affiliate_register input[type="text"], .wcu_form_affiliate_register input[type="email"], .wcu_form_affiliate_register input[type="password"] {
	margin-top: 10px;
	padding: 10px;
	margin-bottom: 0px;
	max-width: 100% !important;
	width: 100%;
}

.wcusage-login-form-col label, .wcu_form_affiliate_register label {
	font-weight: bold;
}

.wcu_form_affiliate_register label {
	display: block;
	width: 100% !important;
}

.wcu_form_affiliate_register p {
	margin-bottom: 20px;
}

#wcu-register-button, .wcusage-login-form-col .woocommerce-button {
	padding: 10px;
	min-width: 200px !important;
	cursor: pointer !important;
}

.wcu-reg-terms {
	padding: 5px 0;
	font-weight: bold;
}

.wcu_form_style_columns .wcu-register-field-col-1, .wcu_form_style_columns .wcu-register-field-col-2 {
	width: 49.5%;
	float: left;
	display: inline-block;
}

.wcu_form_style_columns .wcu-register-field-col-1 {
	margin-right: 1%;
}

.wcu_form_style_2 input[type="text"], .wcu_form_style_2 input[type="email"], .wcu_form_style_2 input[type="password"], .wcu_form_style_2 input[type="date"], .wcu_form_style_2 textarea, .wcu_form_style_2 select {
	margin: 4px 0 5px 0 !important;
	width: 100% !important;
	max-width: 100% !important;
	border: 3px solid #dadada !important;
	border-radius: 4px !important;
}

.wcu_form_style_3 p {
	margin-bottom: 15px !important;
}

.wcu_form_style_3 input[type="text"], .wcu_form_style_3 input[type="email"], .wcu_form_style_3 input[type="password"], .wcu_form_style_3 input[type="date"], .wcu_form_style_3 textarea, .wcu_form_style_3 select {
	margin: 4px 0 0px 0 !important;
	padding: 10px;
	width: 100% !important;
	max-width: 100% !important;
	border: 1px solid #dadada !important;
	border-radius: 5px !important;
}

@keyframes l3 {
	20% {
		background-position: 0% 0%, 50% 50%, 100% 50%;
	}
	
	40% {
		background-position: 0% 100%, 50% 0%, 100% 50%;
	}
	
	60% {
		background-position: 0% 50%, 50% 100%, 100% 0%;
	}
	
	80% {
		background-position: 0% 50%, 50% 50%, 100% 100%;
	}
}

.wcusage-login-form-col {
	width: 50%;
	display: block;
	float: left;
	padding: 20px;
}

.wcusage-login-form-col input[type=text] {
	width: 100% !important;
	max-width: 100% !important;
}

.wcu-form-section p {
	margin-top: 0;
	line-height: 1em;
}

.wcusage-login-form-section .woocommerce-form-login {
	padding: 0 !important;
}

.wcusage-login-form-section .woocommerce-form-login .woocommerce-form__input-checkbox {
	width: 20px;
}

.wcusage-login-form-section .woocommerce-form-login__rememberme {
	width: 100% !important;
	margin-bottom: 20px !important;
	display: block !important;
}

.wcusage-login-form-section .woocommerce-form__input-checkbox {
	margin-bottom: 0px !important;
}

@media only screen and (max-width: 1020px) {
	.wcusage-login-form-col {
		width: 100%;
		min-width: 300px;
		display: block;
		float: left;
		padding: 20px;
	}
}

@keyframes move {
	0% {
		background-position: 0 0;
	}
	
	100% {
		background-position: 50px 50px;
	}
}