html {
  height: 100%;
}
html body {
  height: 100%;
}
html body div#main-content-wrapper {
  height: 100%;
}
html body div#main-content-wrapper div#main_content {
  height: 100%;
}
html body div#main-content-wrapper div#main_content div#xcontent {
  height: 100%;
}
html body div#main-content-wrapper div#main_content div#xcontent form#frontend_form {
  height: 100%;
}
html body div#main-content-wrapper div#main_content div#xcontent form#frontend_form center {
  height: 100%;
}
html .frontend_start {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}
html .frontend_start .startpage-image,
html .cke_editable .startpage-image {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/pages/frontend_start/girls.jpg");
  height: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
html .frontend_start .startpage-text,
html .cke_editable .startpage-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}
.startpage-text input[type="button"] {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 10px 25px;
  color: black;
  background-color: #ddd;
  text-align: center;
  cursor: pointer;
}
.startpage-text input[type="button"]:hover {
  background-color: #555;
  color: white;
}