body.login {
  background: #D9E7DD;
  overflow: hidden;
  position: relative;
  min-height: 100vh;
}
body.login::before {
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg width='781' height='835' viewBox='0 0 781 835' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M744.444 644.138C605.983 643.169 561.839 512.38 541.774 469.3L436.931 234.309L190.988 -312.996C129.505 -289.51 65.5708 -273.002 0.000117748 -263.52L330.119 465.585C330.119 465.585 438.536 681.08 483.788 728.521C578.564 827.828 645.488 835 744.444 835L798.493 835L798.493 644.138L744.444 644.138Z' fill='%23CFE0D5'/%3E%3C/svg%3E");
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: calc(100% + 300px);
    z-index: 1;
    background-position: right top;
    background-size: contain;
    background-repeat: no-repeat;
}
body.login #login {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 24px 80px -23px rgba(0,0,0,0.29);
  -moz-box-shadow: 0px 24px 80px -23px rgba(0,0,0,0.29);
  box-shadow: 0px 24px 80px -23px rgba(0,0,0,0.29);
  margin-top: 8%;
  padding: 0;
  position: relative;
  z-index: 2;
}
body.login #login h1 {
  background: #492034;
  padding: 15px 0;
}
body.login #login h1 a, body.login h1 a {
    background-image: url('https://cherry-marketing.nl/global-assets/admin/cherry-logo-wit.svg');
    background-size: 180px;
    background-position: center;
    height: 84px;
    margin-bottom: 0;
    width: 200px;
}
body.login #login form {
	border: 0px solid !important;
	border-bottom: 1px solid #E5E7EB !important;
	box-shadow: none;
	margin-top: 0;
	padding-bottom: 24px;
}
body.login #login label {
	font-weight: bold;
	margin-bottom: 5px;
}
body.login #login form input {
	border-radius: 0;
	border: 1px solid #E5E7EB;
}
body.login #login form input:focus {
	border: 1px solid #6B7280 !important;
}
body.login #nav,
body.login #backtoblog {
  /* background: #ffffff; */
  margin: 0;
  padding-top: 24px;
}
body.login #backtoblog {
  padding-bottom: 24px;
  padding-top: 16px;
}

body.login .message,
body.login .success,
body.login #login_error {
  background-color: #f2e1bc;
  border-left: 4px solid #f1a80c;
  box-shadow: none;
  margin-bottom: 0;
}

body.login p.forgetmenot {
	width: 100%;
}

body.login .button-primary, body.login .button-primary:focus, body.login .button-primary:active {
	background: #d8352a;
	border: 1px solid #d8352a;
	margin-top: 15px;
	padding: 5px 15px !important;
	border-radius: 50px !important;
	-webkit-border-radius: 50px !important;
	-moz-border-radius: 50px !important;
	-ms-border-radius: 50px !important;
	-o-border-radius: 50px !important;
    float: left;
}

body.login .button-primary:hover {
  background: #a81e16;
  border-color: #a81e16;
}

body.login input[type="text"]:focus,  body.login input[type="password"]:focus{
  box-shadow: none;
  border: 2px solid #7b9331;
}

.language-switcher {
	width: 320px;
	padding-top: 4px;
	margin: auto;
	background-color: #f5f5f5;
    position: relative;
    z-index: 2;
}
