@CHARSET "UTF-8";

.cmreg-overlay {position: fixed; top: 0; left: 0; width: 100%; height: 100%;  z-index: 999998; background: rgba(0,0,0,0.7);
	font: normal 14px 'Open Sans', Arial, sans-serif; color: #666666; display: none;}
.cmreg-overlay-inner {position: absolute; top: 15%; margin: 0 auto; left: 0; right: 0; background: white; border: solid 1px #cccccc;
	max-width: 800px; padding: 2em; border-radius: 10px 10px;}
.cmreg-wrapper h2 {margin-top: 0 !important; color: black; font-size: 20px;}
.cmreg-overlay-close {font: bold 35px Arial; color: #cccccc; position: absolute; top: 0px; right: 10px; cursor: pointer;}
.cmreg-overlay .cmreg-login, .cmreg-overlay .cmreg-registration {display: inline-block; vertical-align: top;}
.cmreg-wrapper {width: 49%;}
.entry-content .cmreg-wrapper {margin-bottom: 3em;}
.cmreg-wrapper div {margin: 0 0 1em 0;}
.cmreg-wrapper input {margin: 0 !important;}
.cmreg-wrapper button[type=submit] {padding: 0.7em 2em 0.7em 1.2em; font: bold 14px 'Open Sans', Arial, sans-serif; color: white;
	border-radius: 5px 5px; border: none;}
.cmreg-wrapper button[type=submit] span {margin-right: 0.5em;}
.cmreg-wrapper input.text {padding: 0.4em 0.7em; border: 1px solid #cccccc;}
.cmreg-wrapper input.text:focus {box-shadow: 0px 0px 5px 0px #992266;}
.cmreg-login input.text {width: 80%; min-width: 100px;}
.cmreg-registration input.text {width: 70%; min-width: 100px;}
.cmreg-login *[type=submit] {background: #229966;}
.cmreg-registration *[type=submit] {background: #336699;}
.cmreg-loader-inline {display: inline-block; background: url(http://mcqueenlemans.com/wp-content/plugins/cm-registration-pro/asset/img/ajax-loader.gif) no-repeat center center; width: 16px; height: 16px; margin: 0 !important;
	vertical-align: middle;}

.cmreg-login-button {display: inline-block; padding: 0.8em 1.7em; background: #226699; color: white !important; border-radius: 10px 10px;
	font: bold 15px Arial; cursor: pointer;}
.cmreg-toast {position: fixed; top: 40%; width: 20%; max-width: 400px; min-width: 200px; overflow: hidden; margin: 0 auto;
	left: 0; right: 0; z-index: 999999; background: rgba(0,0,0,0.7); color: white; font: normal 100% sans-serif;
	border-radius: 10px; text-align: center; padding: 1em 2em;}
	
.cmreg-login .cmreg-lost-password-form {display: none;} 
.cmreg-lost-password-form {margin-top: 2em;}
.cmreg-lost-password-form input[type=email] {width: 50%;}
.cmreg-lost-password-form button[type=submit] {padding: 0.7em 2em; background: #229966;}
.cmreg-invitation-code-field[data-input-visible="1"] a {display: none;}
.cmreg-invitation-code-field[data-input-visible="0"] input {display: none;}
	
	
@media (max-width: 480px) {
	.cmreg-overlay-inner {top: 0;}
	.cmreg-login, .cmreg-registration {display: block; width: 100%; margin-bottom: 2em;}
}