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: 0px;
    padding: 0px;
}


.h-title {
    margin: 0;
    padding: 1rem 0;
    text-align: center;
    font-size: 1.1rem;
    font-weight: bold;
    color: #3f51b5;
}


.p-desc {
    margin: 0;
    font-size: 0.8rem;
    text-align: center;
    color: #3f51b5;
}

.banner-img {
    width: 30%;
}


@media (max-width: 850px) {
    .h-title {
        font-size: 1rem;
    }

    .p-desc {
        font-size: .6rem;
    }
    .banner-img {
        width: 50%;
    }
}

@media (max-width: 580px) {
    .h-title {
        font-size: .7rem;
    }
    .banner-img {
        width: 80%;
    }
}


a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a {
    color: #0077cc;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}


.bottom-line {
    padding: 5px;
    border-bottom: 1px solid #aaaaaa;
}

.btn-cancel {
    color: #1d1d1d;
    border-radius: 6px;
    border-color: #c7c8ca;
    padding: calc(0.375rem - 1px) 0.75rem;
    font-weight: 600;
    border-style: solid;
    float: left;
    border-color: #8c959d;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
    min-width: 5.5rem;
    color: #1e1f20;
    padding: 0.8rem;
    background-color: #FFF;
    cursor: pointer;
    width: 100%;
    font-size: larger;
}

.btn-submit {
    color: #1d1d1d;
    border-radius: 6px;
    border-color: #c7c8ca;
    padding: calc(0.375rem - 1px) 0.75rem;
    font-weight: 600;
    border-style: solid;
    float: left;
    border-color: #000000;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
    min-width: 5.5rem;
    color: #FFFFFF;
    padding: 0.8rem;
    background-color: #000000;
    cursor: pointer;
    width: 100%;
    font-size: larger;
}

.desc-row {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
}

.desc-col-l {
    flex: 0 0 50%;
    max-width: 50%;
    text-align: left;
}

.desc-col-r {
    flex: 0 0 50%;
    max-width: 50%;
    text-align: right;
    font-weight: 600;
}

.gpay-card-info-container {
    width: 100% !important;
}