body{
  background-color: #0092d7;
}
.form-container {
  display: flex;
  justify-content: center;  
  align-items: center;  
  height: 100vh;
}

.form-box{
  padding: 10px;
  margin: 0 auto;   
  background-color: white;
  max-width: 350px;
  max-height: 500px;
  border-radius: 20px;
}
form {
  box-shadow:0 0 0 rgba(0, 0, 0, 0) !important;
}

h1{
  text-align: center !important;
  font-size: 24px;
  margin-bottom: 20px;
}

.form-control{
  width: 100%;
  padding: 6px !important;
  margin-top: 10px;
  border: 1px solid #d1d1d6;
  border-radius: 12px;
  background-color: #f9f9fa;
  font-size: 16px;
  transition: all 0.3s ease;
}

.btn-wrapper{  
  padding: 20px 0 0;
  display: flex;
  justify-content: center;  
  align-items: center;   
}
