@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');

*, *:before, *:after {
  box-sizing: border-box;
}

body {
  font-family: "PT Sans", sans-serif;
}

.form-control::placeholder {
  color: rgb(175, 175, 175);
  font-family: "PT Sans", sans-serif;

}

.form-control:focus {
  border-color: #9e9e9e;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(165, 165, 165, 0.25);
}

.background-link {
  padding: 2rem 2.5rem;
  padding-bottom: 1rem;
  background: rgba(126, 126, 126, 0.527);
  border-radius: 1rem;
  border: 7px solid rgba(163, 163, 163, 0.527);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.toast {
  border-radius: 0.8rem;
}

.toast-header {
  border-radius: 1rem 1rem 0 0;
  background: rgba(180, 180, 180, 0.527);;
}

.toast-body {
  background-color: rgb(136, 136, 136);
  border-radius: 0 0 0.4rem 0.4rem;
}
