.login-card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: rgba(183,189,197,0.7); 
}
.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  box-shadow: inset 0 0 0 transparent;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.option {
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  align-items: center;
  color: #fff;
  margin: 2px auto;
  width: 100%;
}
#btnLogin{
  background-color: rgb(15,76,130)!important;
}
#btnLogin span{
  color: #fff!important;
}