/* sanoop 31052024 */
.form-signin-wrapper.login {
    background-image: url("/images/CSQ-Supplier-Portal-BG-new.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.form-signin.login {
    width: 100%;
    max-width: 1137px;
    margin: auto;
    /* border-radius: 0.25rem; */
    border-radius: 6px;
    box-shadow: -6px 8px 0px rgb(0 0 0 / 23%);
    /* padding: 2rem; */
    text-align: center;
    background-color: #41403e;
    display: flex;
    padding: 0px;
}

.form-image {
    /* flex: 1; */
    display: flex;
    justify-content: center;
    align-items: center;
    height: 600px;
    max-height: 650px;
    width: 67%;
    position: relative;
}

.form-image img {
    max-width: 100%;
    height: 100%;
    border-radius: 6px 0 0 6px;
    object-fit: cover;
}

.form-content {
    /* flex: 1; */
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: center; */
    padding: 10px 60px;
    width: 50%;

}

.overlay-text {
    color: #FFCD19;
    position: absolute;
    padding: 28px;
    text-transform: uppercase;
    top: 95px;
    line-height: 50px;
}

.login-italic-para {
    font-size: 12px;
    color: #d8d8d8;
    font-style: italic;
    margin-top: 5px;
}

#LoginForm_loginButton {
    width: 100%;
    color: white !important;
    border-radius: 4px;
    background-color: #FFCD19 !important;
}

.card-form-card {
    background-color: white;
    border-radius: 4px;
    display: grid;
}

#LoginForm_username {
    width: 91%;
    border: none;
    box-shadow: none;
}

#LoginForm_username:focus {
    box-shadow: none;
    border: none;
}



#LoginForm_password {
    width: 91%;
    border: none;
    box-shadow: none;
}

#LoginForm_password:focus {
    box-shadow: none;
    border: none;
}

.card-form-card .input-prepend {
    margin-bottom: 0px;
    height: 65px;
    display: flex;
    align-items: center;
}

.card-form-card .input-prepend .add-on {
    margin-left: 5px;
    background-color: transparent;
    border: none;
    color: #d9d9d9;
    font-size: 21px;
}

.floating-label {
    position: relative;
    margin-bottom: 1.5em;
}

.floating-label label {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    transition: all 0.2s ease;
    color: #aaa;
}

.floating-label input {
    border: 1px solid #ccc;
    padding: 0.5em 0.5em;
    font-size: 1em;
    width: 100%;
    box-sizing: border-box;
}

#login-form a {
    color: white;
}

.login-input:focus {
    color: #FFCD19 !important;
}
