body {
    font-family: "Poppins", sans-serif;
    background: #f8f9fb;
}

.login-section {
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.left-content h1 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    color: #222;
}

.logo {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #666;
    font-weight: 600;
}

.login-card {
    border-radius: 20px;
    max-width: 420px;
    margin: auto;
}

.form-control {
    height: 48px;
    border-radius: 10px;
}

.btn-primary {
    height: 48px;
    border-radius: 10px;
    font-weight: 600;
}

.avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-left: -10px;
    border: 2px solid #fff;
}

.avatar:first-child {
    margin-left: 0;
}

.joined {
    display: flex;
    justify-content: center;
    align-items: center;
}

.password-wrapper {
    position: relative;
}

.field-icon {
    position: absolute;
    right: 9px;
    top: 70%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #6c757d;
    z-index: 2;
}

#close-password {
    display: none;
}

@media(max-width:992px) {
    .left-content {
        margin-bottom: 30px;
    }

    .left-content h1 {
        font-size: 36px;
    }
}

.left-content{
    max-width:520px;
    margin:auto;
    text-align:center;
}

.left-content h2{
    font-size:34px;
    font-weight:700;
    line-height:1.4;
}

.left-content p{
    font-size:17px;
    color:#6c757d;
    line-height:1.7;
    margin-bottom:0;
}
