/*
	Marketing Method Styles
	By: Innovation Simple [Sam Eddy]
*/

html,
body {
  height: 100%;
}
body {
  background: #333;
}

.logoPane {
  position: absolute;
  z-index: 2;
  overflow: hidden;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 320px;
  background: #148f8e url(/static/images/savavo-logo-white.svg) no-repeat 50%
    50%;
  background-size: 156px;
}
img.greeting-logo {
  height: 27px;
}
.contentCenterFormatter {
  text-align: center;
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  left: 320px;
  z-index: 2;
  min-width: calc(100% - 320px);
  height: 100%;
  min-height: 100%;
  display: table;
}
.contentCenterFormatter div.center {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  height: auto !important;
  min-height: none;
  max-height: none;
}

/* text */
.txtBlock {
  display: block;
  clear: both;
  margin-bottom: 50px;
  color: #fff;
  padding: 0 50px;
}
.txtBlock * {
  color: #fff;
}
.headingTxt {
  font-size: 21px;
  font-weight: bold;
  clear: both;
  margin-bottom: 8px;
}
.txtBlock p {
  line-height: 24px;
}
.txtBlock.preform {
  max-width: 800px;
  margin: 0 auto;
  font-size: 12px;
}

/* forms */
.miniForm {
  width: 240px;
  display: inline-block;
  position: relative;
  z-index: 10;
}
.miniForm > input[type="text"],
.miniForm > input[type="password"] {
  width: 210px;
  border: none;
  padding: 8px 15px;
  display: block;
  clear: both;
  margin-bottom: 10px;
}
.miniForm .halfWidthFields {
  width: 240px;
  clear: both;
  margin-bottom: 10px;
}
.miniForm .halfWidthFields input[type="text"] {
  width: 85px;
  border: none;
  padding: 8px 15px;
  float: right;
}
.miniForm .halfWidthFields input[type="text"]:first-child {
  float: left;
}
.miniForm > input[type="submit"],
.miniForm > input[type="button"],
.miniForm > .buttonStyle,
.miniForm > div#login-app input[type="submit"],
.miniForm > div#login-app input[type="button"] {
  width: 240px;
  border: none;
  padding: 8px 15px;
  display: block;
  clear: both;
  font-size: 15px;
}
.miniForm > .buttonStyle {
  width: 210px;
}

.miniForm > .checkboxRow {
  display: block;
  clear: both;
  margin-bottom: 40px;
  text-align: left;
  color: #fff;
  font-size: 13px;
  padding-left: 23px;
}
.miniForm > .checkboxRow input {
  float: left;
  margin: 2px 8px 0 0;
}
.miniForm > .checkboxRow span {
  display: block;
  float: left;
  padding-top: 2px;
  font-size: 11px;
}

#returnStandardLogin {
  font-size: 12px;
  color: #666;
}
#returnStandardLogin:hover {
  color: #999;
}

.passReq {
  font-size: 11px;
  color: #999;
  margin-bottom: 20px;
}
.subduedText * {
  color: #999;
}

.smallTxtLink {
  font-style: italic;
  font-size: 10px;
  color: #666;
  margin-top: 12px;
}
.smallTxtLink a,
.smallTxtLink .linkStyle {
  color: #666;
}
.smallTxtLink a:hover,
.smallTxtLink .linkStyle:hover {
  color: #999;
}
.smallTxtLink .lineSpacer {
  font-style: normal;
}

@media only screen and (max-width: 768px) {
  html,
  body {
    height: 100%;
    width: 100%;
  }
  .logoPane {
    overflow: auto;
    width: 100%;
    background: #148f8e url("/static/images/Setrics_logo_131x38.png");
    background-repeat: no-repeat;
    background-position: center;
    height: 90px;
    position: relative;
    background-size: contain !important;
  }
  .contentCenterFormatter {
    text-align: center;
    position: relative;
    width: 100%;
    min-height: calc(100% - 180px);
    padding-top: 90px;
    height: calc(100% - 180px);
    min-width: 320px;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 10;
    display: table;
  }
  .contentCenterFormatter .center {
    vertical-align: middle;
  }
}

/*
 *		Register Page
 */

ul.errorlist {
  margin-left: auto;
}

ul.errorlist li {
  width: auto;
  padding: 2px 2px;
  margin-bottom: 1px;
  background-color: #f8991c;
}
