html, body, .page {
	background-image: url("/typo3conf/ext/rpd_rapidoo/Resources/Public/Images/luke-chesser-48.jpg");
	background-size: cover;
	background-position: center center;
}

input:not(.form-check-input) {
	border:none;
	width: 100%;
}

.login-wrapper {
	padding: 3rem 0;
}

.page-wrapper {
	margin-left: 15px;
	margin-right: 15px;
	width: 100%;
}

@media (min-width: 576px) {
	.page-wrapper {
		max-width: 474px;
	}
}

.content-col-100 {
	background-color: transparent;
	padding: 0 50px;
}

.content-col-100 p {
	margin-bottom: 1rem;
}

.login-mask{
	background:#4688ae;
	box-shadow: 0 0 10px rgba(0,0,0, .5);
	color:#fff;
	padding: 15px;
}

.login-mask.sign-up-link {
	margin-top: 20px;
}
.login-mask.sign-up-link a {
	margin-left: 0;
	background-color: #339545;
	border: 1px solid #339545;
	color: #FFFFFF;
}
.login-mask.sign-up-link a:hover {
	background-color: #40bb57;
	border: 1px solid #40bb57;
}

.logo {
	text-align: center;
}

h2 {
	font-size: 1.8rem;
	font-weight: 300;
	margin-bottom: .5rem;
}

.login-form {
	margin-bottom: 1rem;
}

form fieldset {
	border: none;
}

form fieldset legend {
	margin-bottom: 1rem;
}

.form-check {
	display: block;
	margin-bottom: 1rem;
	padding-left: 1.25rem;
	position: relative;
}

.form-check .form-check-input {
	position: absolute;
	margin-top: .3rem;
	margin-left: -1.25rem;
}

.formError {
	display: none !important;
}

.formError + input {
	border: 1px solid red;
}

.formError ~ .form-check-label {
	border-bottom: 1px solid red;
}

.create-profile-form .formError ~ .control-indicator {
	border-color: red;
}

.femanager_flashmessages > div {
	padding: 12px;
}
