.container{
  display: flex;
  justify-content: center;
  align-items: center;
}

.button_1{
  height: 38px;
  background: #e8491d;
  border: 0;
  padding-left: 20px;
  padding-right: 20px;
  color: #ffffff;
}

#code-input{
  padding: 15px;
  color:#ffffff;
  background: #35424a;
  visibility: hidden;
}

#code-input h1{
  font-family: sans-serif;
  font-size: 16px;
  font-weight: bold;
  padding-right: 10px;
}

#code-input h2{
  font-family: sans-serif;
  font-size: 14px;
  color: #e8491d;
  font-weight: bold;
  text-align: center;
  padding-left: 70px;
}

#code-input h3{
  font-family: sans-serif;
  font-size: 12px;
  font-weight: normal;
}

#code-input input[type="text"]{
  padding: 4px;
  height: 25px;
  width: 250px;
}

.custom_footer {
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  vertical-align: bottom;
  background-color: #474747;
  margin: 0;
  padding: 0;
  height: 110px;
}

.custom_footer2 {
  width: 99%;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  vertical-align: bottom;
  background-color: #474747;
  margin: 0;
  padding: 0;
  height: 110px;
}

.custom_footer p {
  font-family: inherit, sans-serif;
  font-size: 12px;
  text-align: center;
  color: #fff;
}

.custom_footer2 p {
  font-family: inherit, sans-serif;
  font-size: 12px;
  text-align: center;
  color: #fff;
}

.custom_footer2_fixed {
  width: 100%;
  position: fixed;
  bottom: 0px;
  left: 0px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  vertical-align: bottom;
  background-color: #474747;
  margin: 0;
  padding: 0;
  height: 80px;
}

.custom_footer2_fixed p {
  font-family: inherit, sans-serif;
  font-size: 12px;
  text-align: center;
  color: #fff;
}
