.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    visibility: visible;
    font-size: 12px;
    line-height: 1.4;
    opacity: 1;
    filter: alpha(opacity=0);
}

.error {
    color: #ab3333;
    font-weight: 400;
}
a,
a label {
    cursor: pointer;
}
a:hover, a:focus {
    color: #2a6496;
    text-decoration: underline;
}

.login_section .jumbotron {
    background: #e3edff;
    border-color: #bccced;
}

.login-card {
    width: 100%;
    max-width: 60%;
    margin: 0 auto;
}

.btn-section {
    display: flex;
    justify-content: center;
    width: 100%;
}

.primary_btn {
    background: #27478c;
    border-color: #27478c;
}
.mb-15{
    margin-bottom:15px;
}
h4, .h4 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.footer-section {
    padding: 2rem;
}
@media (min-width: 576px) {
    .modal-dialog-scrollable {
        height: calc(100% - 3.5rem);
    }
}
.modal-dialog-scrollable {
    height: calc(100% - 1rem);
}