@import url(http://fonts.googleapis.com/css?family=Tenor+Sans);
html {
  background-color: #000000;
  font-family: "Tenor Sans", 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: 90px;
     height: 30px;    
}

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

.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;
}
.azul1{
	background-color:rgba(0,71,126,0.4);color:white;
}
.azul2{
	background-color:rgba(0,103,167,0.4);color:white;
}
.azul3{
	background-color:rgba(33,150,243,0.4);color:white;
}
.azul4{
	background-color:rgba(129,190,247,0.4);color:white;
}

.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: 100%;
  padding: 20px 10px;
  background: rgba(0, 0, 0, 0.5);
  border: none;
  font-size: 1em;
  color: white;
  border-bottom: 1px dotted rgba(250, 250, 250, 0.4);
  -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: #81aac9;
}
.input-txt:-ms-input-placeholder {
  color: #81aac9;
}
.input-txt:-webkit-input-placeholder {
  color: #81aac9;
}
.input-txt:focus {
  background-color: red;
}



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

.btn {
  padding: 15px 30px;
  border: none;
  background: white;
  color: #5D92BA;
  border-radius: 2px;
  transition: background-color 0.3s ease-in-out;
}

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

.btn--right {
  float: right;
}

.btn--right:hover {
    /*box-shadow: 0 5px 8px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);*/
	background-color: #D0DCEA;
}

 .icon {
  display: inline-block;
}

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

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