/* style.css */

body {
  background-color: #F5F8FA;
  font-family: "Segoe UI", sans-serif;
}

.form-control {
  height: 48px;
  border-width: 2px;
}

.form-control:focus {
  box-shadow: none;
  border-color: #0052FF;
}

.btn-outline-primary,
.btn-primary {
  border-width: 2px;
}

input::placeholder {
  color: #A0A0A0;
}

h2 {
  font-weight: 600;
}

.bg-primary {
  background-color: #0052FF !important;
}

img {
  max-width: 100%;
}
