body.login {
	/*
	background: url('../img/login-bg.jpg') repeat left bottom;
	background-size: cover;
	*/
}
.login h1 a {
	background: url('https://images.cdn.smarteventmanager.nl/sem-shared-content/WebAppDefaults/logo.svg') no-repeat center center;
	background-size: 270px 75px;
	height: 75px;
	width: 270px;
}
#login > h1{
	background-color: white;
}

#login {
	min-width: 360px;
	width: 50%;
	max-width: 500px;
}

.custom-login-message {
	text-align: center;
	font-size: 16px;
	color: #555;
	margin-top: 20px;
	margin-bottom: 20px;
}
.custom-login-message p {
	margin-bottom: 10px;
}
.custom-login-message .custom-login-button {
	display: inline-block;
	padding: 10px 20px;
	font-size: 16px;
	color: #fff;
	background-color: #007cba;
	border: none;
	border-radius: 5px;
	text-decoration: none;
	margin-top: 10px;
}
.custom-login-message .custom-login-button:hover {
	background-color: #005a8c;
}


#login-accordion {
    width: 100%;
    margin: 0 auto;
}

#login-accordion h2 {
	background: white;
	border-radius: 5px;
	border: 1px solid #ddd;
	cursor: pointer;
	font-size: 16px;
	margin: 0;
	padding: 10px;
	text-align: left;
}

#login-form-wrapper {
    display: none;
    padding: 20px;
    border: 1px solid #ddd;
    background-color: #fff;
}
