.center {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.imagem-logo-ebi {
  top: 0;
  width: 50px;
  height: 50px;
}

.txt-comecar {
  color: white;
  font-family: WorkSans-Regular, sans-serif;
  font-size: 25px;
}

.div-comecar {
  margin-top: 30px;
  margin-bottom: 60px;
  padding-left: 14%;
}

.capa {
  display: table;
  width: 100%;
}

.inferior {
  margin-top: 15%;
}

.texto-capa {
  text-align: center;
  color: white;
  display: table-cell;
  vertical-align: middle;
  font-family: WorkSans-Regular;
}

.logoinferior {
  margin: 15px;
  width: 168px;
  height: 77px;
}

.div-btn-logar {
  margin-top: 25px;
  margin-bottom: 25px;
}

.btn-logar {
  width: 100%;
  background-color: #0fc263;
  height: 40px;
  border-radius: 10px;
  color: white;
  font-family: WorkSans-Regular;
  font-size: 25px;
}

.btn-logar:hover {
  background-color: rgb(33, 37, 35);
}

.label-login {
  color: grey;
}

.txt-login {
  font-size: 23px;
  color: rgb(17, 10, 59) !important;
  font-family: WorkSans-Regular, sans-serif;
  background: white;
  width: 100%;
  border-radius: 5px;
  margin-top: 5%;
}

.fundo-login {
  background: url("../../../images/acesso/background-login-ebi.PNG");
  background-size: cover;
}
