@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

body {
  /* background-color: #232331; */
  font-family: 'Roboto', sans-serif;
}

#captchaBackground {
  display: flex;
  flex-direction: row;
  margin-left: -42px;
  flex-wrap: wrap;
}


#captcha {
  width: 180px;
  height: 100px;
  margin-top: -28px;
}


#buttons {
  margin-right: 25px;
}

#refreshButton {
  width: 30px;
  font-size: 30px;
  height: 30px;
  /* margin-left: 0px; */
  background: transparent;
  border: 0px;
}

#textBox {
  width: 90px;
  margin-left: -30px;
  height: 30px;
  padding: 0px 10px;
}

.incorrectCaptcha {
  color: #FF0000;
}

.correctCaptcha {
  color: #7FFF00;
}