html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
.fs-1-06em {
    font-size: 1.06em;
}
.fs-1em {
    font-size: 1em;
}
.fs-81em{
    font-size: .81em;
}
.fw-400 {
    font-weight: 400;
}
.fw-500 {
    font-weight: 500;
}
.fw-700 {
    font-weight: 700;
}
.color-secondary {
    color: #687282;
}
.input-form {
    border-radius: 6px;
}
.rounded-6p {
    border-radius: 6px;
}
.rounded-12 {
    border-radius: 12px;
}
.z-index-1010{
    z-index: 1010;
}
.height-2-4em {
    height: 2.4em;
}
.card-brands {
    border-radius: 3px;
    height: 16px;
    width: 24px;
}
.payment-method-label{
    cursor: pointer;
    width: inherit;
}

.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;
}

.bg-grey {
    background-color: #f7f8f9;
}

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

body {
  margin-bottom: 60px;
}