.wrapper{
  width: 100%;
}

.login{
  min-height: 100vh;
}

.bg-image {
  background-position: center center;
  background: linear-gradient(60deg, rgba(255, 255, 255, 0),
           rgba(255, 255, 255, 0)), url(../img/login-banner.png) center no-repeat;
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-end;
  align-content: center;
  flex-direction: row;
}

.frm-token {
  display: flex;	
  flex-direction: row; 
  justify-content: center;	
  align-items: center;
}

.inp-token {
  text-align: center; 
  margin: 10px; 
  font-size: 30px;			
  width: 40px; 
  height: 40px; 
  border: none; 
  border-bottom: 2px solid gray; 
  outline: none;
}

.inp-token-olvide {
  text-align: center; 
  margin: 10px; 
  font-size: 30px;			
  width: 40px; 
  height: 40px; 
  border: none; 
  border-bottom: 2px solid gray; 
  outline: none;
}