body{
  background-color:#fff;
}
.maintenance-sec{
  height:100vh;
}
.maintenance-sec .card{
  border-width: 0;
  padding:0.625rem;
  width:50rem;
}
.maintenance-sec .card h1{
  font-size:1.75rem;
}
.maintenance-sec .card > div{
  margin-top:1.25rem;
}
.maintenanc-code-field{
  border-radius: 0.3125rem;
  background-color:#0f6fec0d;
  border:0.0625rem solid #e8e8e8;
  padding:5px;
  display:flex;
  width: 500px;
  max-width: 100%;
}
.maintenance-input{
  background-color:transparent;
  border-width:0;
  padding:0.625rem;
  flex:1;
}
.maintenance-input input{
  background-color:transparent;
  border-width:0;
  outline:0;
  color:#222222;
  font-size:1rem;
  font-weight:400;
  width:100%;
}
.maintenance-input input::placeholder{
  color:#222222;
  font-size:15px;
}
.maintenance-sec .card .btn{
  padding:0.625rem 1.875rem;
  text-transform:uppercase;
  font-size:1rem;
  font-weight:500;
}