.course-portal-mnd-college-container.login .row .col-lg-6 {
    background: #fff;
    padding: 40px 30px;
    border-radius: 15px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.12);
    width: 100%;
    margin: 40px auto;
}

.course-portal-mnd-college-container.login .row .col-lg-6 .col-lg-12 .login-logo-custom {
    margin-bottom: 15px;
}

.course-portal-mnd-college-container.login .row .col-lg-6 .col-lg-12 .login-logo-custom img {
    width: 80px;
}

.course-portal-mnd-college-container.login .row .col-lg-6 .col-lg-12.details {
    text-align: center;
}

.course-portal-mnd-college-container.login .row .col-lg-6 .col-lg-12.details .login-title-custom {
  text-align: center;
  margin-bottom: 22px;
  font-size: 20px;
  font-weight: 600;
  color: #021731;
}

.course-portal-mnd-college-container.login .row .col-lg-6 .col-lg-12 .input-icon-group {
    position: relative;
    margin-bottom: 30px;
}
.course-portal-mnd-college-container.login .row .col-lg-6 .col-lg-12 .input-icon-group input {
    padding-left: 30px;
}

.course-portal-mnd-college-container.login .row .col-lg-6 .col-lg-12 .input-icon-group i {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #90a4ae;
    font-size: 15px;
}

.course-portal-mnd-college-container.login .row .col-lg-6 .col-lg-12 .input-icon-group i:not(.toggle-password-custom) {
    pointer-events: none;
}

.course-portal-mnd-college-container.login .row .col-lg-6 .col-lg-12 .was-validated .input-icon-group .form-control:invalid ~ i {
    top: 32%!important;
}

.course-portal-mnd-college-container.login .row .col-lg-6 .col-lg-12 .input-icon-group .toggle-password-custom {
    right: 14px;
    left: unset;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #90a4ae;
    font-size: 15px;
}

.course-portal-mnd-college-container.login .row .col-lg-6 .col-lg-12 .was-validated .input-icon-group .toggle-password-custom {
    right: 35px;
}

.course-portal-mnd-college-container.login .row .col-lg-6 .col-lg-12 .login-btn-custom {
    width: 100%;
    padding: 13px;
    border: none;
    border-radius: 8px;
    background: #021731;
    color: #fff;
    font-size: 1.07rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
    letter-spacing: 1px;
}

.course-portal-mnd-college-container.login .row .col-lg-6 .col-lg-12 .login-btn-custom:hover {
    opacity: 0.9;
}

@media (min-width: 768px) {
    .course-portal-mnd-college-container.login .row {
        min-height: calc(100vh - 73.6px);
    }
}