body {
  background: linear-gradient(to right, #fff5e6, #ffecd2);
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.row {
  margin: inherit;
}

.login-container {
  background: white;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  max-width: 500px;
  width: 100%;
}

.login-container img {
  width: 50px;
  margin-bottom: 20px;
}

.form-control {
  border-radius: 20px;
  padding: 20px;
}

.btn {
  background-color: #ff6600;
  color: white;
  border-radius: 20px;
  border-color: #ff5500 !important;
}

.btn:hover {
  background-color: #ff5500 !important;
}
