.logo-unsoed {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    background-image: url('/assets/img/unsoed-logo.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
}

.login.login-with-news-feed .right-content {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    overflow: hidden;
}

.login.login-with-news-feed .login-content {
    border-radius: 10px;
}

.login.login-with-news-feed .login-content .form-control {
    border-radius: 14px !important;
}

.login.login-with-news-feed .login-content .form-group.has-icon {
    position: relative;
}

.login.login-with-news-feed .login-content .form-group.has-icon .field-icon {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #9aa0a6;
    font-size: 16px;
    pointer-events: none;
}

.login.login-with-news-feed .login-content .form-group.has-icon .form-control {
    padding-left: 44px;
}

.login.login-with-news-feed .login-buttons .btn {
    border-radius: 14px !important;
    padding: 14px 18px !important;
    font-weight: 800 !important;
    font-size: 16px !important;
    letter-spacing: 0.3px;
}

@media (max-width: 767px) {
    .login.login-with-news-feed .news-feed {
        display: none !important;
    }
    .login.login-with-news-feed .right-content {
        float: none;
        width: 100% !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .login-header .brand {
        font-size: 24px;
    }
}

.login-container {
    min-height: calc(100vh - 180px);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    background: var(--light-bg);
    padding: 20px 20px 40px;
}

.login-card {
    background: #fff;
    width: 100%;
    max-width: 450px;
    padding: 40px;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.06);
}

.btn-premium {
    background: linear-gradient(90deg, #3b1e54 0%, #5c2d91 100%);
    border: none;
    color: #fff;
    padding: 12px;
    font-weight: 700;
    border-radius: 12px;
    transition: all 0.3s;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
}

.btn-premium:hover {
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(59, 30, 84, 0.25);
}

.login-card .btn-premium {
    margin-bottom: 18px;
}

.btn-google {
    background: #fff;
    border: 1px solid #e9e9ef;
    color: #444;
    padding: 12px;
    font-weight: 700;
    border-radius: 12px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.2s;
    text-decoration: none !important;
}

.btn-google:hover {
    background: #fafafa;
    border-color: #ddd;
}

.form-control-lg {
    border-radius: 12px;
    padding: 12px 14px;
    font-size: 14px;
    border-color: #eee;
    box-shadow: none;
}

.form-control-lg:focus {
    border-color: var(--primary-purple);
}
