﻿/* CSS khusus untuk halaman login */

.login-card {
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	flex-direction: column;
	align-items: center;
	text-align: center;
	width: 90%;
	max-width: 350px;
	max-height: 400px;
	margin-top: 200px;
	margin-bottom: 100px;
}

.form-group {
	padding: 5px;
}

html, body {
	overflow-x: hidden;
}

h1, h2 {
	color: #333;
}

hr {
	border: none;
	height: 1px;
	background-color: #000000;
	width: 100%;
	margin: 10px 0;
}

.text-danger {
	margin-top: 5px;
}

/* Global Styles */
body {
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	background: linear-gradient(135deg, #ffeef8, #ffb7e0);
	justify-content: center;
	align-items: center;
	height: 100vh;
	margin: 0;
	display: flex;
}
