@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
body {
  font-family: "Roboto", sans-serif;
}
.blue-font {
  color: #0070c0;
}
.green-font {
  color: #51a221;
}
.form-label {
  font-weight: 600;
}
.parsley-errors-list {
  color: red;
  font-size: 0.875rem;
  margin: 0.25rem 0 0;
  list-style: none;
  padding: 0;
}
.form-control,.flatpickr-input[readonly] {
  text-align: left !important;
}
.form-control:focus,
.form-select:focus {
  box-shadow: none;
}
.logo img {
  width: 210px;
}
form {
  box-shadow: 0 0 35px #00000040;
  border-radius: 10px;
  padding: 25px;
}
.btn {
  background-color: #0070c0;
  border: none;
  padding: 10px 35px;
}
.btn:hover {
  background-color: #51a221;
}

input.parsley-success,
select.parsley-success,
textarea.parsley-success,
input[type="email"].parsley-success {
  background-color: #dff0d8 !important;
}

@media only screen and (max-width: 575.9px) {
  .logo img {
    width: 120px;
  }
  .blue-font {
    font-size: 24px;
  }
  h3 {
    font-size: 19px;
  }
}
