.login-holder {
  position: relative; }
  .login-holder .login-helper-buttons {
    position: absolute;
    top: -75px;
    right: 0;
    max-width: 50%; }
    .login-holder .login-helper-buttons input {
      background: linear-gradient(to bottom, #F9F9F9 0%, #E3E3E3 100%) repeat scroll 0 0 transparent;
      border: 1px solid #D8D8D8;
      border-radius: 4px;
      color: #878787;
      cursor: pointer;
      font-family: arial;
      font-size: 13px;
      float: right;
      font-weight: bold;
      height: 30px;
      line-height: 30px;
      margin: 0 30px 0 0;
      padding: 0 12px;
      text-align: center;
      text-decoration: none; }
  .login-holder .login-logos {
    margin: 0 auto; }
  .login-holder #login {
    background: #80cde1;
    background: -moz-linear-gradient(top, #80cde1 0%, #64aac4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #80cde1), color-stop(100%, #64aac4));
    background: -webkit-linear-gradient(top, #80cde1 0%, #64aac4 100%);
    background: -o-linear-gradient(top, #80cde1 0%, #64aac4 100%);
    background: -ms-linear-gradient(top, #80cde1 0%, #64aac4 100%);
    background: linear-gradient(to bottom, #80cde1 0%, #64aac4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80cde1', endColorstr='#64aac4', GradientType=0);
    border: 1px solid #478194;
    border-radius: 5px;
    margin: 0 auto;
    padding: 35px 70px;
    width: auto;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    box-shadow: 0 3px 7px -4px #555; }
    .login-holder #login .title {
      font-size: 15px;
      text-align: left; }
      .login-holder #login .title strong {
        font-size: 22px;
        color: #555;
        text-align: left;
        font-weight: normal; }
    .login-holder #login input {
      width: 100%;
      margin: 0 0 10px 0; }
      .login-holder #login input#username {
        background: url(/partypro/assets/images/login-ico.png) no-repeat 8px 13px #fff; }
      .login-holder #login input#password {
        background: url(/partypro/assets/images/login-ico.png) no-repeat 8px -94px #fff; }
      .login-holder #login input#username, .login-holder #login input#password {
        padding: 0 30px;
        height: 37px;
        line-height: 37px;
        margin: 4px 0;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        border-radius: 4px;
        font-size: 14px; }
      .login-holder #login input[type=submit] {
        background: #ffffff;
        background: -moz-linear-gradient(top, #ffffff 0%, #e1e1e1 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e1e1e1));
        background: -webkit-linear-gradient(top, #ffffff 0%, #e1e1e1 100%);
        background: -o-linear-gradient(top, #ffffff 0%, #e1e1e1 100%);
        background: -ms-linear-gradient(top, #ffffff 0%, #e1e1e1 100%);
        background: linear-gradient(to bottom, #ffffff 0%, #e1e1e1 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e1e1e1', GradientType=0);
        border: 1px solid #CCC9D2;
        border-radius: 4px;
        color: #757575;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 18px;
        height: 39px;
        line-height: 39px;
        margin: 11px 0 0; }
    .login-holder #login button {
      background: #ffffff;
      width: 100%;
      margin: 0 0 10px 0;
      background: -moz-linear-gradient(top, #ffffff 0%, #e1e1e1 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e1e1e1));
      background: -webkit-linear-gradient(top, #ffffff 0%, #e1e1e1 100%);
      background: -o-linear-gradient(top, #ffffff 0%, #e1e1e1 100%);
      background: -ms-linear-gradient(top, #ffffff 0%, #e1e1e1 100%);
      background: linear-gradient(to bottom, #ffffff 0%, #e1e1e1 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e1e1e1', GradientType=0);
      border: 1px solid #CCC9D2;
      border-radius: 4px;
      color: #757575;
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: 18px;
      height: 39px;
      line-height: 39px;
      margin: 11px 0 0; }

@media screen and (max-device-width: 500px) {
  .login-holder #login {
    padding: 20px; }
  .login-holder .login-helper-buttons input {
    display: block;
    font-size: 10px;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    margin: 0 0 5px 0;
    width: 100%; } }

/*# sourceMappingURL=login-new.css.map */
