@import url('https://fonts.googleapis.com/css?family=Audiowide|Baloo+Thambi+2|Open+Sans&display=swap');
/* reset básico */
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;

}
.p {
    text-transform: lowercase;
}
body{
  margin: 0;
  padding: 0;
  background: url(../img/fundo.jpg) no-repeat;
  background-size: 100% 800px;

} 
.logo:before {	
	content: 'CROSSLOAD';
	font-family: 'Audiowide', cursive;
	font-size: 28px;
	position: absolute;
    top: 16px;
    left: 20px;
    color: #6F6;
}

    
.login-box{
	  font-family: 'Open Sans', sans-serif;
  width: 320px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: white;
  background: rgba(0,0,0,0.8);
  border-radius: 5px;
  padding: 30px;
  
}
.login-box h1{
  float: left;
  font-size: 30px;
  border-bottom: 4px solid #6f6;
  width: 100%;
  margin-bottom: 10px;
  padding: 13px 0;
}
.textbox{
  font-family: 'Open Sans', sans-serif;
  width: 100%;
  overflow: hidden;
  font-size: 20px;
  padding: 8px 0;
  margin: 8px 0;
  border-bottom: 1px solid #6f6;
}
.textbox i{
  width: 26px;
  float: left;
  text-align: center;
}
.textbox input{
  border: none;
  outline: none;
  background: none;
  color: white;
  font-size: 18px;
  width: 80%;
  float: left;
  margin: 0 10px;
}
.btn{
  width: 100%;
  background: none;
  border: 2px solid #6f6;
  color: #6f6;
  padding: 5px;
  font-size: 18px;
  cursor: pointer;
  margin: 12px 0;
}

.g-recaptcha {
 transform:scale(0.85);
-webkit-transform:scale(0.85);
transform-origin:0 0;
-webkit-transform-origin:0 0;
}
#lb {
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: rgba(0,0,0,.8);
	position: fixed;
	display: none;
	z-index: 6;
}
#lb:target{
	display: block;
}
#lb:target ~ .boxlb{
	top: 50%;
	transition: all .3s;
	transition-delay: .2s;
}
.boxlb {
	width: 50vw;
	position: absolute;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	top: -500px;
	text-align: center;
	
	background-color: rgba(0,0,0,.8);
	
	z-index: 6;
}
.boxadj {
	padding: 20px;
	padding-top: 50px; 
}
#close{
	color: #fff;
	font-family: "Open Sans", sans serif;
	text-decoration: none;
	font-size: 28px;
	position: absolute;
	background-color: #000;
	width: 40px;
	height: 40px;
	text-align: center;
	
	right: 0;
}
#close:hover {
	opacity: .6;
}
@media (max-width: 720px) {
        .logo:before {
			content: 'CRSSLD';
			font-size: 22px;
			top: 20px;
        }

        body{
 			 
  background-size: 100% 700px;

} 
		.login-box{
	  top: 270px;
  
}
		
    }
	
	
	.verifica {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	text-align: left;
	color: #F00;
	margin-bottom: 20px;
}

.ajuda{
  font-family: 'Open Sans', sans-serif;
  width: 100%;
  text-decoration: none;
  margin: 10px;
  font-size: 12px;
  text-align: right;
  color: #6f6;
}

.novo{
  font-family: 'Open Sans', sans-serif;
  width: 100%;
  
  margin-top: 20px;
  font-size: 12px;
  text-align: left;
  color: #6f6;
}

a {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: white;
	text-decoration: none;
}

.recuperar {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	text-align: left;
	color: #6f6;
	margin-bottom: 20px;
}

.recuperar2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	text-align: left;
	color: #6f6;
	margin-top: 30px;
	margin-bottom: 40px;
}

.login-box{
	
  position: fixed;
  top: 350px;
  
}
