body:has(.sign-up-container) {
	overflow: hidden;
}

.bookframe {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.book-cover {
	background-image: url('../img/book-frame.png');
	background-size: cover;
	width: 360px; /* Adjust to match the dimensions of your frame image */
	height: 360px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
	padding: 80px;
	max-width: 500px;
}

.book-cover > p {
	margin: 10px;
	max-width: 50%;
}

.book-cover > .language-select {
	margin-top: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.page-header {
	float: right;
}

.login-signup {
	margin: 10px;
	text-decoration: none;
	float: right;
}

.login-signup a {
	text-decoration: none;
	font-weight: 700;
}

.signup-heading {
	font-size: 2em;
	font-weight: bold;
	padding-top: 60px;
	text-align: center;
}

img.logo {
	width: 100px;
	height: 100px;
}

.inline-block {
	display: inline-block;
}

.row {
	text-align: center;
	padding: 10px;
	margin: 10px;
	line-height: 30px;
}

.form-label {
	margin-bottom: 5px;
	text-align: left;
}

input.input-box-330 {
	width: 250px;
}



input.btn {
	width: 250px
}

.signup-align {
	margin: 0 auto;
}


.page-content {
	font-weight: bold;
	padding-top: 60px;
	text-align: center;
}


.selected {
	background-color: #3d98c4;
	color: #fff;
}

.flag {
	/* scale size to a third */
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-o-transform: scale(0.5);
	-ms-transform: scale(0.5);
	transform: scale(0.5);
}
