

.form h4 {
    font-size: 18px;
    font-weight: 700; 
    color: #ffffff;	
	text-transform: none;
}

.form p {
	font-weight: 300;
	color: #b1b1b1;
	font-size: 14px;
	text-align: center;
	margin-bottom: 20px;
}

.lefttext {
text-align: center;	
padding-left: 45px;
}

.lefttext h2 {
font-size: 25px;
margin-bottom: 50px;
}

.lefttext p { 
margin-bottom: 35px;
}

.lefttext h3 {
font-size: 18px;
}

.login-page {
  width: 100%;
  padding: 4% 0 0;
  
  margin: auto;
}

.login-page p {
font-size: 14px;
text-align: center;
}
.form {
  position: relative;
  z-index: 1;
  background-color: #252525;
  max-width: 392px;
  margin: 0 auto 100px;
  padding: 45px;
  text-align: center; 
  box-shadow: 1px 1px 6px rgba(20, 20, 20, 0.4)
}
.form input {
  font-family: "Proxima Nova", sans-serif;
  outline: 0;
  color: #000;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  font-weight: 500;
  box-sizing: border-box;
  font-size: 14px;
  border-radius: 3px;
}

a {
color: #eab820;	
}

a:hover {
color: #b89119;
}
.form button {
  font-family: "Proxima Nova", sans-serif;
  text-transform: uppercase;
  background: #eab820;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #eab820;
  padding: 15px;
  color: #FFFFFF;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
  margin-top: 10px;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.1px;
}

.form .message { 
  color: #b3b3b3;
  font-size: 12px;
  line-height: 4px;
}

 @media only screen and (max-width : 768px) {
	 .form .message  {
		 line-height: 15px;
	 }
 }
.form .message a {
  color: #eab820;
  text-decoration: none;
}
.form .register-form {
  display: none;
}
.container {
  position: relative;
  z-index: 1;
  max-width: 300px;
  margin: 0 auto;
}
.container:before, .container:after {
  content: "";
  display: block;
  clear: both;
}
.container .info {
  margin: 50px auto;
  text-align: center;
}
.container .info h1 {
  margin: 0 0 15px;
  padding: 0;
  font-size: 36px;
  font-weight: 300;
  color: #1a1a1a;
}
.container .info span {
  color: #4d4d4d;
  font-size: 12px;
}
.container .info span a {
  color: #000000;
  text-decoration: none;
}
.container .info span .fa {
  color: #EF3B3A;
}
 

.language {   
    text-align: left; 
	padding-left: 15px; 
    color: #fff; 
    float: left;
    font-size: 14px;  
    width: 100%;
	max-height: 30px; 
	margin-bottom: 15px;
}

.black {
	color: #000000;
}

.marginleft {
float: right;
}

.tos {
color: #fff;	
font-weight: 100; 
}

label {
font-weight: 100;	
}

.whitetext {
color: #fff;	
}

/* Password Strength */

#pwstrengthbox {   
    text-align: left; 
	padding-left: 15px;
	background-color: #202020;
    color: #fff; 
    float: left;
    font-size: 12px;  
    width: 100%;
	max-height: 30px;
	font-weight: 500;
	margin-bottom: 15px;

}

#pwstrengthbox.strong {
    text-align: left; 
	padding-left: 15px;
    background-color: #6dca28;
    color: #fff; 
    float: left;
    font-size: 12px;  
    width: 100%;
	max-height: 30px;
	font-weight: 700;
	margin-bottom: 15px;
}

#pwstrengthbox.moderate {
    text-align: left; 
	padding-left: 15px;
    background-color: #e4b615;
    color: #fff; 
    float: left;
    font-size: 12px;  
    width: 100%;
	max-height: 30px;
	font-weight: 700;
	margin-bottom: 15px;
}

#pwstrengthbox.weak {
    text-align: left; 
	padding-left: 15px;
    background-color: #e41515;
    color: #fff; 
    float: left;
    font-size: 12px;  
    width: 100%;
	max-height: 30px;
	font-weight: 700;
	margin-bottom: 15px;
}


/* Custom, iPhone Retina */ 
    @media only screen and (max-width : 568px) {
 
	.g-recaptcha {
		margin-top: 30px;
		transform:scale(0.63);-webkit-transform:scale(0.63);transform-origin:0 0;-webkit-transform-origin:0 0;
	}
		.form {
			padding: 35px;
		}
		
		.tos {
text-align: center; 
}

#register {
	margin-top: 5px;
}
}

.language {
	text-align: left;
}

.marginleft {
float: none;
}

}


 

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

	.g-recaptcha {
		margin-top: 10px;
		transform:scale(0.87);-webkit-transform:scale(0.87);transform-origin:0 0;-webkit-transform-origin:0 0;
}

}

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

	.g-recaptcha { 
		margin-top: 5px;
		transform:scale(1.0);-webkit-transform:scale(1.0);transform-origin:0 0;-webkit-transform-origin:0 0;
}

	.form {
		float: right;
		
	}
	
}