.bg-plum-plate {
	background-color: #112237 !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-image:none !important;
}
#buchungForm, #formFooter1, #registerForm, #formFooter1 {
	display: none;
}
.logo {
	text-align: center;
}
.modal-header {
	background-color: #fff;
}
.grayBorder {

}
#showBuchung {
	border-bottom:3px solid rgb(32, 112, 233);
	padding-left: 14px !important;
}
#showLogin {
	border-bottom: 3px solid rgb(32, 112, 233);
}
#showBuchung.grayBorder {
	border-radius: 0px 8px 0px 3px;
	border-bottom:3px solid #fff;
}
#showLogin.grayBorder {
	border-radius: 8px 0px 3px 0px;
	border-bottom:3px solid #fff;
}
.showSomeForm {
	height: 70px;
	min-height: 70px;
	cursor: pointer;
	font-size: 18px;
	color: #243341;
	padding-bottom: 5px;
}
.showSomeForm i{
	font-size: 24px;
	margin-right: 10px;
	color:#243341;
}
.showSomeForm.grayBorder {
	color:#5D748A;
}
.modal-body {
	padding: 0 !important;
}
#loginForm, #buchungForm, #registerForm, #formFooter, #formFooter1, #stillNotMember{
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 50px;
	padding-right: 50px;
}
#loginForm, #buchungForm {
	min-height: 290px;
}
.bg-my-gradient {
    background-image: linear-gradient(120deg, #dd52e1 0%, #426ad8 100%) !important;
}
.showSomeForm.grayBorder i{
	color:#5D748A;
}
.modal-content {
	border-top-left-radius: 8px !important;
	border-top-right-radius: 8px !important;
	border-bottom-right-radius: 8px !important;
	border-bottom-left-radius: 8px !important;
}
.modal-footer {
    border-bottom-right-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
}
.copyright {
	color:#fff;
}
#headerWrapper {
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 20px;
}
.form-control::placeholder {
	color:#bbb !important;
}
input.form-control {
	height: 50px;
	border: 1px solid #ddd;
	border-radius: 7px !important;
}
.position-relative.form-group {
	margin-bottom: 20px;
}
#recoverPassword {
	padding-top: 0 !important;
	color: rgb(32, 112, 233);
}
.registerLink {
	padding-top: 0 !important;
	color: rgb(32, 112, 233) !important;
}

#loginButton, #buchungButton, #register {
	width: 290px;
	max-width: 100%;
	font-size: 19px;
	background-color: rgb(32, 112, 233) !important;
	border-radius: 7px;
	border:none;
	font-weight: 600;
	height: 53px;
	color:#fff;
	padding-top: 11px;
}
#loginButton:hover, #buchungButton:hover, #register:hover {
	opacity: 0.9;
}
#loginButton {
	margin-top: 2px;
}
#stillNotMember, #stillNotMember a {
	font-size: 16px;
	line-height: 18px;
}
#loginButtonWrapper {
	padding-top: 2px;
}
.min-h-100vh {
	min-height:100vh;
}
.logo img{
	max-width: 200px;
}

@media (max-width: 575px) {
	.logo {
		margin-bottom: 30px;
	}
	#loginForm, #buchungForm, #registerForm, #formFooter, #formFooter1, #stillNotMember{
		padding-left: 1rem;
		padding-right: 1rem;
	}	
	#recoverWrapper {
		margin-top: 12px;
	}
}