/**
 * cc/views/home/sign-in.css
 */

@media (max-width: 768px) {
	#header-navigation .navbar-brand {
		display: none;
	}
}
html.webp section#main {
    background: url('/images/cc-main-bg.webp') no-repeat center center fixed;
    -webkit-background-size: cover;
    background-size: cover;
}
html.no-js section#main,
html.no-webp section#main {
    background: url('/images/cc-main-bg.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    background-size: cover;
}
#sign-in .logo {
    display: none;
}
#sign-in .lead-text {
    padding-top: 36px;
}
body section#main #alphera {
	padding: 36px 12px;
	border-radius: 6px;
	background: #F1F1F1;
	margin: 18px 18px 0 18px;
	overflow: hidden;
}

@media (min-width: 768px) {
	body section#main #alphera {
		position: relative;
		margin: 18px auto 0 auto;
		width: 480px;
	}
}

button.block {
	font-size: 15px;
}

@media (max-width:480px) {
	button.block {
		font-size: 13px;
	}
}