@import url("common.css");

html, body, form {
  height: 100%;
  box-sizing: border-box
}

body.default {
  width: 100%;
}

body #defaultpage-wrapper {
  min-height: 100%;
  margin-bottom: 0
}

header#defaultpage-header {
  border-bottom: 1px solid rgb(226, 242, 251);
  margin-top: 35px;
  margin-bottom: 1.5em
}

#site-header-title {
  
}

@media (min-width: 1200px) {
  #site-header-title-text {
    padding-bottom: 5px
  }
}

.loginPage .form-frame {
  border: none
}