body {
    .bi-lead {
        font-size: 16px;

        .form-group .input-field {
            overflow: visible !important;
        }

        .form-check-input {
            position: relative;
        }

        .form-control {
            height: auto;
        }
    }
}

.bg-iblue-dark h2 {
  color: #fff;
  text-align: left;
}
