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 #0A1D00;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.button-confirm {
    width: 400px;
    height: 56px;
    border-radius: 56px;
    background-color: #0A1D6F;
    margin-top: 30px;
    font-size: 16px;
    color: white;
    font-family: Inter, Sans-serif;
    border-width: 0px;
}

.button-confirm:hover {
    background-color: #0A1030 !important;
}