body {
	padding: 20vh 10px 0;
}

#logo-login {
	display: block;
	width: 100%;
}

#f-login {
	max-width: 340px;
	margin: auto;
}
#f-login > div {
	margin-bottom: 33px;
	position: relative;
}
#f-login > div:nth-of-type(2) {
	margin-bottom: 22px;
}

label {
	line-height: 2.4;
	font-family: AvertaforTBWABold, sans-serif;
	position: absolute;
	top: 0;
	right: 100%;
	width: 104px;
}

.btn-primary, .btn-primary:hover, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled):focus {
	background: #ffcc05;
	color: #4f4f4f;
	border-radius: 0;
	border: 0;
	line-height: 2;
	padding: 0 50px;
}
