@media only screen and (min-width: 480px)
{
  body,html
  {
    overflow-y: hidden;
  }

  .img-desk
  {
    width: 307px; 
    height: 111px;
  }
  
}


body,html 
{
  height: 100%;
  font: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-size: 17px;
  background-color: #f7f7f7;
}

.btn-password-reset
{
  background-color:  white;
  border: 1px solid #183457;
  border-radius: 25px;
  color: #183457;
  font-weight: 600;
}

.btn-password-back
{ 
  border: 1px solid #a09c9c;
  background-color:  white;
  border-radius: 25px;
  color: #a09c9c;
  font-weight: 600;
}

.btn-password-back:hover
{
  background-color:  #a09c9c;
  border-radius: 25px;
  color: white;
}

.btn-password-reset:hover
{
  background-color:  #183457;
  border-radius: 25px;
  color: white;
  border: 1px solid white;
}

.input-reset
{
  border:none;
  border-bottom: 1px solid #ccc;
  background-color: #f7f7f7;
  color: black;
  font-weight: 600;
  letter-spacing: 1.2px;
}

input::placeholder
{
  letter-spacing: 0px;
  font-weight: initial !important;
  text-align: left;
}

.input:focus
{
  box-shadow: 0 0 0 0;
  border: 0 none;
  outline: 0;
  border:none;
  background-color: #f7f7f7;
  color: #000;
}

.underline {
  background-color: #183457;
  display: inline-block;
  height: 1px;
  top: -18px;
  position: relative;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.27s linear;
  transition: all 0.27s linear;
  width: 100%;
}

.input:focus+.underline {
  transform: scale(1);
}

input:valid+.underline{
  transform: scale(1);
}

input:valid
{
  font-weight: 600;
}

#autenticacao{
	
	background-color: #ebebeb;
	
	
	background-repeat: no-repeat;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	position:relative;
 	z-index:-1;
 	background-attachment: fixed;
}

#mensagemerror{
	
	display: none;
	text-align: center;
}

#mensagemok{
	
	display: none;
	text-align: center;
}

#mensagemenvio{
  
  display: none;
  text-align: center;
}

#loading{
  display: none;
  position: relative;
}


#form-login{
	
	background-color: #ffffff;
	border-style: solid;
	border-color: #16a085;
	margin-top: 10%;
	border-radius: 10px;
}