/* Minification failed. Returning unminified contents.
(11,15): run-time error CSS1038: Expected hex color, found '#000A'
 */
#popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  display: grid;
  align-content: center;
  justify-items: center;
  background: #000A;
}
.box {
  padding: 2rem;
  overflow: hidden;
  border-radius: 0.5em;
  text-align: center;
  background: #2d2d2d;
}
.box h1 {
  margin-top: -2rem;
  margin-left: -2rem;
  margin-right: -2rem;
  padding-right: 2rem;
  text-align: left;
  border-bottom: 1px solid #731874;
}
.box h1::before {
  content: "";
  padding: 0 1em;
  background: center /  auto 1em  no-repeat url( "/Content/images/logo-small.svg" );
}
.box input,
.box .input:not(.radio) {
  background: #3f3f3f;
}
.box input {
  height: 2em;
  width: 80%;
  margin: 0.5em 0;
  padding: 0 1em;
  border-radius: 1em;
  border: none;
  color: #FFF;
}
.box .box-buttons {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: 1em auto 0;
}
.box .box-buttons > * {
  flex: 0.2 1 4em;
  min-width: 4em;
}
