﻿html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

strong{
  font-weight: bold;
}

.clear {
  clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0;
}
/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */
.clearfix:before,
.clearfix:after { 
  content: '\0020'; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0;
}
.clearfix:after {
  clear: both;
}
/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/
.clearfix { zoom: 1;}

/*General Settings*/
  body{
    background: url(/?SendSplashBackground=1) no-repeat center center fixed;
    font-family: 'Lato', Sans-serif;
    overflow: hidden;
    -webkit-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
  }
  .fl{
    float: left;
  }
  .fr{
    float: right;
  }
  a.link{
    color: #08C;
    text-decoration: none;
  }
  a.link:hover{
    text-decoration: underline;
  }
  .button{
    background: #68c2c2;
    border-style: 1px solid transparent;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #ffffff;  
    cursor: pointer; 
    display: inline-block;
    font-weight: 700;   
    padding: 5px 20px;
  }
  .button:hover{
    background-image: url("/v3.0/images/button-state.png");
    background-repeat: repeat-x;
    background-position: 0 0;
  }
  .button:active{
    border: 1px solid rgba(0,0,0,0.5);
    background-image: url("/v3.0/images/button-state.png");
    background-repeat: repeat-x;
    background-position: 0 -37px;
  }
  .button:focus {
    border: 1px solid rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 3px rgba(66,139,202, 1);
    box-shadow: 0 0 3px rgba(66,139,202, 1);
  }
  .button.action{
    background-image: url("/v3.0/images/loader.png");
    background-position: 6px 14px;
    background-repeat: no-repeat;
    font-weight: normal;
    color: #428bca;
    background-color: rgba(0,136,204,0.1);
    cursor: default;
    border: 1px solid rgba(0,0,0,0.1);
    text-shadow: none;
    padding-left: 30px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
/**/

/*Header*/
  .header .logo{
    padding: 20px;
  }

  .logo{
    text-align: left;
    padding-left: 20px;
    padding-top: 20px;
  }
/**/


/*Body Style*/

  /*Form Style*/
  .inner-form{width: 800px;}
    .inner-wrap {
      width: 100%;
      height: 70%;
      display: table;
    }
    .inner-wrap > div{
      display: table-cell;
      vertical-align: middle;
      text-align:center;
    }
    .form-wrap{
      background: rgba(0,0,0,.4);
      margin: 0 auto;
      padding: 10px;
      position: relative;
      font-size: 14px;
      text-align:left;
      display:inline-block;
    }
    .login-form{
      display: table;
    }
    .login-form .col-left{
      background: #FFF;
      display: table-cell;
      padding: 10px;
      width: 380px;
    }
    .login-form .col-right{
      background: #F0F7FA;
      display: table-cell;
      padding: 10px;
      vertical-align: middle;
      width: 380px;
    }
    .or-txt{
      bottom: 56%;
      color: #3E404E;
      font-size: 24px;
      margin-right: -16px;
      right: 50%;
      position: absolute;
    }
    .form-back{
        text-align:center;
    }
  /**/

  /*Form Input*/
    .form-input{
      padding: 5px;
      margin: 30px 0 70px 0;
    }
    .form-input h1{
      color: #041F3A;
      font-size: 12px;
      font-weight: 300;
      padding-left: 40px;
    }
    .form-input > div{
      margin: 12px 0;
    }
    .form-input .form-btn{
      padding-left: 112px;
    }
    .form-input.form-fullwidth .form-btn{
      padding-left: 310px;
    }
    .form-input .form-btn a{
      font-size: 12px;
      display: inline-block;
    }
    .form-input > div label{
      width: 100px;
      text-align: right;
      display: inline-block;
    }
    .form-input.form-fullwidth > div label{
      width: 300px;
    }
    .form-input input[type="email"],
    .form-input input[type="password"],
    .form-input input[type="text"]{
      border: 1px solid #c2c2c2;
      -webkit-border-radius: 3px;
              border-radius: 3px;
      display: inline-block;
      margin-left: 10px;
      padding: 6px;
      width: 180px;
      box-shadow: 0 0 0;
      -moz-box-shadow: 0 0 0;
      -webkit-box-shadow: 0 0 0;
    }
    .form-input input[type="email"]:focus,
    .form-input input[type="password"]:focus,
    .form-input input[type="text"]:focus{
      border: 1px solid #c7d7df;
      background: #f0f7fa;
      -webkit-box-shadow: 0 0 2px #cdebfb;
      -moz-box-shadow: 0 0 2px #cdebfb;
              box-shadow: 0 0 2px #cdebfb;
      outline-width:0;
    }
    .form-input input[type="submit"]{
      border-style: none;
      margin-right: 10px;
    }
  /*Verification code*/
  .form-input .verify{
      text-align: center;
  }
  .form-input .f-bold{
      font-weight:bold;
  }
    .form-input .verify.title {
        font-weight: bold;
        font-size: 18px;
    }
    .form-input .verify .code {
        width: 96%;
        margin: 10px auto 0 auto;
        text-align: left;
    }
  .form-input .verify input[type="submit"]{
      width:100%;
      margin: 10px auto 0 auto;
      padding: 8px 30px;
  }

  /*Other Login Buttons*/
    .other-login{
      width: 225px;
      margin: 0 auto;
    }
    .other-login > *{
      display: block;
      margin-bottom: 8px;
      font-size: 12px;
    }
    .other-login .google-ain-button{
        margin: 0  0 8px 0;
    }
    .other-login > a img{
      vertical-align: baseline;
    }
    /*Xero*/
    .xero-sso-link:hover {
        text-decoration:none;
    }
    .xero-sso-label {
        width: 150px;
    }
  /**/

  /*Form Footer*/
    .form-footer{
      color: #CFCFCF;
      background: #272727;
      padding: 10px;
    }
    .form-footer p{
      color: #FFF;
    }
    .form-footer .fl{
      padding-top: 8px;
    }
  /**/
/**/


/*Footer Style*/
  .footer{
    background: #272727;
    bottom: 0;
    position: absolute;
    width: 100%;
  }
  .footer > div{
    padding: 10px 20px;
  }
  .footer p{
    color: #CFCFCF;
    margin: 0;
    line-height: 20px;
    font-size: 14px;
  }
  .footer .copyright{
    padding-top: 17px;
  }
/**/


/*Goole Plus Button*/
  #gSignInWrapper{
    margin-bottom: 8px;
  }
  #customBtn {
      display: inline-block;
      background: #dd4b39;
      color: white;
      cursor: pointer;
      border-radius: 5px;
      white-space: nowrap;
      padding-right: 12px;
    }
    #customBtn:hover {
      background: #e74b37;
      cursor: hand;
    }
    span.label {
      font-weight: bold;
    }
    span.icon {
      background: url('/v3.0/images/btn_red_32.png') transparent 5px 50% no-repeat;
      display: inline-block;
      vertical-align: middle;
      width: 35px;
      height: 35px;
      border-right: #bb3f30 1px solid;
    }
    span.buttonText {
      cursor: pointer;
      display: inline-block;
      vertical-align: middle;
      font-size: 12px;
      font-weight: bold;
      padding-left: 2px;
      /* Use the Roboto font that is loaded in the <head> */
      font-family: 'Roboto',arial,sans-serif;
    }
/**/

/*Sign in with Intuit*/
.LoginWithIntuit {
    background: url('/v3.0/images/IntuitSignIn_Sign_in_blue_btn_short_default2x.png') no-repeat;
    width: 226px;
    height: 48px;
    display: block;
}
.LoginWithIntuit:hover {
    background: url('/v3.0/images/IntuitSignIn_Sign_in_blue_btn_short_hover2x.png') no-repeat;
}
/**/
/*Media Query*/
@media screen and (max-width: 960px) {
    .form-wrap{
      width: 80%;
    }
    .login-form .col-left,
    .login-form .col-right{
      width: 50%;
    }
    .form-input > div label{
      width: 20%;
    }
    .form-input .form-btn{
      padding-left: 24%;
    }
    .form-input input[type="submit"]{
      margin-right: 5px;
    }
    .form-input .form-btn a{
      font-size: 11px;
    }
    .footer p{
      font-size: 12px;
    }
  }

  @media screen and (max-width: 767px) {
    body{
      overflow: auto;
    }
    .footer{
      position: static;
      margin-top: 40px;
    }
    .login-form{
      width: 100%;
    }
    .login-form .col-left,
    .login-form .col-right{
      display: table-row;
    }
    .login-form .col-left .f-logo{
      padding: 10px;
    }
    .form-input input[type="email"], .form-input input[type="password"]{
      width: 70%;
    }
    .form-input{
      margin: 20px 0 30px 0;
    }
    .reg-link{
      padding: 10px 10px 40px 10px;
    }
    .other-login{
      padding: 40px 0 30px 0;
    }
    .or-txt{
      bottom: 41%;
    }
    .footer .fl,
    .footer .fr{
      float: none;
      margin: 0;
    }
  }

  @media screen and (max-width: 480px) {
    .footer{
      position: static;
      margin-top: 40px;
    }
    .footer p{
      font-size: 11px;
      line-height: 15px;
    }
    .form-input{
      padding: 10px 20px;
    }
    .form-input > div label{
      width: 100%;
      display: block;
      text-align: left;
      margin-bottom: 5px;
    }
    .form-input input[type="email"], 
    .form-input input[type="password"]{
      margin-left: 0;
      display: block;
      width: 95%;
    }
    .form-input .form-btn{
      padding-left: 0;
    }
    .form-input h1{
      padding-left: 0;
    }
    .form-footer  .fl,
    .form-footer  .fr{
      float: none;
    }
    .form-footer  .fl{
      margin-bottom: 20px;
      font-size: 12px;
    }
    .or-txt{
      bottom: 43%;
    }
    .reg-link p{
      font-size: 12px;
    }
    .logo img{
      width: 70%;
      height: auto;
    }
  }