a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    -webkit-box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

html {
    position: relative;
    min-height: 100%;
    font-size: calc(.4em + .4vw);
}

body {
    /* Margin bottom by footer height */
    /*margin-bottom: 60px;*/
}

.body-content {
    background: #ff7d19;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
}

.form-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 100vh;
}

form {
    width: 100%;
    padding: 1em 3em;
}




.form-group{
    margin-bottom: .5em;
}

button {
    color: blue;
    font-weight: 600;
    background: white;
    width: 100%;
    text-align: center;
    padding: 1em;
}

.row {
    margin-bottom: 1em;
}

.g-recaptcha{
    margin-top: 1em;
}

.g-recaptcha div:first-child {
    max-width: 100% !important;
}

.d-none {
    opacity: 0;
    position: absolute;
}

.g-recaptcha {
    -ms-transform: scale(0.82);
    transform: scale(0.82);
    -webkit-transform: scale(0.82);
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

.recap-hidden{
    opacity: 0;
    position: absolute;
    width: 0;
    height: 0;
}

.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
}

    .lds-dual-ring:after {
        content: " ";
        display: block;
        width: 64px;
        height: 64px;
        margin: 8px;
        border-radius: 50%;
        border: 6px solid #fff;
        border-color: #fff transparent #fff transparent;
        animation: lds-dual-ring 1.2s linear infinite;
    }
@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


#loading {
    position: absolute;
    display: flex;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0,0,0,.7);
}

@media only screen and (max-width: 600px) {
    .container {
        padding: 0;
    }
}

@media only screen and (min-width: 600px) {
    form {
        padding: 1em 6em;
    }
}


.header, .header .container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: black;
}

    .header img {
        width: 35%;
        height: auto;
        max-width: 200px;
    }


.result {
    margin-top: 2em;
}

.manual-automatic{
    align-self: flex-end;
}

.bil-type {
    flex: 1 1 auto;
}