.purgatory_warning {
  text-align: center;
  margin-bottom: 20px;
}

.purgatory_warning span {
  color: #1d68a7;
}

.error_input {
  color: red;
  margin: -15px 0 15px 10px;
}

.add_satellite_btn {
  margin-top: 15px;
  margin-bottom: 20px;
  max-width: 200px;
  height: 36px;
  margin-left: 10px;
  border-radius: 5px;
  background: #38bb21;
  color: white;
  font-weight: 600;
  border: 0;
  box-shadow: 0 3px 1px 1px #2a901b;
  cursor: pointer;
}

.modal_bg {
  display: none;
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}

.modal_satellite {
  padding: 0 10px 10px;
  border-radius: 5px;
  background: white;
  display: flex;
  flex-direction: column;
}

.modal_satellite h4 {
  margin: 0 -10px;
  padding: 10px;
  box-shadow: 0 1px 1px 1px grey;
  color: #a29eac;
  font-size: 24px;
}

.modal_satellite_content {
  display: flex;
  flex-direction: column;
  margin: 10px 10px 0;
}

.modal_satellite_content label {
  color: #a29eac;
  font-weight: 600;
}

.save_satellite {
  width: 100%;
  margin-bottom: 10px;
  height: 36px;
  border-radius: 5px;
  background: #38bb21;
  color: white;
  font-weight: 600;
  border: 0;
  box-shadow: 0 3px 1px 1px #2a901b;
  cursor: pointer;
}

.purgatory_credentials {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.verify_photos {
  display: flex;
  flex-direction: column;
  width: 65%;
  margin: 20px auto;
}

.verify_photos img {
  width: 100%;
  margin-bottom: 20px;
}

.empty_verify {
  width: 100%;
  text-align: center;
  margin-top: 30px;
  font-size: 24px;
  color: #a29eac;
  font-weight: 600;
}

