.logheader-section {
    background: transparent linear-gradient(90deg, #047791 0%, #5d7ee7 100%) 0% 0% no-repeat padding-box;
}

.container {
    max-width: 90vw !important;
}

.h-logo {
    height: 100px;
    padding: 5px 0;
}

.logheader-section h4 {
    padding-top: 20px;
    color: #ffffff;
}
.logheader-section h6 {
    color: #ccc;
}
.cmimg {
    height: 100px;
    float: right;
}

/* .odisha-logo img {
    height: auto;
    width: 96px;
    padding-top: 5px;
} */
.odisha-logo img {
  height: 100px;
}
.pd-0
{
	padding:0;
}
.opc-logo-name h3 {
    font-size: 24px;
    color: #ffffff;
    margin-top: 20px;
}

.opc-logo-name h5 {
    font-size: 16px;
    color: #ccc;
    font-weight: 600;
}

.cm-img img {
    height: auto;
    width: 119px;
}

.cm-name {
    text-align: right;
}

.cm-name h3 {
    font-size: 24px;
    color: #fff;
    margin-top: 20px;
}

.cm-name h5 {
    font-size: 16px;
    color: #ccc;
    font-weight: 600;
}

.login-tab {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #c4c3c34f url(/assets/images/bg.jpg) no-repeat center top;
    background-blend-mode: multiply;
    height: 85vh;
    overflow: hidden;
    background-size: cover;
}

.login-page {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    padding: 40px;
    max-width: 900px;
    width: 100%;
}

.login-page form {
    background-color: #e9f5ff;
    padding: 40px;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.login-page h4 {
    text-align: center;
    padding-top: 10px;
    color: #005aa7;
}

.footer-sec {
    width: 100%;
    position: fixed;
    bottom: 0;
    background: #fff;
	    padding-top: 5px !important;
}

.copy p {
    line-height: 15px;
    text-align: center;
    padding: 15px 0 0 0;
    color: #ffffff;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    position: relative;
}

.form-label {
    color: #555;
}

.eye-password i {
    position: relative;
    left: 90%;
    bottom: 28px;
}