@import url(https://fonts.googleapis.com/css?family=Open+Sans);

body {
  width: 100%;
  height: 100%;
  position: absolute;
  font-family: "Open Sans", sans-serif;
}

div#page {
  display: block;
  width: 100%;
  height: 100%;
  background-color: black;
}

div#head {
  position: absolute;
  top: 50px;
  width: 100%;
}

div#background {
  height: 100%;
}

div#background div#top-bg {
  position: relative;
  height: 100%;
  background-color: white;
  background-image: url("/themes/solutions1/img/background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.boxshadow {
  -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}

div.login-box img.logo {
  width: 140px;
  opacity: 0.8;
  float: right;
}

div.login-box h1 {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.7);
  text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.5);
}

div.login-box {
  color: white;
  margin: 0 auto;
  width: 350px;
  padding: 20px;
  border-radius: 5px;
}

div.message {
  text-align: center;
  color: white;
  border: 1px solid #be1964;
  padding: 5px;
  margin-bottom: 20px;
  background-color: rgba(190, 25, 100, 0.3);
  border-radius: 5px;
}

div.message p {
  font-size: 12px;
  line-height: 19px;
  margin: 0;
  padding: 0;
}

div.login-box form {
  display: block;
  padding: 10px;
  border-bottom: rgba(255, 255, 255, 0.5) solid 1px;
  border-top: rgba(255, 255, 255, 0.5) solid 1px;
}

div.pass:before {
  content: "\f13e";
}

div.mail:before {
  content: "\f0e0";
}

div.user:before {
  content: "\f007";
}

div.input-wrapper:before {
  position: relative;
  left: 15px;
  float: left;
  font-family: "FontAwesome";
  font-size: 15px;
  padding: 5px;
  color: rgba(255, 255, 255, 0.8);
}

div.login-box input[type="text"],
div.login-box input[type="password"] {
  display: block;
  width: 250px;
  padding: 7px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 2px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: bold;
  margin: 20px auto;
  border: 1px solid transparent;
}

div.login-box input[type="text"]:focus,
div.login-box input[type="password"]:focus {
  border-color: rgba(190, 25, 100, 0.5);
}

div.login-box label {
  display: block;
  text-align: center;
  padding: 10px 0;
}

div.login-box input[type="submit"] {
  display: block;
  font-weight: bold;
  width: 262px;
  margin: 20px auto;

  background: #eee;
  background-image: -webkit-linear-gradient(top, #eee, #ccc);
  background-image: -moz-linear-gradient(top, #eee, #ccc);
  background-image: -ms-linear-gradient(top, #eee, #ccc);
  background-image: -o-linear-gradient(top, #eee, #ccc);
  background-image: linear-gradient(to bottom, #eee, #ccc);

  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 2px;
  text-shadow: 1px 1px 2px #fff;
  color: #555;
  opacity: 0.7;
  padding: 7px;
  text-decoration: none;

  position: relative;
  left: 10px;
}

div.login-box input[type="submit"]:hover {
  background: #ccc;
  background-image: -webkit-linear-gradient(top, #ccc, #eee);
  background-image: -moz-linear-gradient(top, #ccc, #eee);
  background-image: -ms-linear-gradient(top, #ccc, #eee);
  background-image: -o-linear-gradient(top, #ccc, #eee);
  background-image: linear-gradient(to bottom, #ccc, #eee);
  text-decoration: none;
  color: #be1964;
}

div.login-box div.box-footer {
  margin-top: 10px;
}

div.login-box div.login-links {
  float: left;
  text-align: left;
  width: calc(100% - 140px);
  padding-top: 3px;
}

div.box-right {
  width: 140px;
  float: right;
}

div.box-right p {
  font-size: 6px;
  margin: 0;
  text-align: center;
  margin-top: 3px;
}

div.login-links a {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  display: block;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7);
  text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.5);
}

div.login-links a:hover {
  color: rgba(190, 25, 100, 0.7);
}

div.login-links a:not(:last-child) {
  margin-bottom: 5px;
}

div.ems-name {
  font-family: "Open Sans", sans-serif;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 20px;
  display: none;
}

div.ems-name span {
  display: block;
  text-align: justify;
  color: rgba(255, 255, 255, 0.6);
}

div.ems-name span.big-letters {
  font-size: 48px;
  font-weight: bold;
  letter-spacing: 18px;
  margin-bottom: -5px;
  margin: -10px 0;
}

div.ems-name span.small-letters {
  color: whites;
  text-align: justify;
  font-size: 10px;
  padding-left: 3px;
}

.inset {
  text-shadow: 1px 1px 0 rgba(0, 0, 100, 0.1), -1px -1px 0 rgba(0, 0, 0, 0.2);
}

.clear {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px;
}

.imprint a {
  color: #fff;
}

.imprint h2 {
  font-size: 16px;
  padding: 0 15px;
}
.imprint p {
  font-size: 11px;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 15px;
  border-radius: 15px;
}

.imprint .back_to_login {
  display: none;
}

.imprint hr {
  border: none;
  color: rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.5);
  height: 1px;
}
