/*body a,form li,input[type="submit"],input[type="text"],.sixth-login input[type="submit"],.third-login input[type="submit"]{
		transition: 0.1s all;
		-webkit-transition: 0.1s all;
		-moz-transition: 0.1s all;
		-o-transition: 0.1s all;
}*/

input::placeholder {
  color:  rgba(255, 255, 255, 0.6);

}
textarea::placeholder {
  color:  rgba(255, 255, 255, 0.6);
  
}


h2 {
  /*	  font-family:'tahoma', Arial, Helvetica, sans-serif;*/
  text-align: center;
  color: #FF0000;
  font-size: 16px;
  /*	  background: #3E4E95;*/
  padding: 15px;
  margin-bottom: 0px;
  font-weight: normal;
}

.avtar img {
  height: 17px;
  width: 100%;
}

.form-info {
  margin: 0;
  /*	  margin: 2em 2em 0 2em;*/
}

.registration {
  width: 100%;
  /* ESTE ANCHO ES PARA 1920PX DE ANCHO*/
  /*	  margin: 2% auto 0;*/
  /*	  padding-bottom: 1%;*/
}

.select {
  background-color: transparent;
  background: none;
  color: #fff;
  border-radius: 0px;
  /*	color: #888;*/
  height: 40px;
  font-family: 'tahoma', Arial, Helvetica, sans-serif;
  margin-bottom: 15px;
  padding: 8px;
  width: 98%;
  text-indent: 5px;
}

select.select:hover {
  background-color: transparent;
  background: none;
  border-bottom: 1px solid #999 !important;
  color: #fff;
}

input.text {
  outline: none;
  background-color: transparent;
  background: none;
  color: #fff;
  width: 96%;
  padding: 3px;
  border: 0px;
  border-bottom: 1px solid #CCC;
  border-radius: 0px;
  font-family: 'tahoma', Arial, Helvetica, sans-serif;
  font-size: 17px;
  margin-bottom: 1em;
  text-indent: 15px;

}

input.text:hover {
  background-color: transparent;
  background: none;
  border-bottom: 1px solid #D7BD93 !important;
  color: #D7BD93;
}

textarea {
  outline: none;
  background-color: transparent;
  background: none;
  color: #fff;
  width: 91%;
  padding: 10px 15px;
  border: 0px;
  border-bottom: 1px solid #CCC !important;
  border-radius: 0px;
  font-family: 'tahoma', Arial, Helvetica, sans-serif;
  font-size: 17px;
  resize: none;
  height: 90px;
  text-indent: 3px;
}

textarea:hover {
  background-color: transparent;
  background: none;
  border-bottom: 1px solid #D7BD93 !important;
  color: #D7BD93;
}

input[type="submit"] {
  outline: none;
  background: #D29C04;
  border: 0px;
  border-radius: 50px;
  /*border-radius: 3px;*/
  color: #fff;
  font-family: 'tahoma', Arial, Helvetica, sans-serif;
  width: 40%;
  height: 40px;
  margin: 0 0 .5em 0;
  padding: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 18px;
  cursor: pointer;
  text-align: center;
  text-indent: 0px;

}

input[type="submit"]:hover {
  background: #999;
  color: #FFF;

}

.g-recaptcha {
  -webkit-transform: scale(0.65);
  -moz-transform: scale(0.65);
  -ms-transform: scale(0.65);
  -o-transform: scale(0.65);
  transform: scale(0.65);

  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;

  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 3%;
}

.succMsg {
  color: #009755;
  font-size: 15px;
  font-weight: bold;
  padding-top: 15px;
}

.errMsg {
  color: #fb4314;
  font-size: 15px;
  font-weight: bold;
  padding-top: 15px;
}

@media (max-width:1440px) {
  .registration {
    width: 100%;
  }
}



/*@media (max-width:1366px){
        
    }
    @media (max-width:1280px){
        .registration {
          width: 60%;
        }
        
    }
    @media (max-width:1024px){
        .registration {
          width: 41%;
            margin: 1% auto 0;
        }
        
        .registration {
          margin: 2% auto 0;
        }
    }
    @media (max-width:768px){
        .registration {
          width: 50%;
        }
        
        input[type="submit"] {
          width: 100%;
        }
        .registration {
          margin: 3% auto 0;
        }
        
    }
    
    @media (max-width:640px){
        .registration {
          width: 85%;
            margin: 3% auto 0;
        }
        
    }
    @media (max-width:480px){
        .registration {
          width: 85%;
        }
        
    }*/

@media (max-width:320px) {

  .registration {
    width: 100%;
    /*	    margin: 2% auto 0;*/
  }

  textarea {
    width: 95.5%;
    padding: 7px 6px;
    height: 100px;
    /*	  font-size:12px;*/
  }

  .form-info {
    margin: 0;
  }

  input.text {
    /*	 padding: 10px 6px;*/
    /*     font-size: .9em;*/
    width: 98%;
  }

  input[type="submit"] {
    width: 99%;
    padding: 8px;
    /*	  font-size: 14px;*/
  }

  .avtar img {
    height: 7px;
    width: 100%;
    float: left;
    margin-bottom: 20px;
  }

  .g-recaptcha {
    -webkit-transform: scale(0.65);
    -moz-transform: scale(0.65);
    -ms-transform: scale(0.65);
    -o-transform: scale(0.65);
    transform: scale(0.65);

    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
  }

}