#login-view h1 {
	margin-bottom: 20px;
}
#login-view span.small {
	margin-top: 10px;
}
#login-view .social {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
}
#login-view .social > div {
	margin-left: 60px;
}
#login-view .social img {
	width: 60px;
	margin: 0 15px;
	cursor: pointer;
}
#login-view .register {
	margin: 20px 0;
}

@media (min-width: 768px) and (max-width: 991px) {
	html.bx-touch #login-view .os-content > div {
		
	}
	html.bx-touch #login-view .dialog-inputs {
		flex-grow: 1;
	}
	html.bx-touch #login-view h1 {
		margin-bottom: 1vh;
	}
	html.bx-touch #login-view .social {
		margin-top: 1.5vh;
		justify-content: space-around;
	}
	html.bx-touch #login-view .social > div {
		margin-left: 4%;
		flex-grow: 1;
		justify-content: space-around;
		display: flex;
	}
	html.bx-touch #login-view .social img {
		width: 11vw;
		margin: 0;
	}
}