html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.container {
    min-height: 800px;
}

.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 {
}

.navbar-brand {
    background-color: white;
    padding: 5px 15px;
    font-size: 10px;
}

    .navbar-brand img {
        height: 40px;
    }

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

.vangin-color {
    background-image: linear-gradient(268deg, #03a995, #233a75);
    color: white;
    font-weight: 600;
    padding-top: 8px;
    border: 0;
}

    .vangin-color:hover {
        color: white;
    }

#samleikinButton img {
    margin-right: 4px;
    height: 26px;
}

.validation-summary-errors,
.text-danger {
    color: red;
}

#resultSpinner {
    height: 20px;
    width: 20px;
}

#resultHolder {
    font-size: 20px;
    position: fixed;
    bottom: 0px;
    width: 80%;
    left: 10%;
}

#resultError {
    font-style: italic;
    font-size: 16px;
    display: none;
}

.settings-btn a {
    text-decoration: none;
}

.HelpText {
    font-style: italic;
    font-size: 14px;
}

footer {
    background-color: #35474e;
    padding-bottom: 6rem;
    padding-top: 2rem;
    margin-top: 100px;
}

.paymentcards {
    background-color: white;
    display: inline-block;
    padding: 5px;
}