body {
    background: linear-gradient(135deg, #f6f7fa 60%, #e6edff 100%);
    min-height: 100vh;
    font-family: 'Segoe UI', 'Arial', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-x: hidden;
    box-sizing: border-box;
}

.login-panel360 {
    width: 100%;
    max-width: 400px;
    background: #fff;
    border-radius: 20px;
    padding: 38px 24px 28px 24px;
    text-align: center;
    margin: 36px 0;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

.login-panel360 .logo {
    display: block;
    margin: 0 auto 12px auto;
    max-width: 250px;
    height: auto;
}

.login-panel360 .subtitle {
    color: #768B95;
    font-size: 1.08rem;
    margin-bottom: 22px;
    letter-spacing: 0.01em;
}

.login-panel360 .tab-btns {
    display: flex;
    margin-bottom: 0;
    border-radius: 12px 12px 0 0;
    overflow: hidden;
    box-shadow: 0 2px 8px 0 rgba(7, 205, 163, 0.04);
}

.login-panel360 .tab-btn {
    flex: 1;
    border: none;
    background: #F6F6F6;
    color: #768B95;
    font-weight: bold;
    padding: 12px 0;
    font-size: 1.08rem;
    transition: background 0.13s, color 0.13s;
    cursor: pointer;
}

.login-panel360 .tab-btn.active {
    background: #fff;
    color: #07CDA3;
    border-bottom: 2px solid #07CDA3;
    z-index: 2;
}

.login-panel360 .tab-btn:not(.active):hover {
    background: #e6edff;
    color: #07CDA3;
}

.login-panel360 .tab-content {
    background: #fff;
    border-radius: 0 0 14px 14px;
    padding: 18px 0 0 0;
    margin-bottom: 14px;
    box-shadow: 0 2px 8px 0 rgba(7, 205, 163, 0.04);
}

.gib-desc {
    color: #768B95;
    font-size: 1.01rem;
    margin-bottom: 14px;
    margin-top: -2px;
    text-align: left;
    padding-left: 2px;
}

.inputitem {
    text-align: left;
    margin-bottom: 7px;
    width: 100%;
}

.inputitem label {
    font-size: 1.08rem;
    color: #232323;
    margin-bottom: 4px;
    display: block;
    font-weight: 600;
    width: 100%;
}

.inputitem .input-group360 {
    display: flex;
    align-items: center;
    width: 100%;
    background: #fff;
    border: 1.7px solid #D0DBE0;
    border-radius: 12px;
    box-shadow: 0 1.5px 5px 0 rgba(60, 60, 120, 0.04);
    transition: border 0.2s, box-shadow 0.2s;
    height: 50px;
    padding: 0 0 0 0;
}

.inputitem .input-group360:focus-within {
    border: 1.7px solid #07CDA3;
    box-shadow: 0 2px 10px 0 rgba(7, 205, 163, 0.10);
}

.inputitem .input-group360 .bi {
    margin-left: 12px;
    margin-right: 10px;
    color: #bfc3c9;
    font-size: 22px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.inputitem .input-group360 input {
    border: none;
    outline: none;
    background: transparent;
    font-size: 1.08rem;
    color: #232323;
    font-weight: 500;
    width: 100%;
    height: 50px;
    padding: 0 14px 0 0;
    box-shadow: none;
    transition: color 0.2s;
}

.inputitem .input-group360 input::placeholder {
    color: #bfc3c9;
    font-weight: 400;
    opacity: 1;
}

.btn-360 {
    width: 100%;
    border-radius: 12px;
    font-weight: bold;
    font-size: 1.13rem;
    padding: 15px 0;
    margin-bottom: 14px;
    background: #232323;
    color: #fff;
    border: none;
    transition: background 0.2s, box-shadow 0.2s;
    box-shadow: 0 2px 10px 0 rgba(60, 60, 60, 0.10);
    letter-spacing: 0.01em;
}

.btn-360:hover {
    background: #444;
    color: #fff;
    box-shadow: 0 4px 16px 0 rgba(60, 60, 60, 0.13);
}

.btn-360-alt {
    background: #F6F6F6;
    color: #1E1E1E;
    box-shadow: 0 2px 6px 0 rgba(60, 60, 120, 0.04);
    border: 1.7px solid #D0DBE0;
    border-radius: 12px;
    font-size: 1.08rem;
    padding: 15px 0;
    margin-bottom: 14px;
}

.btn-360-alt:hover {
    background: #232323;
    color: #fff;
    border: 1.7px solid #232323;
}

.register-link {
    color: #07CDA3;
    font-weight: 500;
    text-align: center;
    display: block;
    margin: 14px 0 10px 0;
    text-decoration: none;
    font-size: 1.08rem;
    transition: color 0.2s;
}

.register-link:hover {
    color: #05a381;
    text-decoration: underline;
}

.divider {
    text-align: center;
    color: #bfc3c9;
    margin: 14px 0 10px 0;
    font-size: 1.08rem;
    font-weight: 500;
    letter-spacing: 0.08em;
}

.btn-whatsapp {
    background: #07CDA3;
    color: #fff;
    font-weight: bold;
    border-radius: 12px;
    padding: 15px 0;
    width: 100%;
    font-size: 1.13rem;
    margin-top: 10px;
    border: none;
    transition: background 0.2s, box-shadow 0.2s;
    box-shadow: 0 2px 10px 0 rgba(7, 205, 163, 0.10);
}

.btn-whatsapp:hover {
    background: #05a381;
    color: #fff;
    box-shadow: 0 4px 16px 0 rgba(7, 205, 163, 0.13);
}

.btn-whatsapp .bi {
    margin-left: 8px;
    font-size: 1.2em;
    vertical-align: -0.2em;
}