/* CSS Document */

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: 'Open Sans', sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
  box-sizing: border-box;
}
body {
  margin: 0;
  background:rgba(203,203,203,1.00);
  font-size: 16px;		
}
*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Source Sans Pro', sans-serif;
}
figcaption,
figure,
main { /* 1 */
  display: block;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
  max-width: 100%;
  height: auto;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
button,
input { /* 1 */
  overflow: visible;
}
button,
select { /* 1 */
  text-transform: none;
}
button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */

  padding: 0; /* 2 */
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
details, /* 1 */
menu {
  display: block;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
[hidden] {
  display: none;
}

.welcomeContainer{
	
}
.welcomeContainer .welcomeBox{
	width: 80%;
	margin: 0;
	background: rgba(0,0,0,0.10);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 10%;
	position: relative;	
}
.welcomeContainer .welcomeBox .welcomeLogo{
	text-align: center;
}
.welcomeContainer .welcomeBox .enableJs{
	text-align: center;
	font-size: 1.0rem;
	font-weight: 600;
	border: 1px dotted rgba(203,58,61,1.00);
	padding: 0.5em 1em;
}

.memberContentContainer{
	display: none;
	overflow: auto;
}
.signupContainer{
	width: 80%;
	margin: 10%;
	background: rgba(0,0,0,0.10);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 10%;
	position: relative;
}
.signupContainer .accessLogo{
	text-align: center;
}
.signupContainer .info{
	margin: 0 0 2.0em 0;
}
.signupContainer .info h4{
	text-align: center;
	font-size: 2.4rem;
	font-weight: 600;
	margin: 0 0 0.3em 0;
}
.signupContainer .info p{
	text-align: center;
	font-size: 1.0rem;
	font-weight: 600;
	line-height: 1.4;
	margin: 0;
}
.signupContainer .signupError{
	border: 1px dotted rgba(203,58,61,1.00);
	margin: 0 0 2.0em 0;
	padding: 0.5em 1em;
}
.signupContainer .signupError p{
	text-align: center;
	font-size: 1.0rem;
	font-weight: 600;
	line-height: 1.4;
	margin: 0;
}

.signupContainer .error{
	color: rgba(203,58,61,1.00);
}

.signupContainerInner{
	padding: 1em 0;
}
.signupContainer .signinFormUsername{
	padding: 0 0 1.0em 0;
}
.signupContainer .signinFormUsername span{
	display: block;
	padding: 0.5em 1.0em;
	font-size: 0.8rem;
	font-weight: 600;
}
.signupContainer .signinFormEmail{
	padding: 0 0 1.0em 0;
}
.signupContainer .signinFormEmail span{
	display: block;
	padding: 0.5em 1.0em;
	font-size: 0.8rem;
	font-weight: 600;
}
.signupContainer .signinFormPassword{
	padding: 0 0 1.0em 0;
}
.signupContainer .signinFormPassword span{
	display: block;
	padding: 0.5em 1.0em;
	font-size: 0.8rem;
	font-weight: 600;
}
.signupContainer .submit{
	text-align: center;
	padding: 1.0em 0 0 0;
}
.signupContainer .submit input{
	background:#e35050;
	text-transform:uppercase;
	padding: 0.74em 3.6em;
	-webkit-border-radius: 1.2em;
	-moz-border-radius: 1.2em;
	border-radius: 1.2em;
	box-shadow: 0 0px 0 #b63d3d;
	border:0;
	color:#fff;
	font-weight:800;
	width: auto;
	cursor: pointer;
	display: inline-block;
}
.signupContainer input{
	width:100%;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border:0px solid rgba(0,0,0,0.00);
	box-shadow: 0 0px 0 rgba(0,0,0,0.15);
	font-size:1.2rem;
	padding:0.6em;
	color:#000;
	margin:0;
	background:rgba(0,0,0,0.10);	
}
.signupContainer input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:rgba(0,0,0,0.50);
}
.signupContainer input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:rgba(0,0,0,0.50);
   opacity:  1;
}
.signupContainer input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:rgba(0,0,0,0.50);
   opacity:  1;
}
.signupContainer input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:rgba(0,0,0,0.50);
}
.loginLink{
	text-align: center;
	margin: 0;	
}
.loginLink a{
	display: inline-block;
	padding: 0.4em 0;
	font-size: 0.8rem;
	font-weight: 600;
	color: rgba(0,0,0,1.00);
	text-decoration: none;
	border-bottom: 1px dotted rgba(0,0,0,1.00);
}

.resetContainer{
	width: 80%;
	margin: 10%;
	background: rgba(0,0,0,0.10);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 10%;
	position: relative;
}
.resetContainer .accessLogo{
	text-align: center;
}
.resetContainer .info{
	margin: 0 0 1.6em 0;
}
.resetContainer .info h4{
	text-align: center;
	font-size: 2.4rem;
	font-weight: 600;
	margin: 0 0 0.3em 0;
}
.resetContainer .info p{
	text-align: center;
	font-size: 1.0rem;
	font-weight: 600;
	line-height: 1.4;
	margin: 0;
}
.resetContainer .resetError{
	border: 1px dotted rgba(203,58,61,1.00);
	margin: 0 0 1.0em 0;
	padding: 0.5em 1em;
}
.resetContainer .resetError p{
	text-align: center;
	font-size: 1.0rem;
	font-weight: 600;
	line-height: 1.4;
	margin: 0;
}

.resetContainer .error{
	color: rgba(203,58,61,1.00);
}

.resetContainerInner{
	padding: 1em 0;
}
.resetContainer .resetPassword{
	padding: 0 0 1.0em 0;
}
.resetContainer .resetPassword span{
	display: block;
	padding: 0.5em 1.0em;
	font-size: 0.8rem;
	font-weight: 600;
}
.resetContainer .submit{
	text-align: center;
	padding: 1.0em 0 0 0;
}
.resetContainer .submit input{
	background:#e35050;
	text-transform:uppercase;
	padding: 0.74em 3.6em;
	-webkit-border-radius: 1.2em;
	-moz-border-radius: 1.2em;
	border-radius: 1.2em;
	box-shadow: 0 0px 0 #b63d3d;
	border:0;
	color:#fff;
	font-weight:800;
	width: auto;
	cursor: pointer;
	display: inline-block;
}
.resetContainer input{
	width:100%;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border:0px solid rgba(0,0,0,0.00);
	box-shadow: 0 0px 0 rgba(0,0,0,0.15);
	font-size:1.2rem;
	padding:0.6em;
	color:#000;
	margin:0;
	background:rgba(0,0,0,0.10);	
}
.resetContainer input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:rgba(0,0,0,0.50);
}
.resetContainer input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:rgba(0,0,0,0.50);
   opacity:  1;
}
.resetContainer input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:rgba(0,0,0,0.50);
   opacity:  1;
}
.resetContainer input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:rgba(0,0,0,0.50);
}




/*--------------------------------------------------------------
Responsive Rules
--------------------------------------------------------------*/

/* styles for less than 400px */
@media screen 
and (max-width : 399px) {

}

/* styles for 400px - 600px */
@media screen 
and (min-width : 400px) 
and (max-width : 599px) {
	
}


/* styles for 600px - 900px */
@media screen 
and (min-width : 600px) 
and (max-width : 900px) {


	
}

/* styles for 901px - 1200px */
@media screen 
and (min-width : 901px) {
	
	
}

@media screen 
and (min-width : 900px)
and (max-width : 1200px) {


	
}

@media screen 
and (min-width : 1201px) {

	.welcomeContainer .welcomeBox{
		width:480px;
		margin: 10% auto 0 auto;
		padding: 50px;			
	}
	.signupContainer{
		width:480px;
		margin: 10% auto;
		padding: 50px;		
	}
	.resetContainer{
		width:480px;
		margin: 10% auto;
		padding: 50px;		
	}	
	
}	

@media screen 
and (min-width : 1401px) {

	body {
	  font-size: 20px;		
	}
	
	
}