/*
 *
 * Start Page Styles
 *
 */
/* Variables  */
/* Cosmetic Styles */
/* line 17, portal_forgot_password.scss */
a, a:visited {
  color: #6c6d6c;
}

/* line 22, portal_forgot_password.scss */
#submitResetRequest, #submitPasswordChange {
  background-image: url("../png/submit_button.png");
  height: 42px;
  width: 127px;
  border: none;
  color: #527938;
  font-size: 18px;
  padding-bottom: 5px;
  background-color: transparent;
}

/* line 34, portal_forgot_password.scss */
.inputRow {
  color: #6c6d6c;
}

/* line 39, portal_forgot_password.scss */
.errors {
  color: #b22725;
}

/* line 44, portal_forgot_password.scss */
.contentBox {
  width: 100%;
  border: 1px solid #d6d4d4;
}

/* line 50, portal_forgot_password.scss */
#orText {
  color: #527938;
  font-size: 1.5em;
  display: inline-block;
  width: 70px;
  text-align: center;
}

/* Layout Styles */
/* line 61, portal_forgot_password.scss */
.contentBox {
  position: relative;
  padding-top: 40px;
  padding-bottom: 10px;
}

/* line 68, portal_forgot_password.scss */
label {
  display: inline-block;
  text-align: right;
  padding-right: 10px;
}

/* line 75, portal_forgot_password.scss */
.inputRow {
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 85%;
}

/* line 83, portal_forgot_password.scss */
.changePass {
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
/* line 89, portal_forgot_password.scss */
.changePass label {
  width: 120px;
}

/* line 95, portal_forgot_password.scss */
.centeredRow {
  text-align: center;
}

/* line 100, portal_forgot_password.scss */
input[type=text], input[type=password] {
  width: 280px;
}
