﻿body { height: 100vh; overflow: hidden; background: none; }
.mainPannel { display: flex; height: 100vh; }
.mainPannel .left-panel,
.mainPannel .right-panel { overflow: auto; }
.mainPannel .right-panel .formFill { position: relative; }
.login-box .form-group label { font-size: 13px; }
.left-panel { flex: 1.5; /*background: linear-gradient(135deg, #9b3fd4, #e1467c);*/ background: linear-gradient(135deg, #7e53db, #d63e3f); color: white; padding: 40px; /*display: flex;*/ flex-direction: row; justify-content: center; }
.logo { display: inline-block; background: white; color: #a13fdc; font-weight: bold; padding: 12px; max-width: 180px; border-radius: 6px; font-size: 18px; margin-bottom: 20px; width: fit-content; margin-top: 0px; }
.logo img { max-height: 40px; }
.subtitle { font-size: 16px; margin-bottom: 10px; opacity: 0.8; }
.title { font-size: 28px; font-weight: bold; margin-bottom: 20px; }
.feature { background-color: rgba(255,255,255,0.1); padding: 15px 20px; border-radius: 10px; margin-bottom: 12px; display: flex; align-items: start; gap: 12px; }
.feature-icon { font-size: 20px; }
.right-panel { flex: 1; /*background: #f8f8f8;*/ background: #fdfdfe; display: flex; align-items: center; justify-content: center; }
.login-box { background: white; padding: 40px; border-radius: 10px; box-shadow: 0px 4px 20px rgba(0,0,0,0.08); width: 100%; max-width: 450px; }
.login-box h2 { margin-bottom: 10px; }
.form-group { margin-bottom: 20px; }
.form-group input { width: 100%; padding: 10px; border-radius: 6px; border: 1px solid #ccc; padding-left: 55px; background: #fff; }
.remember { display: flex; justify-content: space-between; align-items: center; font-size: 14px; }
.login-btn { width: 100%; padding: 12px; border:none; background: #1f1f2e; color: white; font-weight: bold; border: none; border-radius: 6px; cursor: pointer; margin: 20px 0; display: block; text-align: center; text-decoration: none; outline:none;}
.login-footer { text-align: center; font-size: 14px; }
.login-footer a { color: #9b3fd4; text-decoration: none; }
.powered { margin-top: 20px; text-align: center; font-size: 12px; color: #888; }
.powered a { color: #9b3fd4; text-decoration: none; }
.innerSpace { width: 100%; }
/*===================================*/
.feature p { font-size: 12px; color: #ffffffb3; margin-bottom: 0; }
.innerSpace .feature:last-child { margin-bottom: 0px; }
.login-btn:hover {
    color: #fff;
    background: #8d4fc0;
    border:none;
}
