html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
    background-color: #dfe8f7;
    /*   #4D5357;*/
    margin-bottom: 60px;
}

.card {
    padding: 50px;
    margin-top: calc(15vh);
}
.data-input, button, label {
    font-weight: 700;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  

}
button {
   
    background-image: linear-gradient(to right, #ff9f1c, #ff5f00);
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s ease;
}

 .card-title {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}



