/** LOGIN **/

.sso-background {
  background: url(https://s3-us-west-1.amazonaws.com/faux-cdn/coatrack.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.sso-absolute-center {
  margin: auto;
  position: absolute;
  top: 0; 
  left: 0; 
  bottom: 0; 
  right: 0;
  width: 50%;
  height: 50%;
}

.logo-container {
  background-image: url("https://s3-us-west-1.amazonaws.com/faux-cdn/verifone.186x42.png");
  position: relative;
  height: 42px;
  width: 186px;
  margin: 0 auto;
  margin-top: -6px;
}

.solo-link {
  height: 30px;
  font-weight: 300;
  line-height: 1em;
  margin-top: 30px;
  color: #BABBBD;
  text-align: center;
}

.solo-link {
  font-size: 16px;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  text-decoration: none;
}

.solo-link:hover,
.solo-link:active {
  color: #00ADEE;
  cursor: pointer;
  text-decoration: underline;
}

.spacer-block {
  margin-top: 28px;
  margin-bottom: 0;
}

.spacer-block-small {
  margin-top: 7px;
  margin-bottom: 0;
}

.sso-form {
  max-width: 580px;
  min-width: 580px;
}
.sso-form-body {
  width: 380px;
  margin: 30px 70px;
}
.sso-form-body .header {
  font-size: 36px;
  color: #4a4a4a;
  text-align: center;
}
.sso-form-body .header .sub-header {
  font-size: 14px;
}

.sso-form-title {
  color: #4a4a4a;
  margin-bottom: 60px;
}

.sso-form-title h1 {
  color: #4a4a4a;
  font-weight: 300;
  font-size: 36px;
}

.sso-form-title2 h1 {
  color: #4a4a4a;
  font-weight: 300;
  font-size: 36px;
  line-height: 48px;
}

.sso-form-title h4 {
  color: #4a4a4a;
  font-weight: 300;
  font-size: 19px;
}

.sso-form-title p {
  margin-top: 20px;
}

.sso-form-alt-action {
  margin-top: 10px;
  font-size: 13px;
  color:#4a4a4a;
}

.sso-form-body .btn-primary.btn-block {
  height: 60px;
  font-size: 19px;
}

.modal-footer {
  line-height: 36px;
}

.modal-footer a {
  font-weight: 500;
}
.text-underline {
  text-decoration: underline;
}