.login-wrapper {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.pagelayout-login #page {
    background: linear-gradient(rgba(20, 33, 61, 0.8), rgba(20, 33, 61, 0.9)), url(https://www.vetogate.com/Upload/libfiles/505/8/75.jpg);
    background-size: cover;
    background-position: center;
    /* background: #f8f9fa; */
    /* background-image: linear-gradient(to right, #f8f9fa 0%, #dee2e6 100%); */
    /* background-repeat: repeat-x; */
}

.new-login-container {
    display: flex;
    min-height: 100vh;
    font-family: 'Arial', sans-serif;
}

.modern-login {
    display: flex;
    min-height: 100vh;
    direction: rtl;
}

.login-left {
    flex: 1;
    background: #14213D;
    padding: 40px;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.logo-img {
    width: 120px;
    margin-bottom: 40px;
}

.welcome-text {
    font-size: 36px;
    margin-bottom: 20px;
}

.welcome-desc {
    font-size: 16px;
    line-height: 1.6;
    max-width: 400px;
    opacity: 0.8;
}

.login-right {
    flex: 1;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
}

.login-container {
    background: white;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 400px;
    margin: 1rem;
}

.login-header {
    text-align: center;
    margin-bottom: 2rem;
    color: #ffffff;
}

.login-logo {
    max-width: 200px;
    margin-bottom: 1rem;
    width: 120px;
}

.login-title {
    font-size: 1.8em;
    color: #14213D;
    margin-bottom: 30px;
    font-size: 32px;
}

.login-subtitle {
    font-size: 18px;
    opacity: 0.8;
}

.login-form-wrapper {
    width: 100%;
    max-width: 400px;
}

.login-form {
    background: #ffffff;
    padding: 30px;
    border-radius: 10px;
}

.login-form .form-group {
    margin-bottom: 1.5rem;
    margin-bottom: 20px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    color: #333;
    font-weight: 500;
}

.form-group input {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    transition: border-color 0.3s;
}

.form-group input:focus {
    border-color: #14213D;
    outline: none;
}

.forgot-pass {
    text-align: right;
    margin: 10px 0 20px;
}

.forgot-pass a {
    color: #14213D;
    text-decoration: none;
}

.login-btn {
    width: 100%;
    padding: 12px;
    background: #14213D;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s;
}

.login-btn:hover {
    background: #1c2e4a;
}

.form-actions {
    margin-top: 30px;
}

.form-actions button {
    width: 100%;
    padding: 12px;
    background: #14213d;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    margin-bottom: 15px;
}

.login-title {
    font-size: 1.8em;
    color: #14213D;
    margin-bottom: 30px;
}

.input-group {
    margin-bottom: 20px;
}

.input-group label {
    display: block;
    margin-bottom: 8px;
    color: #333;
    font-weight: 500;
}

.input-group input {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 1em;
}

.login-button {
    width: 100%;
    padding: 12px;
    background: #14213D;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 1em;
    cursor: pointer;
    margin-top: 20px;
    text-transform: lowercase;
}

.login-button:hover {
    background: #1c2e4a;
}

.forgot-password {
    text-align: right;
    margin-top: 10px;
}

.forgot-password a {
    color: #14213D;
    text-decoration: none;
}

.forgot-link {
    display: block;
    text-align: center;
    color: #14213d;
    text-decoration: none;
}

.register-link {
    text-align: center;
    margin-top: 20px;
    color: #666;
}

.register-link a {
    color: #14213D;
    text-decoration: none;
    font-weight: 500;
}

.login-error {
    background: #ffe6e6;
    color: #d63939;
    padding: 12px;
    border-radius: 4px;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .new-login-container {
        flex-direction: column;
    }
    
    .login-left {
        padding: 30px 20px;
    }
}
