body {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  flex-direction: column;
  align-content: center;
}

/* .container{
    width: 100%;
    max-width: 500px;
} */
.container {
  position: relative;
  width: 50%;
  height: fit-content;
  padding: 30px;
  margin: 15px;
  background: #ecf0f3;
  box-shadow: 0px 0px 15px #555, 3px 3px 60px #ceced1;
  overflow-y: scroll;
  overflow-x: hidden;
  border-radius: var(--radius);
}

.container header {
  text-align: center;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  width: 95px;
}

.container form {
  width: 100%;
  height: fit-content;
  display: flex;
  justify-content: center;
  border-radius: var(--radius);
}

.input-field label {
  font-size: 14px;
}
