body{
  /* background-image: url('/customcode/delphiLead/images/background.jpg'); */
  background-color: #f5f4f1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container-fluid {
  max-width: 1200px;
  margin: 0 auto;
}
.row {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.col-lg-6:first-child {
  padding-top: 100px;
}
#logo {
  display: block;
  margin-top: -100px;
}
#submit{
  background-color: #fed109;
  color: #212529;
  border: none;
  width: 100%;
}