/* line 2, /Users/william/Sites/repconnex/code/server/app/assets/stylesheets/register.scss */
#new_facility_id {
  width: 90%;
}

/* line 4, /Users/william/Sites/repconnex/code/server/app/assets/stylesheets/register.scss */
#register_buttons {
  margin-bottom: 20px;
  width: 100%;
  text-align: center;
}
/* line 10, /Users/william/Sites/repconnex/code/server/app/assets/stylesheets/register.scss */
#register_buttons input {
  text-align: center;
  margin: 0;
}
/* line 12, /Users/william/Sites/repconnex/code/server/app/assets/stylesheets/register.scss */
#register_buttons input:nth-child(1) {
  width: 35%;
}
/* line 13, /Users/william/Sites/repconnex/code/server/app/assets/stylesheets/register.scss */
#register_buttons input:nth-child(2) {
  width: 25%;
}
/* line 14, /Users/william/Sites/repconnex/code/server/app/assets/stylesheets/register.scss */
#register_buttons input:nth-child(3) {
  width: 35%;
}
@media all and (max-width: 800px) {
  /* line 17, /Users/william/Sites/repconnex/code/server/app/assets/stylesheets/register.scss */
  #register_buttons input:nth-child(1) {
    width: 100%;
    margin-bottom: 10px;
  }
  /* line 18, /Users/william/Sites/repconnex/code/server/app/assets/stylesheets/register.scss */
  #register_buttons input:nth-child(2) {
    width: 100%;
    margin-bottom: 10px;
  }
  /* line 19, /Users/william/Sites/repconnex/code/server/app/assets/stylesheets/register.scss */
  #register_buttons input:nth-child(3) {
    width: 100%;
    margin-bottom: 10px;
  }
}

/* line 24, /Users/william/Sites/repconnex/code/server/app/assets/stylesheets/register.scss */
#modal_content {
  margin: 0 auto;
}
/* line 26, /Users/william/Sites/repconnex/code/server/app/assets/stylesheets/register.scss */
#modal_content input[type=checkbox] {
  position: relative;
}

/* line 29, /Users/william/Sites/repconnex/code/server/app/assets/stylesheets/register.scss */
#register-form {
  text-align: center;
  box-sizing: content-box;
  max-width: 100%;
  overflow: hidden;
  padding: 12px 0;
  position: relative;
  width: 100%;
  padding-bottom: 0;
}
/* line 39, /Users/william/Sites/repconnex/code/server/app/assets/stylesheets/register.scss */
#register-form .header {
  width: 100%;
  text-align: center;
}
/* line 43, /Users/william/Sites/repconnex/code/server/app/assets/stylesheets/register.scss */
#register-form .header h1 {
  position: relative;
  bottom: 7px;
  margin-bottom: 0;
}
/* line 48, /Users/william/Sites/repconnex/code/server/app/assets/stylesheets/register.scss */
#register-form .header p {
  margin: 0;
  position: relative;
  bottom: 8px;
  font-style: italic;
  font-size: 14px;
  margin-bottom: 10px;
}
@media all and (max-width: 400px) {
  /* line 29, /Users/william/Sites/repconnex/code/server/app/assets/stylesheets/register.scss */
  #register-form {
    width: 400px;
    margin: 0 auto;
  }
}
/* line 63, /Users/william/Sites/repconnex/code/server/app/assets/stylesheets/register.scss */
#register-form #other-options {
  margin: 0;
  padding: 0;
  float: right;
  list-style-type: none;
  position: relative;
  right: 13px;
}
/* line 71, /Users/william/Sites/repconnex/code/server/app/assets/stylesheets/register.scss */
#register-form #other-options li {
  text-align: right;
}
/* line 74, /Users/william/Sites/repconnex/code/server/app/assets/stylesheets/register.scss */
#register-form #other-options li a {
  color: #387a8f;
  font-size: 0.9em;
  border-bottom: 0;
}
/* line 82, /Users/william/Sites/repconnex/code/server/app/assets/stylesheets/register.scss */
#register-form .register-link {
  list-style-type: none;
  text-align: center;
}
/* line 85, /Users/william/Sites/repconnex/code/server/app/assets/stylesheets/register.scss */
#register-form .register-link a {
  color: #387a8f;
  font-size: 0.9em;
  border-bottom: 0;
}
/* line 92, /Users/william/Sites/repconnex/code/server/app/assets/stylesheets/register.scss */
#register-form input[type=text],
#register-form input[type=password] {
  font-size: 18px;
  margin: 0 auto;
  display: block;
  margin-bottom: 12px;
  padding: 7px;
  width: 75%;
  background-repeat: no-repeat;
}
/* line 103, /Users/william/Sites/repconnex/code/server/app/assets/stylesheets/register.scss */
#register-form label {
  cursor: pointer;
  display: block;
  float: left;
  position: relative;
  left: 13px;
  font-size: 0.9em;
  color: #a58a32;
  bottom: 18px;
}
/* line 114, /Users/william/Sites/repconnex/code/server/app/assets/stylesheets/register.scss */
#register-form p.buttons {
  clear: both;
  margin-top: 10px;
  overflow: auto;
  padding: 0 16px;
  margin-bottom: 0;
}
/* line 122, /Users/william/Sites/repconnex/code/server/app/assets/stylesheets/register.scss */
#register-form input[type=checkbox] {
  top: 8px;
}
/* line 126, /Users/william/Sites/repconnex/code/server/app/assets/stylesheets/register.scss */
#register-form .btn {
  font-size: 18px;
  display: block;
  width: 48%;
  padding: 13px 1%;
  height: auto;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
}
/* line 137, /Users/william/Sites/repconnex/code/server/app/assets/stylesheets/register.scss */
#register-form input.btn[type=button] {
  background: #d34f46;
  color: #fff;
  float: left;
}
/* line 143, /Users/william/Sites/repconnex/code/server/app/assets/stylesheets/register.scss */
#register-form input.btn[type=button]:hover {
  background: #b53c34;
}
/* line 147, /Users/william/Sites/repconnex/code/server/app/assets/stylesheets/register.scss */
#register-form input[type=submit] {
  background: #1c9a7f;
  color: #fff;
  float: right;
}
/* line 153, /Users/william/Sites/repconnex/code/server/app/assets/stylesheets/register.scss */
#register-form input[type=submit]:hover {
  background: #096652;
}
