@import url('https://fonts.googleapis.com/css?family=Rajdhani');
html {
  background-color: #000000;
  font-family: 'Rajdhani', sans-serif;
}

body{
	 font-family: 'Rajdhani', sans-serif;
	 
}

#chkm {
    position:absolute;
    height:20px;
    width:300px;
    left:54%;
	margin-left:-90px;
    top: 120px;
    background-color:transparente;
    text-align: center;
	
    line-height:1px;
    padding:1px;
    border-radius: 6px;	  
          
}

.input-file {
     background-color: transparent;
     width: 30px;
     height: 30px;    
}

.input-file label {
     width: 100%;
     height: 100%;
     position: relative;
     display: block;
	 cursor:pointer;
     background: transparent url(/img/camera9.png) no-repeat bottom right;
}

.input-file input[type=file] {
    zoom: 1;
	display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
	filter: alpha(opacity=0)
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-moz-opacity: 0;
	-khtml-opacity: 0;
}

.azul-claro
{color:#fff;background-color:#81BEF7}

.container {
  width: 500px;
  height: 400px;
  margin: 0 auto;
}

.login {
  margin-top: 10px;
  width: 450px;
}

.login-heading {
  font: 1.8em/48px "Tenor Sans", sans-serif;
  color: white;
}

.input-txt {
  width: 70%;
  padding: 15px 25px;
  background: rgba(0,0,0,0.0);
  border: none;
  border-radius:2px;
  font-size: 1.2em;
  color: #ffffff;
  border-bottom: 1px dotted rgba(215, 219, 223, 0.5);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: background-color 0.5s ease-in-out;
  -o-transition: background-color 0.5s ease-in-out;
  -webkit-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
}
input-txt:focus {
	outline: none;
}

@media only screen and (max-width:900px){
.input-txt.m1 {
  width: 70%;
  padding: 20px 10px;
  background: rgba(0,0,0,0.1);
  border: none;
  font-size: 3em;
  color: white;
  border-bottom: 1px dotted rgba(250, 250, 250, 0.6);
  border-radius:24px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: background-color 0.5s ease-in-out;
  -o-transition: background-color 0.5s ease-in-out;
  -webkit-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
}

}
.input-txt:-moz-placeholder {
  color: #fff ;
}
.input-txt:-ms-input-placeholder {
  color: #fff ;
}
.input-txt::-webkit-input-placeholder {
  color: #fff ;
}
.input-txt:focus {
  background-color: rgba(20,80,100,0.1);
}

.login-footer {
  margin: 10px 0;
  overlow: hidden;
  float: left;
  width: 100%;
}

.btn {
  
  padding: 10px 10px;
  border: 0px;
  background: rgba(200,80,50,0.2);
  color: white;
  border-radius: 24px;
  border-width: 1px;
  border-color: transparent;
  border-style: none;
  transition: background-color 0.3s ease-in-out;
}

.btn2 {
  padding: 15px 15px;
  border: 1px;
  background: rgba(3,5,8,0.3);
  color: #2980b9;
  border-radius: 2px;
  border-width: 1px;
  border-color: #121925;
  border-style: solid;
  transition: background-color 0.3s ease-in-out;
}

.btn :hover{
  background-color:#000  ;
  
}

.btn--right {
  /*float: right;*/
  width:300px;
}

.btn--right:hover {
    box-shadow: 2px 0px 15px 5px rgba(220,100,70,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
	background-color: #000 ;
}

 .icon {
  display: inline-block;
}

.icon--min {
  font-size: .9em;
}

.lnk {
  font-size: .8em;
  line-height: 3em;
  color: #2980b9 ;
  text-decoration: none;
}
