/* version 2.5.0 - Newsthemes Login Styles */

.newsthemes-login-container {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80vh; /* Supaya card login di tengah layar secara vertikal */
}

.newsthemes-login-card {
    background: #ffffff;
    max-width: 400px;
    width: 100%;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    text-align: center;
}

.newsthemes-login-header {
    margin-bottom: 30px;
}

.newsthemes-main-icon img {
	max-width: 80px
}

/* Styling Logo Text */
.newsthemes-logo-text {
    font-size: 24px;
    font-weight: 800;
    color: #1e293b;
    text-decoration: none;
    letter-spacing: -0.5px;
}

.newsthemes-logo-text span {
    color: #2563eb; /* Warna primary biru */
}

.newsthemes-login-header h1 {
    font-size: 20px;
    color: #1e293b;
    margin: 15px 0 8px;
}

.newsthemes-login-header p {
    font-size: 14px;
    color: #64748b;
    line-height: 1.5;
}

.newsthemes-login-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

/* Garis Pemisah (Divider) */
.newsthemes-login-divider {
    width: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    margin: 10px 0;
    color: #cbd5e1;
}

.newsthemes-login-divider::before,
.newsthemes-login-divider::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #e2e8f0;
}

.newsthemes-login-divider span {
    padding: 0 10px;
    font-size: 12px;
    font-weight: 600;
    color: #94a3b8;
}

/* Tombol Back to Home */
.newsthemes-btn-back {
    font-size: 14px;
    color: #64748b;
    text-decoration: none;
    transition: color 0.2s;
}

.newsthemes-btn-back:hover {
    color: #2563eb;
}

.newsthemes-btn-back i {
    margin-right: 5px;
}

/* Agar tombol Google responsif di dalam card */
.g_id_signin {
    display: flex;
    justify-content: center;
    width: 100%;
}