﻿.slogin-bg {
    min-height: 100vh;
    width: 100vw;
    background: linear-gradient(135deg, #4f8cff 0%, #3358c5 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.slogin-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 100vh;
}

.slogin-imagge {
    display: flex;
    justify-content: center;
    align-items: center;
}

.slogin-card {
    width: 100%;
    max-width: 400px;
    border-radius: 18px;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.2);
    padding: 32px 24px 24px 24px;
    background: #fff;
}

.slogin-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 16px;
}

.slogin-icon {
    margin-bottom: 8px;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(79, 140, 255, 0.15);
}

.slogin-title {
    font-weight: 600;
    color: #3358c5;
}

.sinput-margin {
    margin-bottom: 18px;
    margin-left: 10px;
    margin-right: 10px;
}

.slogin-btn {
    margin-top: 8px;
    font-weight: 600;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(79, 140, 255, 0.10);
}

.slogin-footer {
    margin-top: 18px;
    text-align: center;
    font-size: 0.95em;
}

.slogin-footer a {
    color: #4f8cff;
    text-decoration: none;
    transition: color 0.2s;
}

.slogin-footer a:hover {
    color: #3358c5;
    text-decoration: underline;
}
