
    
    .bg-login {
        /* background: rgb(0,0,36);
    background: linear-gradient(90deg, rgba(0,0,36,1) 0%, rgba(9,9,121,1) 46%, rgba(0,58,70,1) 100%); */
        background-image: url(../images/login-images/bg-forgot-password.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-attachment: fixed;
    }


.head_section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: white;
    border-bottom: 2px solid #0f0eb4;
    border-top: 0px solid #0f0eb4;
}
.font_sub {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0px;
}

.logo img{
    max-width: 100px;
}
.naveen img{
    max-width: 108px;
}

.naveen{
    display: flex;
    align-items: center;
}
.naveen span {
    font-size: 13px;
}
.head_letter h4, .head_letter p {
    color: #0937b3;
}
.login-section{
    min-height: calc(100vh - 109.6px);
    align-items: center;
}

.logo_h {
    color: white;
    font-size: 32px;
    margin-left: 2px;
}

.card1 {
    width: 416px;
    margin-left: auto !important;
    margin-right: auto !important;
    box-shadow: 0 2px 6px 0 rgb(0 0 0), 0 2px 6px 0 rgb(0 0 0 / 82%);
    border-left: 4px solid #f1a1a1;
}
.banner{
    border-right: 2px dotted #ffffffa1;
}
.card-heading{
    background-color: #f8573f;
    color: white;
    padding: 6px 12px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0px 0px 10px 0px;
}
.btn-view{
    padding: 0.1rem 0.1rem;
}

.table1 tbody, tr, th, td{
    border-style: none !important;
}

.sub-heading {
    background-color: black;
    color: white;
    display: inline-block;
    padding: 6px 10px;
    border-radius: 16px 0px 16px 0px;
    font-size: 14px;
}
@media (max-width:768px) {
	.naveen {
		display: none;
	}

    .head_section{
        flex-flow: column;
    }

    .card1{
        width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .banner{
        display: none;
    }
}
@media screen and (max-width: 991px){
    .section-authentication-signin {
        height: 100%;
        margin-top: 0rem;
        margin-bottom: 0rem;
    }
}
.icon img {
    width: 75px;
}
.page-item.active .page-link {
    background-color: #f8573f;
    border-color: #f8573f;
}
.page-link:focus {
    box-shadow: 0 0 0 .25rem rgb(253 93 13 / 25%);
}
.sidebar-img {
    position: absolute;
    bottom: 6px;
}
.sidebar-img img {
    opacity: 0.3;
}
.modal-head-sec {
    background-color: #f0b7a3;
    padding: 18px;
    border-radius: 23px;
    position: relative;
    /* width: 96%; */
}
.modal-head-sec h6 {
    background-color: #e85315;
    padding: 8px;
    border-radius: 23px;
    color: white;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
}
button.btn.btn-primary.btn-orange {
    color: white;
    background-color: #ff5900;
    border-color: #ff5900;
}