/* Made with love by Mutiullah Samim*/

/*@import url('https://fonts.googleapis.com/css?family=Numans');*/
@font-face {
  font-family: Numans-Regular;
  src: url('../fonts/numans/Numans-Regular.ttf'); 
}
* {
  margin: 0px;
  padding: 0px;
  list-style: none; 
}
html,body{
background-image: url('bg-grande.jpg');
background-size: cover;
background-repeat: no-repeat;
width: 100%;
height: 100%;
object-fit: cover;
  object-position: bottom;  
  
}

/*------------------------------------------------------------------*/
input#usuario_senha{
  border: 0;
}
.btn-show-psw{
  font-size: 15px;
  color: #999999;
  background-color: #fff !important;

  cursor: pointer;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  
}
.btn-show-psw:hover {
  color: #6a7dfe;
  color: -webkit-linear-gradient(left, #21d4fd, #b721ff);
  color: -o-linear-gradient(left, #21d4fd, #b721ff);
  color: -moz-linear-gradient(left, #21d4fd, #b721ff);
  color: linear-gradient(left, #21d4fd, #b721ff);
}
.btn-show-psw.active {
  color: #6a7dfe;
  color: -webkit-linear-gradient(left, #21d4fd, #b721ff);
  color: -o-linear-gradient(left, #21d4fd, #b721ff);
  color: -moz-linear-gradient(left, #21d4fd, #b721ff);
  color: linear-gradient(left, #21d4fd, #b721ff);
}
/*---------------------------------------------*/



.container-fluid{

align-content: center;
}

.card{
  width: 400px;
  height: 425px;
  
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  
  justify-content: center;
  align-items: center;
  background-color: rgba(0,0,0,0.5) !important;
  margin-top:5%;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media  (max-width: 639px) {
  .card{
    width: 500px;
    height: 425px;
    
    justify-content: center;
    align-items: center;
    margin-top:20%;
  }
}

.input-group-prepend span{
/*width: 50px;*/
background-color: #FFC312;
color: black;
border:0 !important;

}

input:focus{
  outline: 0 0 0 0  !important;
  box-shadow: 0 0 0 0 !important;
  
  }
.cab-card{
  color: white;
  font-family: Numans-Regular, sans-serif;
  text-align: center;
}
.remember{
color: white;
 text-align: center;
}

.remember input
{
width: 20px;
height: 20px;
margin-left: 15px;
margin-right: 5px;
}

.login_btn{
	color: black;
	background-color: #FFC312;
	width: 100px;

}

.login_btn:hover{
	color: black;
	background-color: white;

}

.links{
color: white;
}

.links a{
margin-left: 4px;
color: white;
}

.checkbox{
  display:flex;
  justify-content:space-around;
}
.versao {
  font-family: Poppins-Regular;
  font-size: 13px;
  color: #fff;
  line-height: 1.5;
}
/*


.social_icon span{
font-size: 60px;
margin-left: 10px;
color: #FFC312;
}

.social_icon span:hover{
color: white;
cursor: pointer;
}

.card-header h3{
color: white;
}

.social_icon{
position: absolute;
right: 20px;
top: -45px;
}
*/