.classroom-unassigned-map-frame {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.classroom-unassigned-map-prompt {
  max-width: 430px;
  padding: 36px;
  text-align: center;
  color: #173643;
}

.classroom-unassigned-map-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 76px;
  margin-bottom: 18px;
  border-radius: 50%;
  color: #17859d;
  background: #e9f7fb;
  font-size: 34px;
}

.classroom-unassigned-map-prompt h2 {
  margin: 0 0 24px;
  color: #173643;
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.25;
}

.classroom-unassigned-map-prompt .btn {
  min-width: 190px;
  border-color: #17859d;
  background: #17859d;
  font-weight: 700;
}

.classroom-unassigned-map-prompt .btn:hover,
.classroom-unassigned-map-prompt .btn:focus {
  border-color: #126d81;
  background: #126d81;
}

@media (max-width: 520px) {
  .classroom-unassigned-map-prompt {
    max-width: 360px;
    padding: 28px;
  }

  .classroom-unassigned-map-prompt h2 {
    font-size: 26px;
  }
}
