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

:root {
  --col1: #83e263;
  --col2: #69d6ea;
  --col3: #edbf34;
  --col4: #dedede;
  --col5: #d1a3f9;
  --col6: #fbffae;
  --col7: #4e6075;
  --col8: #2986cc;
  --col9: #f0509a;
  --col10: #ff7ac5;
}

.c1 {
  background-color: var(--col1);
}

.c2 {
  background-color: var(--col2);
}

.c3 {
  background-color: var(--col3);
}

.c4 {
  background-color: var(--col4);
}

.c5 {
  background-color: var(--col5);
}

.c6 {
  background-color: var(--col6);
}

.c7 {
  background-color: var(--col7);
  color: white;
}

.c8 {
  background-color: var(--col8);
  color: white;
}

.c9 {
  background-color: var(--col9);
  color: white;
}

.c10 {
  background-color: var(--col10);
  color: white;
}

body {
  font-family: 'Roboto Condensed', sans-serif;
  background-color: black;
}

.rounded-shaded {
  border-radius: 0.8rem;
  text-shadow: 20px;
}

.login-form {
  margin: 20px;
  width: 300px;
  padding: 10px;
  text-align: center;
}

#login-button {
  margin-top: 1rem;
  padding: 0 20px;
}

.info {
  width: 300px;
  height: auto;
  border-radius: 1rem;
  text-align: center;
  margin: 0.7rem;
  padding: 0.3rem;
}

.flex-1 {
  display: flex;
}

.flex-vert {
  display: flex;
  flex-direction: column;
}

.unit {
  margin: 0.2rem;
  padding: 0.2rem;
  border: 0.1rem solid var(--col7);
}

.recaptcha {
  transform: scale(0.87);
  transform-origin: 0 0;
  position: relative;
  top: 20px;
  margin: auto;
}

input {
  width: 90%;
}
