@import url("https://fonts.googleapis.com/css2?family=Inter+Tight:wght@200;400;600;700&display=swap");

body {
  background-color: #fff6e5;
  text-align: center;
  font-family: "Inter Tight", sans-serif !important;
  font-weight: 700;
  text-transform: uppercase;
  padding: 20px;
}

a {
  font-size: 0.8em;
  color: #cccccc;
}

.logo {
  margin: 20px 0px;
  height: 100px;
  padding: 0px 0px 40px 0px;
}

.logo img {
  width: 70px;
  height: 70px;
  float: left;
}

.loading {
  height: 100px;
}

a {
  color: #f7941d;
  text-decoration: none;
  font-weight: bold;
}


h1 {
  color: #f7941d;
  text-decoration: none;
  font-weight: 600;
  text-transform: none;
  font-family: 'Inter Tight';
}

label {
  color: #f7941d;
  text-decoration: none;
  font-weight: 400;
}

input {
  padding: 5px;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 15px;
  max-width: 500px;
  margin: 20px 0 40px 0;
  padding: 20px 10px;
}

button {
  padding: 5px 10px;
  background-color: #f7941d;
  color: #fff;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  border-radius: 15px;
  padding:10px;
  font-weight: bold;
}

button:hover {
  opacity: 0.7;
}

.container {
  background-color: white;
  max-width: 700px;
  padding: 40px;
  border-radius: 10px;
  margin: 20px auto;
}

.logo-title {
  color: #f7941d;
  float: right;
  display: inline;
  margin: 20px 0 0 0;
  font-size: 1.6em;
  font-weight: 400;
  letter-spacing: 3px;
}

@media (max-width: 600px) {
  .logo img {
    width: 70px;
    height: 70px;
    float: none;
    display: block;
    text-align: center;
    margin: 0 auto;
  }

  .logo-title {
    color: #f7941d;
    float: none;
    text-align: center;
    display: block;
    margin: 20px 0 0 0;
    font-size: 1.6em;
    font-weight: 400;
    letter-spacing: 3px;
  }
}

.title {
  color: #f7941d;
  margin: 20px 0 0 0;
  font-size: 1.6em;
  font-weight: 400;
}
