body {
  /*padding-top: 40px; */
  padding-bottom: 0px;
  background-color: #eee;
}

label {
    font-weight: 400;
    font-size: 14px;
    margin-top: 30px;
}

#password-change-panel label {
    margin-top: auto;
}

.form-signin {
  max-width: 800px;
  padding: 15px;
  padding-left: 50px;
  margin: 0 auto;
}
.form-signin .form-signin-heading {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin-top: 40px;
  text-align: left;
  margin-bottom: 30px;
}
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-control {
  border-radius: none;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 0px;
  font-size: 16px;
  border: none;
  border-radius: 0;
  height: 3rem;
  padding: 3px 10px;
  min-height: 3rem;
  width: 250px;
    min-width: 160px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
    font-size: 14px;
  font-family: "Open Sans", sans-serif;
  box-shadow: none;
  border-radius: 3px;
  color: black;
  border: 1px solid #d8d8d8;
  /*border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; */
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
    font-size: 14px;
  font-family: "Open Sans", sans-serif;
  box-shadow: none;
  color: black;
  border-radius: 3px;
  border: 1px solid #d8d8d8;
  /*border-top-left-radius: 0;
  border-top-right-radius: 0; */
}
.form-signin-btn, .form-signin-btn:hover {
    background-color: ##008bff;
    border-color: #69A9A9;
    text-transform: uppercase!important;
    border: none!important;
    font-size: 16px;
    line-height: 1;
    width: 85px;
    margin-top: 40px;
    min-width: 85px;
    font-weight: 400;
    font-family: "Open Sans", san-serif;
    border-radius: 2px;
    cursor: pointer;

    height: 34px;
    border: none;
}
.logo-img {
    height: 40px;
    horizontal-align: right;
}

div .left-column {
    display: inline-block;
    min-height: 427px;
    vertical-align: baseline;
}

div .sign-in {
    width: 800px;
    position: relative;
    display: block;
    vertical-align: baseline;
    box-shadow: 1px 3px 8px rgba(0,0,0,.2);
  margin-top: 70px;
}

div .right-column {
    display: inline-block;
    position: absolute;
    right: 10px;
    margin-top: 25px;
    border-left: solid 1px lightgray;
    padding-left: 15px;
    min-height: 380px;
    margin-right: 25px;
    width: 200px;
    vertical-align: baseline;
}


.container.signin-container{
    background-repeat: no-repeat;
    background-position: left top;
    max-width: 800px;
    background-size: 500px;
    text-align: left
;
}
.grad2 {
    height: 100%;
    background-image: none;
}
.grad1.signin-grad {
     /* Set rules to fill background */
    min-height: 100%;
    min-width: 1024px;
    
    /* Set up proportionate scaling */
    width: 100%;
    height: auto;
    
    /* Set up positioning */
    position: fixed;
    top: 0;
    left: 0;

/*    height: 600px;  */
    padding-top: 40px;
    padding-bottom: 80px;
    background-color: white;

    overflow-y: auto;
}

.grad1.signin-grad.survey {
    padding-top: 0px;
    padding-bottom: 0px;
    height: 100%;
    position: relative;
}
span#login-terms {
    font-size: 12px;
    font-weight: 400;
    color: #7d7f80;

}

.container {
    padding: 0px;
}

h4 {
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom:0px;
}

#forgot-password {
    margin-top: 30px;
}

div#signupDiv a {
    font-size: 12px;
}

div.secondary-links {
        margin: 0 auto;
        width: 100%;
    padding: 40px 0 100px;
    text-align: center;
}


.secondary-links a {
    font-family: "Open Sans", sans-serif;
    color: #a5a5a5;
    padding: 0 2%;
    position: relative;
}

p.copyright {
    margin: 15px 0 0;
    color: #858585;
    font-size: 12px;
}

.tenant-signin-logo {
    position: absolute;
    bottom: 0;
    width: 90%;
}
