/* RVIG Theme - Login Page Customizations */

/* Make the RVIG logo bigger */
.login-wrapper figure.rvig-logo {
    margin-bottom: 30px;
}

.login-wrapper figure.rvig-logo img {
    max-width: 350px; /* Increase logo size (default is usually around 200-250px) */
    width: 100%;
    height: auto;
}

/* Optional: Adjust spacing for better layout with larger logo */
.login-wrapper {
    padding-top: 20px;
}

/* Ensure the native login form is visible by default for RVIG */
#native-login-form {
    transition: opacity 0.6s ease, transform 0.6s ease;
}

/* Optional: Hide the hr line when form is shown by default */
.rvig-theme #native-login-form hr {
    display: none;
}

/* Optional: Adjust the welcome title for RVIG */
.login-wrapper .title {
    font-size: 24px;
    margin-bottom: 20px;
    color: #003366; /* RVIG brand color - adjust as needed */
}
