#account_form {
  box-sizing: border-box;
  width: 100%;
  max-width: 500px;
  height: auto;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.24);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.24);
  z-index: 100;
  padding: 20px 0;
  display: none;
  border: 2px solid #989EA1;
  border-width: 0 2px 2px 2px;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  background: #555555;
}

#account_form form {
  box-sizing: inherit;
  height: auto;
  margin: 0 auto;
  padding: 10px 70px;
  text-align: left;
  color: #fff; }
  #account_form form #form_title {
    margin: 0 auto;
    text-align: center; }
    #account_form form #form_title h1 {
      margin: 0;
      padding: 10px 0;
      font-weight: 100;
      box-sizing: inherit; }
  #account_form form #forgot_password {
    text-align: center; }
    #account_form form #forgot_password a {
      color: #fff;
      text-decoration: none; }
      #account_form form #forgot_password a:hover {
        text-decoration: underline; }
  #account_form form input {
    box-sizing: inherit;
    width: 100%;
    padding: 4px 10px;
    margin: 5px 0 15px;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff; }
    #account_form form input.btn {
      width: 50%;
      display: block;
      margin: 10px auto;
      border: none;
      height: auto;
      background: #fab361;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fab361), color-stop(100%, #f89b30));
      background: -webkit-linear-gradient(top, #fab361, #f89b30);
      background: -moz-linear-gradient(top, #fab361, #f89b30);
      background: -ms-linear-gradient(top, #fab361, #f89b30);
      background: -o-linear-gradient(top, #fab361, #f89b30);
      background: linear-gradient(top, #fab361, #f89b30); }
      #account_form form input.btn:hover {
        background: #f99f39;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fab361), color-stop(100%, #f89b30));
        background: -webkit-linear-gradient(top, #f99f39, #f89b30);
        background: -moz-linear-gradient(top, #f99f39, #f89b30);
        background: -ms-linear-gradient(top, #f99f39, #f89b30);
        background: -o-linear-gradient(top, #f99f39, #f89b30);
        background: linear-gradient(top, #f99f39, #f89b30); }
  #account_form form .chkbx {
    display: inline-block;
    width: auto;
    vertical-align: baseline; }

#btn-login {
  width: 120px;
  float: right;
  margin: 4px 20px; }

.hide-login-form {
  box-sizing: inherit;
  display: block;
  text-align: right;
  margin-right: 20px; }
  .hide-login-form i.fa {
    color: #fff;
    font-size: 2em; }

 sourceMappingURL=login_dropdown.css.map
