form-group {
  display: flex;
  align-items: initial;
}

.form-label {
  margin-right: 10px; /* Ajuste o valor conforme necessário */
}


body{

	background: #289ac7;

}




.login_logo{

  width: 360px;
  text-align: center;

   margin: auto;

  /*
  padding: 8% 0 0;
*/
}




.login{

  width: 360px;

  margin: auto;

  padding: 8% 0 0;

}



.form {

font-family: Roboto, sans-serif;

  position: relative;

  z-index: 1;

  background: #FFFFFF;

  max-width: 360px;



 margin: 0 auto 80px;

  padding: 45px 45px 45px 45px;

  
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);

  border-radius: 10px;
  display: flex;
  flex-direction: column;

}





.form input {

font-family: Roboto, sans-serif;

  outline: 0;

  background: #f2f2f2;

  width: 100%;

  border: 1px solid black;

  margin: 0 0 15px;

  padding: 10px;

  box-sizing: border-box;

  font-size: 12px;
  
  border-radius: 10px;


}

.form select {

font-family: Roboto, sans-serif;

  outline: 0;

  background: #f2f2f2;

  width: 100%;

  border: 1px solid black;

  margin: 0 0 15px;

  padding: 10px;

  box-sizing: border-box;

  font-size: 12px;
  
  border-radius: 10px;


}




.form img{

  align-items: center;
  max-width: 100px;
  height: auto;
}




.form label {
  position: relative;
  margin-bottom: 5px;
font-family: Roboto, sans-serif;
font-size: 13px;
}


.form button {

  font-family: Roboto, sans-serif;

  text-transform: uppercase;

  outline: 0;

  background: #289ac7;

  width: 100%;

  border: 1;

  padding: 10px;

  height: 35px;

  color: #FFFFFF;

  font-size: 16px;

  -webkit-transition: all 0.3 ease;

  transition: all 0.3 ease;

  cursor: pointer;

  border-radius: 100px;

}





.form button:hover,.form button:active,.form button:focus {

  background: #105c7a;

}



.imagem{

  align-items: center;

	margin-bottom:15px;

	width:150px;

}

