@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
   font-family: 'Montserrat', sans-serif !important;
   background-color: #dee6ff !important;
}

input {
   background-color: #f0f0f2 !important;
   border-color: #f0f0f2 !important;
}

input[type=radio] {
   background-color: #f0f0f2 !important;
   border-color: #003975 !important;
}

.form-check-input:checked {
   background-color: #003975 !important;
   border-color: #003975 !important;
}

input::placeholder {
   color: grey !important;
}

.bg-input>p,
.bg-input-check,
.city>p {
   background-color: #f0f0f2;
   border: 1px solid #f0f0f2;
   border-radius: 0.375rem;
   color: grey;
   margin-bottom: 0;
   padding: 0.375rem 0.75rem;
}

.city>p.active {
   background-color: #003975 !important;
   border-color: #003975 !important;
   color: #fff !important;
}

.bg-input>p>a {
   color: grey;
}

.error-city {
   width: 100%;
   margin-top: 0.25rem;
   font-size: 0.875em;
   color: var(--bs-form-invalid-color);
}

.facebook {
   position: absolute;
   bottom: 12%;
   left: 3%;
   width: 35px;
}

.cursor-pointer {
   cursor: pointer;
}

@media screen and (max-width: 767px) {
   .facebook {
      bottom: 12%;
      left: 6%;
      width: 25px;
   }
}