/* ==========================================================================
   Login Box styles
   ========================================================================== */
 html {
  height: 100%;
}
body{
	background: #000 url(../bg3.jpg) no-repeat top center;
	background-size: cover;
	color: #FFF;
	scrollbar-width: thin;
	min-height: 100%;
}
.alert{
	margin: 20px auto;
	width: 70%;
}
#login-block{	 
	padding-top: 50px;
	padding-bottom: 25px;
}
#login-block h3{
	color: #FFF;
	text-align: center;
	font-size:1.5em;
	 opacity: 0.8;
	text-shadow: 2px 2px 2px #000;
	font-weight: normal;
 
}

.login-box{
	position: relative;
	max-width:480px;	
	background: rgba(64,21,0,0.30);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius:3px;
	padding-bottom: 20px; 
	margin-top: 80px; 
}

.login-logo{
	 text-align: center;
	 padding: 0px 0 0px;
}

.login-logo img{
	border:0;
	display: inline-block;
}
.login-form form p{
	width:80%;
	margin: 5px auto 10px;
	text-align: center;
}
 

.login-box hr{
	margin:10px auto 20px;
	width:70%;
	border-top: 1px solid rgba(0, 0, 0, 0.13);
	border-bottom: 1px solid rgba(255, 255, 255, 0.15)
}
/* page icon */
.page-icon{
	width: 290px;	
	text-align: center; 
	margin: -65px auto -17px;
	
}
.page-icon img{
	vertical-align: middle; 
	margin: 5px 0 0 0;
	-moz-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	width:100%;
	
	 
}
/*
.rotate-icon{
	 -moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform: rotate(45deg);
}
*/
.login-box .page-icon{
	-webkit-animation-delay: .8s;
	-moz-animation-delay: .8s;
	-o-animation-delay: .8s;
	animation-delay: .8s;
}
/* Login Form */
.login-form input{
	display: block;
	margin:0 auto 15px;
	width:70%;
	background: #fefefe;
	border:0;
	color:#6c6c6c;
	padding: 8px;
	border-radius:2px;
	
}
.login-form select{
	display: block;
	margin:0 auto 15px;
	width:70%;
	background: #fefefe;
	border:0;
	color:#6c6c6c;
	padding: 8px;
	border-radius:2px;
	
}
.login-form textarea {
	margin: 15px;	
  width: 90%;
  background-color: #fefefe;
  border-radius: 2px;
  line-height: 18px;
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
  padding: 7px 7px;
  color: #401500;
  outline: none;
  border: 1px solid #d3d3d2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
  height: 200px!important;
  -webkit-appearance: none;
}
.login-form checkbox{
	display: block;
	margin:0 auto 15px;
	background: #fefefe;
	border:0;
	color:#6c6c6c;
	padding: 8px;
	border-radius:2px;
	
}


/* Login Button */
.btn.btn-login {
	width: 220px;
	display:block;
	margin: 5px auto 5px;
	color: white;
	text-transform:uppercase ;	 
	background: #401500;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.btn.btn-loginch {
	width: 270px;
	display:block;
	margin: 10px auto 5px;
	padding: auto;
	color: #000000;
	text-transform:uppercase ;	 
	background: #fcfcfc;
	font-size: 12px;
	font-weight: bolder;
	white-space: normal;
}
.btn.btn-loginch:hover {	 
	border:1px solid #000;
	opacity: 0.8;
}
.btn.btn-loginchsel {
	width: 270px;
	display:block;
	margin: 10px auto 5px;
	padding: auto;
	color: #ffffff;
	text-transform:uppercase ;	 
	background: #000000;
	font-size: 12px;
	font-weight: bolder;
	white-space: normal;
}
.btn.btn-loginchsel:hover {	 
	border:1px solid #fff;
	opacity: 0.8;
}
.btn.btn-logintg {
	width: 220px;
	display:block;
	margin: 5px auto 5px; 
	color: white;
	text-transform:uppercase ;	 
	background: #0085B0;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.btn.btn-loginnrp {
	width: 150px;
	display:block;
	margin: 5px 0px 5px 0px;
	color: white;
	text-transform:uppercase ;	 
	background: #401500;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.btn.btn-loginvlt {
	width: 50px;
	display: block;
	margin: 5px 0px 5px 0px;
	color: white;
	font-size: 18px;
	padding: 3px;
	text-transform:uppercase ;	 
	background: #401500;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.btn.btn-login:hover {	 
	border:1px solid #FFF;
	opacity: 0.8;
} 
.btn.btn-reset{
	width: 180px;
}
.login-links{
	text-align: center;
}
.login-links a{
	color: #FFF; 
	display:inline-block;
	padding:5px; 
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	opacity: 0.7;
}
.login-links a:hover{
	 opacity: 1;
	 text-decoration: none;
}

label.checkbox {
	width: 70%;
	display: block;
	margin: 0 auto;
}
label.radio {
	display: inline;
	margin: 0 auto;
}
label.checkbox input{
	width:14px;
	margin: 4px 0 0;
	padding: 0;
	background: none;
	border: 0;
}
#footer-text, #footer-text a{
	text-align: center;
	color:#FFF;
	color: rgba(255, 255, 255, 0.33);
	opacity: 1; 
}

/* Social Login */
.social-login{
	margin:10px 0 5px;
}
.social-login .btn{ 
   text-align: center;
    margin: 5px auto;
    color:#FFF;
    text-shadow: 1px 1px 1px #333;
    width:95%;
}
 
.btn.btn-facebook {
	border: 1px solid #2D4479;
	 
	background: #385496;
	background-size: 100%; 
	font-size:12px;
}
.btn.btn-facebook:hover {
	background: #4365B4;
	 
}

.btn.btn-twitter {
	border: 1px solid #2189FF; 
	background: #4A9EFF; 
	font-size:12px;
}

.btn.btn-twitter:hover {
	background: #73B4FF; 
}
.fb-login, .twit-login{
	-webkit-animation-delay: .9s;
	-moz-animation-delay: .9s;
	-o-animation-delay: .9s;
	animation-delay: .9s;
}

 
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers)
=================================================================== */
@media only screen and (max-width: 479px) {
	#login-block{	 
		padding-top: 10px;
		padding-bottom: 25px;
	}
	
}

/* Tablet Portrait Size to Tablet Landscape Size (devices and browsers)
=================================================================== */
@media only screen and (min-width: 480px) and (max-width: 767px){
	#login-block {	 
		margin: 0 auto;
		width: 420px;
	}
	
}
/* Contact Form Error messages
========================================================*/
#contact-form .empty-message,
#contact-form .error-message {
  position: absolute;
  right: 3px;
  top: 2px;
  color: red;
  height: 0;
  overflow: hidden;
  font-size: 11px;
  -webkit-transition: 0.3s ease-in height;
  transition: 0.3s ease-in height;
  z-index: 99;
}
#contact-form .invalid .error-message,
#contact-form .empty .empty-message {
  height: 20px;
}
#contact-form input{
	display: block;
	margin:0 auto 15px;
	width:70%;
	background: #fefefe;
	border:0;
	color:#6c6c6c;
	padding: 8px;
	border-radius:2px;
	
}
#contact-form checkbox{
	display: inline;
	margin:0 auto 15px;
	background: #fefefe;
	border:0;
	color:#6c6c6c;
	padding: 8px;
	border-radius:2px;
}
#contact-form label {
  position: relative;
  display: inline-block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
  letter-spacing: 0.8px;
}
#contact-form radio{
	display: inline;
	margin:0 auto 15px;
	background: #fefefe;
	border:0;
	color:#6c6c6c;
	padding: 8px;
	border-radius:2px;
	width: 10px;
	
}
/* Contact Form Textarea 
========================================================*/
#contact-form textarea {
  margin:0 auto 15px;	
  width: 95%;
  background-color: #fefefe;
  border-radius: 2px;
  line-height: 18px;
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
  padding: 7px 7px;
  color: #666666;
  outline: none;
  border: 1px solid #d3d3d2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
  height: 200px!important;
  -webkit-appearance: none;
}
#contact-form select{
	display: block;
	margin:0 auto 15px;
	width:70%;
	background: #fefefe;
	border:0;
	color:#6c6c6c;
	padding: 8px;
	border-radius:2px;
	
}