.mc-mod {
  text-align: center;
  font-family: Fira Sans;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.5rem;
}
.mc-descr {
  padding-bottom: 0.5rem;
  color: white;
}
.mc-input {
  vertical-align: middle;
  padding: 5px;
}

.mc-button {
  background-color: rgba(255, 255, 255, 1);
  transition: background 0s, opacity 0s ease-in, border 0s ease-in, box-shadow 0s ease-in;
  padding-top: 5px;
  padding-right: 15px;
  padding-bottom: 5px;
  padding-left: 15px;
  color: rgba(0, 0, 0, 1);
  border-style: solid;
  border-top-width: 3px;
  border-right-width: 3px;
  border-bottom-width: 3px;
  border-left-width: 3px;
  border-color: rgba(0, 0, 0, 1);
  cursor: pointer;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border-radius: .25rem;
  text-decoration: none;
}
.mc-button:hover,
.mc-button:active,
.mc-button:focus {
  background-color: rgba(255, 255, 255, 0);
  color: rgba(255, 255, 255, 1);
  border-color: rgba(255, 255, 255, 1);
}
.mc-status {
  padding-top: 0.5rem;
  color: white;
}