
















.register-wrapper {
        min-height: 100vh;
    }
    .register-image {
        background: url('https://technocratsgroup.edu.in/wp-content/uploads/2026/01/tit.jpg') no-repeat center center;
        background-size: cover;
        position: relative;
        color: #fff;
        padding: 2rem;
    }
    .register-image::before {
        content: '';
        position: absolute;
        top: 0; left: 0; right: 0; bottom: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 1;
    }
    .register-image-content {
        position: relative;
        z-index: 2;
    }
    .register-form-wrapper { 
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 2rem;
    }
    .register-card {
        width: 100%;
        max-width: 450px;
        border: none;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }
    .btn-register {
        background-color: #28a745;
        color: #fff;
    }
    .btn-register:hover {
        background-color: #1e7e34;
    }
    .register-links a {
        color: #28a745;
        text-decoration: none;
    }
    .register-links a:hover {
        text-decoration: underline;
    }

    


     .login-wrapper {
        min-height: 100vh;
    }
    .login-image {
        background: url('https://technocratsgroup.edu.in/wp-content/uploads/2026/01/tit.jpg') no-repeat center center;
        background-size: cover;
        position: relative;
        color: #fff;
        padding: 2rem;
    }
    .login-image::before {
        content: '';
        position: absolute;
        top: 0; left: 0; right: 0; bottom: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 1;
    }
    .login-image-content {
        position: relative;
        z-index: 2;
    }
    .login-form-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 2rem;
    }
    .login-card {
        width: 100%;
        max-width: 400px;
        border: none;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }
    .btn-login {
        background-color: #007bff;
        color: #fff;
    }
    .btn-login:hover {
        background-color: #0056b3;
    }
    .login-links a {
        color: #007bff;
        text-decoration: none;
    }
    .login-links a:hover {
        text-decoration: underline;
    }



    .reset-page {
        min-height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #f8f9fa;
    }
    .reset-container {
        width: 100%;
        max-width: 900px;
        box-shadow: 0 0 15px rgba(0,0,0,0.1);
        background-color: #fff;
        border-radius: 8px;
        overflow: hidden;
    }
    .reset-visual {
        background: url('https://technocratsgroup.edu.in/wp-content/uploads/2026/01/tit.jpg') no-repeat center center;
        background-size: cover;
        color: #fff;
        padding: 3rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .reset-visual h1 {
        font-size: 2rem; color:#000;
        margin-bottom: 1rem;
    }
    .reset-visual p {
        font-size: 1.1rem;  color:#000;
    }
    .reset-form {
        padding: 3rem;
    }
    .reset-form h4 {
        margin-bottom: 1rem;
    }
    .btn-reset-premium {
        background-color: #6f42c1;
        color: #fff;
    }
    .btn-reset-premium:hover {
        background-color: #5a32a3;
    }
    .reset-back {
        margin-top: 1.5rem;
    }
    .reset-back a {
        color: #6f42c1;
        text-decoration: none;
    }
    .reset-back a:hover {
        text-decoration: underline;
    }