
.cms-help__toggle {
	display: none;
}

.cms-sitename {
	height: auto;
	background: url("../images/caza.svg") !important;
	background-size: 30px !important;
	background-repeat: no-repeat !important;
	background-position: 14px 11px !important;
	border-bottom: 1px solid #555;
}

.cms-sitename .cms-sitename__title {
	padding-left: 55px;
	overflow: inherit;
	white-space: inherit;
	width: 100%;
}


.cms-menu__header {
  background-color: #333;
}

.cms-login-status a:hover {
	background-color: #222 !important;
}

.cms-menu__list li a {
  /* background-color: #f1f3f6; */
}

.cms-sitename .font-icon-silverstripe::before {
	display: none;
}

html.SecurityLogin {
	height: 100%;
}

body.SecurityLogin h1 {
	font-weight: 500;
	font-size: 1.3em;
	margin-bottom: 20px;
}


body.SecurityLogin {
	font-family: 'Poppins', sans-serif;
	background-color: #ccc;
	box-sizing: border-box;
	position: relative;

	height: 100%;
	background-image: url(../images/background-fleur.jpg);
	background-position: center;
	background-size: cover;
}
body.SecurityLogin:before {
  content: "";
  display: block;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #eee;
  position: fixed;
  opacity: .9;
}

body.SecurityLogin img {
	width:80px;
	height: auto;
  margin-bottom: 40px;
}

body.SecurityLogin .wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
  min-height: calc(100vh);
}
body.SecurityLogin .wrapper .box {
	margin:20px;
	width:400px;
	margin:0 auto;
	background-color: #fff;
	padding:50px;
	box-sizing: border-box;
	position:relative;
	overflow-y: auto;
	-webkit-box-shadow: 0px 0px 5px -2px rgba(0,0,0,0.55);
	-moz-box-shadow: 0px 0px 5px -2px rgba(0,0,0,0.55);
	box-shadow: 0px 0px 5px -2px rgba(0,0,0,0.55);
}




body.SecurityLogin input,
body.SecurityLogin select {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
	font-size: 1em;
	font-weight: 300;
	color: #555;
}


body.SecurityLogin input:focus,
body.SecurityLogin select:focus {
  outline: none;
}

body.SecurityLogin form {
	font-family: 'Poppins', sans-serif;
}


body.SecurityLogin input[type="submit"] {
	border:3px solid #000;
	padding:20px 10px;
	box-sizing: border-box;
	margin:20px 0;
  font-weight: 200;
	font-size: 1.2em;
	color:#000;
	background-color: #fff;
}
body.SecurityLogin input[type="submit"]:hover {
	color:#85b0c5;
	border-color:#85b0c5;
}

body.SecurityLogin form .field {
	margin-bottom:10px;
}

body.SecurityLogin form input[type="checkbox"].checkbox {
	position: absolute;
	margin-top: 5px;
  width: inherit;
}


body.SecurityLogin form input[type="checkbox"].checkbox + label{
  padding-left: 30px;
}


body.SecurityLogin #ForgotPassword {
	text-align: center;
	font-size: .8em;
}

body.SecurityLogin a {
	color: #666;
	text-decoration: none;
}
body.SecurityLogin a:hover {
	color: #999;
}


body.SecurityLogin .message {
	padding: 20px 25px;
	background-color: #f4f4f4;
	box-sizing: border-box;
	font-size: .9em;
	margin-bottom: 20px;
}

/*
@media(max-width: 1023px) {

	body.SecurityLogin .wrapper {
	    height: initial;
	    margin-top: 40px;
	    margin-bottom: 40px;
		}

	}
*/
