/* body {
    background: linear-gradient(80deg, #2a2e73, #84517f) !important;
} */


.has-feedback .form-control-feedback {
    color: #84517f;
    /* Change to any color */

}

.loginbg {
    background-color: #ffffff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 10px;
    max-width: 100%;

}
.mr-5 {
    margin-right: 5px;
}

.loginbg h3 {
    margin-bottom: 25px;
    color: #84517f;
    font-weight: 700;
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.font-white {
    color: #ffffff !important;
}

.mt-10{
    margin-top: 20px;
}
.icon_top {
    top: 25px !important;
}

.form-group {
    position: relative;
    margin-bottom: 25px;
}

.form-group label {
    display: block !important;
    margin-bottom: 8px !important;
    color: #ffffff !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}

.login_top-content {
    /* position: relative;
    background-color: #fff; */
    /*background: url('https://ice.edu.pk/wp-content/uploads/2025/08/Untitled-design-13-300x188.jpg') no-repeat center center;*/
    /*background-size: cover;*/
    height: 100vh;
    overflow: hidden;
}

.login_top-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5); /* black overlay with 50% opacity */
    z-index: 1;
}

.inner-bg {
    position: relative;
    z-index: 2;

}

.form-control-feedback {
    position: absolute;
    right: 15px;
    top: 42px;
    color: #999999;
    font-size: 16px;
    z-index: 3;
    pointer-events: none;
}

.has-feedback label ~ .form-control-feedback {
    top: 42px;
}


.alert {
    padding: 12px 15px;
    margin-bottom: 20px;
    border-radius: 6px;
    font-size: 14px;
    border: none;
}

.alert-danger {
    background-color: #e74c3c;
    color: #ffffff;
}

.alert-success {
    background-color: #27ae60;
    color: #ffffff;
}

.login_top-content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    flex-direction: column;
    text-align: center;
}

/* Text danger for validation errors */
.text-danger {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    color: #e74c3c !important;
    font-weight: 500;
}

/* Forgot password link styling */
.forgot {
    color: #84517f !important;
    font-weight: 500;
    transition: all 0.3s ease;
    text-decoration: none;
}

.forgot:hover {
    color: #5c3858 !important;
    text-decoration: underline;
}

/* Login button styling */
.form-bottom .btn {
    width: 100%;
    margin-top: 10px;
    padding: 12px 20px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 6px !important;
    transition: all 0.3s ease !important;
}

.form-bottom .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3) !important;
}

/* Captcha refresh icon */
.catpcha {
    cursor: pointer;
    margin-left: 10px;
    color: #84517f;
    font-size: 20px;
    transition: all 0.3s ease;
}

.catpcha:hover {
    color: #5c3858;
    transform: rotate(180deg);
}