body {
  background: linear-gradient(to right, #f0f4f8, #e3f2fd);
  font-family: 'Roboto', sans-serif;
}

.card {
  background-color: white;
  border-radius: 16px;
  padding: 1rem;
}

.input-field input {
  border-bottom: 2px solid #2196f3 !important;
  box-shadow: none !important;
}

input:focus {
  border-bottom: 2px solid #0d47a1 !important;
  box-shadow: 0 1px 0 0 #0d47a1 !important;
}
