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;
}

/* Load Panel */
#loading {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    opacity: 0.7;
    background-color: #fff;
    z-index: 9999;
}

#loading-image {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10000;
}

/* Company Information */
@media (min-width: 992px) {
    .mx-lg-6 {
        margin-right: 20rem !important;
        margin-left: 20rem !important;
    }
}

@media (min-width: 768px) {
    #existingCompanyBtn {
        height: 40px;
        padding: 0;
    }
}

.warning-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #EB7D18;
    margin-left: 0px !important;
}

.invalid-card {
    height: 80vh;
}

    .invalid-card ion-icon {
        font-size: 150px;
        color: orangered;
    }
