.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;
}

.newstext {
	font-weight: 300;
	color: #b1b1b1;
	font-size: 14px; 
}

.login-page h1{
line-height: 1px;	
font-size: 17px;
margin-top: -40px;
margin-bottom: 40px;
font-weight: 500;
}

.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)
}

.news {
  position: relative;
  z-index: 1;
  background-color: #252525;
  max-width: 1000px;
  margin: 0 auto 100px;
  padding: 45px;
  text-align: center; 
  box-shadow: 1px 1px 6px rgba(20, 20, 20, 0.4)
}

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

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

.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;	
}

.eab {
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;
}
body {
  background-image: url('https://beerbiz.pro/css/images/loginbgr.jpg');
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: top center;
}

.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;	
}

/* 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 { 
		transform:scale(0.66);-webkit-transform:scale(0.66);transform-origin:0 0;-webkit-transform-origin:0 0;
}



.language {
	text-align: left;
}

.marginleft {
float: none;
}

}

.whitetext {
color: #fff;	
}

@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;
}

.onlymobile {
display: none !important;	
}
}

@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;
}

	
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 10px;

  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;

  -moz-box-shadow: 4px 4px 14px #000;
  -webkit-box-shadow: 4px 4px 14px #000;
  box-shadow: 4px 4px 14px #000;
  background: transparent;
	background: url(../images/box_bg2.png) repeat;
	border: 1px solid rgba(90,90,90,0.7);
	border-radius: 30px;
	
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-container-wrapper {
max-width: 100%;
width: 1000px;
left: 0;
right:0;
margin:auto;
}