.teamnight_bg {
      background-color: #FBF4E2;
}

@media not screen and (orientation: landscape), not screen and (min-width: 768px) {
  .teamnight_bg_nogrid {
    display: block;
    padding-right: 20px;
    padding-left: 20px;
    margin-left: -20px;
    margin-right: -20px;
    background-color: #FBF4E2;
  }
}

@supports (display: grid) {
  @media screen and (orientation: landscape), screen and (min-width: 768px) {
    .teamnight_bg_grid {
      background-color: #FBF4E2;
    }
  }
}

.teamnight_bg input:focus,
.teamnight_bg_nogrid input:focus,
.teamnight_bg_grid input:focus,
.teamnight_bg textarea:focus,
.teamnight_bg_nogrid textarea:focus,
.teamnight_bg_grid textarea:focus,
.teamnight_bg select:focus,
.teamnight_bg_nogrid select:focus,
.teamnight_bg_grid select:focus
{
  border-color: #FBF4E2;
}

