/** RECOVER **/
.full.recover {
  overflow-x: hidden;
}

.sso-form {
  width: 100% !important;
  min-width: 0;
}

.sso-form-body {
  margin: 0 !important;
  width: 100% !important;
}

.responsive-width {
  width: 70%;
  margin: 0 auto;
}

#local_auth_div.recover { 
  height: 370px;
  min-height: 320px;
}
.sso-absolute-center {
  height: auto !important;
}
.recover.sso-background {
  background-image: url(https://s3-us-west-1.amazonaws.com/faux-cdn/coatrack.jpg);
}

.recover.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;
}

.recover.form-title {
  height: 30px;
  line-height: 1em;
  margin-top: 30px;
  font-size: 20px;
  color: #BABBBD;
  text-align: center;
}

#captchaImage {
  position: relative;
  bottom: -10px;
}

div.refresh-icon {
  line-height: 40px; 
  text-align: center; 
  height: 40px; 
  width: 40px; 
  position: relative; 
  border: 1px solid #eeeeee; 
  top: 20px;
}

div.refresh-icon:hover {
  color: #ffffff;
  background-color: #0081b2;
  border-color: #0081b2;
}

.sso-form-title {
  margin-bottom: 40px;
}

@media (max-width: 540px) {
  #local_auth_div.recover-confirm { 
    min-height: 360px;
  }

  .recover.sso-absolute-center { 
    height: 420px;
  }

  #captchaTextDiv {
    width: 100%;
  }

  .captchaZone {
    width: 100%;
  }

  #captchaImageDiv {
    margin-left: -20px;
  }

  #captchaImageDiv img {
    right: -20px;
  }

  div.refresh-icon {
    position: absolute !important;
    top: 20px;
    left: 250px;
  }

  div.row-fluid:last-child {
    margin-top: 40px;
  }
}
