/* === VAPT login page styling (moves inline css to css) === */

.modal-hidden{
    display: none;
}

/* Modal denied styles */
.denied-card{
    border-top: 6px solid var(--idbi-orange);
}

.denied-title{
    color: var(--idbi-orange);
}

.denied-text{
    color: var(--idbi-orange);
}

.denied-btn{
    background: var(--idbi-orange);
    width: 100%;
}

/* Success title */
.success-title{
    color: var(--idbi-green);
}

/* loader position */
.loader-center{
    margin: 20px auto;
}

/* Header layout */
.page-header{
    padding: 20px 0 0 0;
    text-align: center;
}

.logo-wrap{
    height: 7vh;
    width: 100%;
}

.idbi-logo{
    height: 7vh;
}

/* action area margin */
.action-area-login{
    margin-top: 30px;
}

.btn-full{
    width: 100%;
}

/* login register link section */
.login-link-wrap{
    text-align: center;
    margin-top: 20px;
}

.login-link{
    color: var(--idbi-green);
    text-decoration: none;
    font-weight: bold;
}

/* global error */
.global-error{
    text-align: center;
    margin-top: 10px;
}

/* optional error banner */
.login-error-banner{
    display: none;
    color: white;
    background: var(--idbi-red);
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 14px;
}

.error-text{
	color: red;
	font-size: small;
}
#backgroundImg{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
