.text-center{
    text-align: center;
    width:75% !important;
    margin-left: 5%;
  }
  .ba{
    text-align: center;
    width:75% !important;
    margin-left: 5%;
  }
  .imagem-login{
    width:30% !important;
    margin: -10px 70px 20px 0px;
  }
  .botao-login{
    width:75% !important;
    margin-left: 5%;
    margin-top: -2%;
    background-color: #052E52;
    color: white;
  }

.painel {
    width: 600px;
    padding: 0!important;
    height: 361px;
    /* transform: scale(0.8, 0.8); */
    position: relative;
    top: 0;
    bottom: 500px;
    left: 0;
    right: 0;
    margin: auto;
    /* border-color: #0294CF; */
    background-color: rgb(255, 255, 255);
    /* border-style: solid;
  border-width: 3px; */
    border-radius: 5px;
}

.login {
    float: right;
    border-radius: 0 8px 8px 0;
    height: 361px;
}

.formulario {
    float: center;
    margin-top: 0%;
    text-align: center;
}

.after-icon {
    margin-left: 5px;
}

.imagem-div {
    /* background-color: #fff !important;
  border-radius: 25px; */
}

.imagem-div img {
    width: 60px;
    margin-top: 5px;
}

.imagem-div a:hover {
    background-color: transparent !important;
}

.margin-left {
    margin-left: 20px;
}