@font-face {
	font-family: "Peyda";
	src: url("#") format("woff");
	font-weight: 400;
}
body {
	background: #e0e0e0;
	background: url("https://bersadis.com/wp-content/uploads/2025/07/444.jpg");
}
#login {
	font-family: "Peyda", sans-serif;
}
#login h1 a {
	background: url("https://bersadis.com/wp-content/uploads/2024/12/5.jpg");
	background-size: contain;
	background-repeat: no-repeat;
	width: 30;
}
#login p:not(:first-child) {
	text-align: center;
}
#loginform {
	border-radius: 7px;
	background: transparent;
	box-shadow: 20px 20px 60px #bebebe,
				-20px -20px 60px #fff;
	border: none;
	padding: 30px;
}
#loginform input, #language-switcher-locales {
	border-radius: 7px;
	border: none;
}
#loginform input:focus, #language-switcher-locales:focus {
	outline-color: #999;
}
#loginform input.button, #language-switcher input.button{
	background: #999;
	color: #fff;
	font-family: "Peyda", sans-serif;
	border: none;
	border-radius: 5px;
}
button.button {
	color: #999 !important;
}

