.bg-main {
  background: url('images/BG.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-main2 {
  background: url('images/bg2.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.custom-input {
  background-color: #051F40;
  border: 1px solid #6387A7;
  font-size: medium;
  padding: 15px;
}

.custom-input:focus {
  background-color: #051F40;
  border: 1px solid #6387A7;
  font-size: medium;
  padding: 15px;
}