

body {
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
}

.btn-background {
    background-color: #fff;
    border: none;
    margin-top: 4px;
}

ul.navbar-nav.flex-grow-1 li:hover {
    background-color: #d2a044;
}

.logo-text {
    padding: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 27px;
    color: #008ad2;
    font-weight: 600;
}

.nav_bg_color {
    background-color: #008ad2;
    padding: 0px;
}

a.nav-link {
    color: #fff;
    font-family: 'Poppins', sans-serif;
}

.login_card {
    box-shadow: 4px 3px 12px 0px #bfbdbd;
    border: none;
    margin-top: 3rem;
    margin-bottom: 5rem;
}

button.btn.btn-link:hover {
    border: none;
}

.footer {
    color: #fff;
    bottom: 0;
    width: 100%;
    background: #4c4c4c;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    padding-bottom: 2px;
    padding-top: 2px;
    font-size: 14px;
    position: fixed;
}

button.btn.btn-customcolor {
    border-radius: 5px;
    border: none;
    background: #f07c00;
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    width: 5.5rem;
}
    button.btn.btn-customcolor:hover {
        border-radius: 5px;
        border: none;
        background: #cd6a00;
        color: #FFF;
        font-size: 18px;
        font-weight: 500;
        width: 5.5rem;
    }

.card.dashboard_card {
    box-shadow: 4px 3px 12px 0px #bfbdbd;
    border: none;
    border-top: 10px solid #008ad2;
    height: 10rem;
    width: 25rem;
}

.dashboard {
    padding: 0px 30px 0px 30px;
}

.asterisk {
    color: red;
    font-weight: 600;
    font-size: 19px;
}

.bootbox-close-button {
    font-size: 30px;
}



button.bootbox-close-button.close {
    margin-left: 27rem;
    background: #fff;
    border: none;
    /*border: 2px solid #585353;
    height: 47px;
    width: 37px;*/
}

.card-header.login_header {
    background-color: #008ad2;
    color: #fff;
}


.image-with-text {
    display: inline-block;
    position: relative;
}

    .image-with-text img {
        display: block;
    }

    .image-with-text div {
        position: absolute;
        width: 100%;
        bottom: 0px;
        left: 15px;
        font-size: 20px;
        background-color: rgba(0, 0, 0, 0);
    }

    .image-with-text refresh_captcha {
        position: absolute;
        width: 100%;
        bottom: 0px;
        left: 15px;
        font-size: 20px;
        background-color: rgba(0, 0, 0, 0);
    }

.hidden {
    display: none;
    float: left;
}

.refresh_captcha {
    bottom: 5px;
    left: 5px;
}
