/*
 *  Password reset stylesheet
 *  Matt Finucane, June 2013.
 **/
/*
 *  Mixins for the Registered Pharmaceuticals Assistants' Association website
 *  Matt Finucane, June 2013.
**/
/* line 11, ../sass/password_reset.scss */
div#content_wrapper div.section div.content form#form1_reset {
  display: inline;
  float: left;
  width: 400px;
}
/* line 15, ../sass/password_reset.scss */
div#content_wrapper div.section div.content form#form1_reset fieldset {
  display: inline;
  float: left;
  width: 100%;
}
/* line 19, ../sass/password_reset.scss */
div#content_wrapper div.section div.content form#form1_reset fieldset legend {
  display: inline;
  float: left;
  width: 100%;
  font-size: 1.7em;
  font-weight: bold;
  margin: 0px 0px 10px 0px;
}
/* line 27, ../sass/password_reset.scss */
div#content_wrapper div.section div.content form#form1_reset fieldset p {
  margin: 10px 0px;
}
/* line 30, ../sass/password_reset.scss */
div#content_wrapper div.section div.content form#form1_reset fieldset label {
  display: none;
}
/* line 33, ../sass/password_reset.scss */
div#content_wrapper div.section div.content form#form1_reset fieldset div {
  display: inline;
  float: left;
  width: 100%;
  clear: both;
}
/* line 41, ../sass/password_reset.scss */
div#content_wrapper div.section div.content form#form1_reset fieldset input[type="text"],
div#content_wrapper div.section div.content form#form1_reset fieldset input[type="email"],
div#content_wrapper div.section div.content form#form1_reset fieldset input[type="password"] {
  display: inline;
  float: left;
  padding: 3px 5px;
  width: 290px;
  height: 26px;
  line-height: 26px;
  margin: 10px 0px;
  border: 1px solid #b7b7b7;
}
/* line 51, ../sass/password_reset.scss */
div#content_wrapper div.section div.content form#form1_reset fieldset input[type="submit"] {
  display: inline;
  float: left;
  width: 150px;
  height: 43px;
  font-size: 1em;
  color: #fff;
  border: 1px solid #214a57;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #a2d1e0), color-stop(100%, #468aa1));
  background-image: -webkit-linear-gradient(#a2d1e0, #468aa1);
  background-image: -moz-linear-gradient(#a2d1e0, #468aa1);
  background-image: -o-linear-gradient(#a2d1e0, #468aa1);
  background-image: linear-gradient(#a2d1e0, #468aa1);
}
