.text-center {
    text-align: center;
    width: 84% !important;
    margin-left: 0%;
}

.ba {
    text-align: center;
    width: 84% !important;
    margin-left: 0%;
}

.imagem-login {
    width: 40% !important;
    margin: -28px 55px 30px -20px;
}

.botao-login {
    width: 84% !important;
    margin-left: 0%;
    margin-top: -5%;
    background-color: #052E52;
    color: white;
}

.painel {
    width: 400px;
    padding: 0!important;
    height: 461px;
    /* transform: scale(0.8, 0.8); */
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    /* border-color: #0294CF; */
    background-color: #353535bf;
    /* border-style: solid;
    border-width: 3px; */
    border-radius: 5px;
}

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

.formulario {
    float: left;
    margin-top: 8%;
    margin-right: -15%;
    margin-left: 3%;
    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;
}