body {
    margin-left: auto;
    margin-right: auto;
    /*font: 0.7em Helvetica, sans-serif;*/
    font: 0.7em Arial, sans-serif;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-height: 100%;
    overflow-y:hidden;
    overflow-x:hidden;
    height:100%;
}

#bo-login-screen {
    background-color: #252525;
    background-image: url(../images/DD_BW.png);
    background-repeat: repeat-x;
    background-position: bottom;
    height: 100%;
    width: 100%;
}

#login-remember-me-text {
    float: left;
    margin: 1px 0px 0px 8px;
    font-size: 1.4em;
}

#login-center {
  color: #f5f3f3;
  position: absolute;
  top: 50%;
  margin-top: -100px;
  margin-left: 90px;
  width: 100%;
}
#login-header {
  width: 100%;
}
#login-header-title {
  margin-left: -webkit-calc(20% + 245px);
  margin-left: -moz-calc(20% + 245px);
  margin-left: calc(20% + 245px);
  float: left;
  width: -webkit-calc(80% - 245px);
  width: -moz-calc(80% - 245px);
  width: calc(80% - 245px);
  padding-bottom: 25px;
}
#login-body-logo {
  float: left;
  margin-left: 20%;
  margin-right: 25px;
  background-image: url("../images/docospot_logo_hvid.png") !important;
  background-size: 220px 105px;
  width: 220px;
  height: 105px;
  margin-top: -8px;
}
#login-body-fields {
  float: left;
  width: -webkit-calc(80% - 245px);
  width: -moz-calc(80% - 245px);
  width: calc(80% - 245px);
}
#login-body-password-fieldset, #login-body-username-fieldset {
  display: block;
  width: 100%;
  height: 55px;
}

#login-password-input, #login-username-input {
  width: 100%;
}
#login-body-password, #login-body-username {
  float: left;
  width: 40%;
}
#login-body-password-button, #login-body-username-button {
  float: left;
  margin-left: 10px;
  width: -webkit-calc(60% - 10px);
  width: -moz-calc(60% - 10px);
  width: calc(60% - 10px);
}
#login-footer-button {
  margin-left: -webkit-calc(20% + 245px);
  margin-left: -moz-calc(20% + 245px);
  margin-left: calc(20% + 245px);
  float: left;
}
#login-footer-checkbox-field {
  display: table;
  float: left;
  margin-top: 7px;
  margin-left: 18px;
}
#login-footer-checkbox {
  float: left;
}

.font22Bold {
    font-size: 2.2em;
    font-weight: bold;
}

.docospot-checkbox input[type="checkbox"] + label {
    display: block;
    width: 16px;
    height: 16px;
    background: #ffffff;
    border: #dcdcdc 2px solid;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    cursor: pointer;
}

.docospot-checkbox input[type="checkbox"]:checked + label {
    background: url("/static/docospot/images/afkrydsningsfelt_tjek_ikon.png") #ffffff 1px 1px no-repeat;
    background-size: 14px 14px;
}
