/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/
.btn.btn-light.mb-3 {
    color: #645858 !important;
}
.subtitle {
    font-size: 16px !important;
}
@media screen and (max-width: 640px) {
  header .header {
   margin-bottom: 75px !important;
  }
} 
.error {
    padding: 10px !important;
}
button.close {
    padding: 0;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 10px;
    appearance: none;
    border: 0;
    width: 20px;
    height: 20px;
    font-size: 1.2rem;
    border: 1px solid rgba(0, 0, 0, 0.6);
    padding: 7px 37px 27px 15px !important;
}