#signin-view h1 {
	margin-bottom: 15px;
}
#signin-view span.small {
	margin-top: 10px;
}
#signin-view .social {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 15px;
	padding-top: 15px;
	border-top: 2px solid #FF8C00;
}
html:not(.bx-touch) #signin-view .dialog-inputs input {
	margin: 7px 0;
}
#signin-view .social > div {
	margin-left: 60px;
}
#signin-view .social img {
	width: 60px;
	margin: 0 15px;
	cursor: pointer;
}
#signin-view .login {
	
}
#signin-view form {
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
	align-items: stretch;
}
#signin-view form .col {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 339px;
}
#signin-view form .col:last-of-type {
	
}
#signin-view form .col:last-of-type > div {
	width: 100%;
	display: flex;
	justify-content: space-between;
	font-size: 21px;
	align-items: center;
	min-height: 51px;
}
#signin-view .child-selector label {
	display: flex;
	align-items: center;
}
html:not(.bx-touch) #signin-view .os-content > div {
	padding: 15px 65px;
}
#signin-view .child-selector, #signin-view .child-age {
	margin: 7px 0;
}
#signin-view .child-age.invisible {
	pointer-events: none;
}
#signin-view .child-age label.text-left {
	font-size: 22px;
}
#signin-view form .col:last-of-type .child-age {
	flex-grow: 1;
	flex-direction: column;
	justify-content: flex-start;
}
#signin-view .child-age-selector {
	display: flex;
	width: 100%;
	justify-content: space-between;
	margin-top: 20px;
}
#signin-view .child-age-selector label {
	width: 64px;
	height: 64px;
	background: white;
	color: #FF8C00;
	border-radius: 32px;
	box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.25);
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 22px;
	flex-direction: column;
}
#signin-view .child-age-selector label.checked {
	background: #FF8C00;
	box-shadow: none;
	border: 1px solid white;
	color: white;
}
#signin-view .child-age-selector label span {
	font-size: 18px;
}
#signin-view .child-age-selector label span.big {
	font-size: 26px;
}
#signin-view .checkboxes {
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: stretch;
}
#signin-view .checkboxes .col {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 339px;
	text-align: left;
}
#signin-view .checkboxes label {
	display: flex;
	align-items: center;
	margin-bottom: 8px;
}
#signin-view .checkboxes label span {
	color: #535352;
	font-size: 16px;
	font-weight: normal;
}
#signin-view .checkboxes a:hover {
	text-decoration: underline;
}
#signin-view .tmp {
	width: 100px;
	height: 30px;
	border: 1px solid black;
}
#signin-view .col-center {
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}
#signin-view .col-center > * {
	margin: 5px 0;
}

@media (min-width: 768px) and (max-width: 991px) {
	html.bx-touch #signin-view form {
		flex-direction: column;
	}
	html.bx-touch #signin-view form .col {
		width: 100%;
	}
	html.bx-touch #signin-view form .col:last-of-type > div {
		font-size: 7vw;
		margin: 1vh 0;
		width: 75%;
	}
	html.bx-touch #signin-view .child-age label.text-left {
		font-size: 4.5vw;
	}
	html.bx-touch #signin-view .child-age-selector {
		margin-top: 1vh;
	}
	html.bx-touch #signin-view .child-age-selector label {
		width: 15vw;
		height: 15vw;
		border-radius: 7.5vw;
		line-height: 5vw;
	}
	html.bx-touch #signin-view .child-age-selector label span {
		font-size: 4.5vw;
	}
	html.bx-touch #signin-view .child-age-selector label span.big {
		font-size: 6.5vw;
	}
	html.bx-touch #signin-view .checkboxes {
		flex-direction: column;
		align-items: center;
	}
	html.bx-touch #signin-view .checkboxes .col {
		width: 75%;
	}
	html.bx-touch #signin-view .checkboxes label {
		margin-bottom: 1vh;
	}
	html.bx-touch #signin-view .checkboxes label span {
		font-size: 3.5vw;
	}
	html.bx-touch #signin-view .social {
		margin-top: 1.5vh;
		justify-content: space-around;
	}
	html.bx-touch #signin-view .social > div {
		margin-left: 4%;
		flex-grow: 1;
		justify-content: space-around;
		display: flex;
		min-width: 63%;
	}
	html.bx-touch #signin-view .social img {
		width: 11vw;
		margin: 0;
	}
}