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 {
    /*margin-bottom: 60px;*/
   }

input{
    padding: 0.5em 1em;
    margin: 0.5em;
    width: 105%;
    border: none;
    border-bottom: 1pt solid darkgray;
}

    input:focus {
        outline: none !important;
        border-color: #ffc72d;
        box-shadow: 0 0 10px #ffc72d;
    }

.center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
}

.bg-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
}

img.bg-image {
    opacity: 0.05;
    max-width: 100%;
    
}

input[type='button'] {
    background-color: #ffc72d;
    border: none;
}
button {
    background-color: #ffc72d;
    border: none;
    padding: 0.5em 1em;
    margin: 0.5em;
    width: 105%
}

footer {
    background-color: #ffc72d;
    margin: 0 !important;
    position: absolute;
    bottom: 0;
    height: 5em;
    width: 100%;
}
.footer {
    padding-left: 1em;
    top: 1em;
    line-height: 1em !important;
}

.text-center{
    text-align: center;
}