.efly-screen {
  @include box();

  .efly-screen-label {
    .efly-select {
      input {
        background: $color-light-primary;
      }
    }
  }

  .efly-screen-content {
    @include box();

    .efly-input, .efly-select {
      input:first-child {
        border-left: none;
      }
    }
  }
}
