* {
  box-sizing: border-box;
}


/*-----------------------------------------------------------
Logo */
html, body {
	height: 100%;
	width: 100%;
	-webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-tap-highlight-color:  rgba(0, 0, 0, 0);
	outline:none;
}

body{
  margin: 0px;
  padding: 0px;
  background: url('../images/background.jpg') no-repeat fixed center center #2ceb06;
  font-family: 'Century Gothic',Arial,Helvetica,sans-serif;
  overflow: hidden;
}

#logo {
display:block;
vertical-align:middle;
height: 86px;
width: 229px;
position: relative;
background: url('../images/jb-logo.png') no-repeat scroll top left transparent;
margin: 0 auto 40px;
}

#logo a {
display: block;
height: 100%;
width: 100%;
}

#main {
position: absolute;
top: 0;
left: 0;
bottom:0;
right: 0px;
margin: auto;
height: 523px;
width: 760px;
}

#main h1,
#main h2 {
font-size: 18px;
line-height: 26px;
text-transform:uppercase;
margin:0.7em 0 0.2em;
color: #231f20;
font-family: 'Century Gothic',Arial,Helvetica,sans-serif;
}

#main h1 {
  margin-bottom: 28px;
}

#main h1 strong {
display: block;
text-align: center;
font-size: 40px;
line-height: 44px;
font-family: Lubalin,Arial,Helvetica,sans-serif;
letter-spacing: 0.04em;
color: #84c447;
}

#main form label {
color: #363636;
font-size: 15px;
line-height: 15px;
text-transform: uppercase;
padding-right: 10px;
}

#main form input[type="text"],
#main form input[type="password"] {
border: 1px solid #363636;
padding: .75em;
background-color: #F8F8F8;
width: 270px;
font-size: 11.5pt;
}

#box-login {
height: 100%;
padding: 0 1em;
/*border-radius: 5px;*/
text-align: center;
}

#box-login label {
display: inline-block;
}
#reset {
  margin-top: 14px;
}
.arrow-input {
font-size: 14px;
line-height: 18px;
display: inline-block;
text-transform: uppercase;
position: relative;
margin-top: 4px;
transition: none;
color: #0053a0 !important;
cursor: pointer;
padding: 10px 0px;
}
.arrow-input:before {
content: "";
height: 19px;
width: 12px;
background: url('../images/icons/site_icons.png') no-repeat scroll -223px -3px transparent;
display: inline-block;
margin-right: 10px;
vertical-align: middle;
margin-top: -4px;
position: relative;
z-index: 999;
}

#box-login p.error {
  color: red;
  font-size: 16px;
}

.login-box {
display: block;
width: 100%;
position:relative;
overflow: hidden;
height: 395px;
background-color: #fff;
border-radius: 14px;
}

.login-box > article {
  padding: 25px 0px;
}

.signup-form, 
.login-form {
  height: 100%;
  width: 100%;
  position: absolute;
  top:0px;
  left: 0px;
}

/*
.password-reset p {
  color: #282828 !important;
  font-size: 11px;
  line-height: 20px;
}
*/

.signup-form {
  left: 100%;
}

.login-form p {
  margin: 15px 0px;
}

#login-form,
#signup-form,
#password-form {
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  padding-top: 20px;
}

label[for="login-password"] {
  padding-right: 7px !important;
}

#signup-form {
  text-align: left;
  padding: 45px 48px 0px;
}

.options-buttons {
  position: absolute;
  z-index: 10;
  top:-1px;
  left: 0px;
  width: 100%;
  text-align: right;
  font-size: 0px;
  padding: 0px;
}

.options-buttons a {
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  color: #FFFFFF;
  background-color: #0B4C96;
  border: 2px solid #0B4C96;
  padding: 16px 22px;
  display: inline-block;
}
.options-buttons a:hover,
.options-buttons a.sel {
  background-color: transparent;
  color:#0B4C96;
  border-top-color: transparent;
}

#signup-form h2 {
  font-size: 30px;
}

.login-box form div {
  padding: 9px 0px; 
}

.login-box form label {
  font-size: 18px;
  line-height: 18px;
}

.login-box form input[type="text"],
.login-box form input[type="password"],
.login-box form input[type="tel"],
.login-box form input[type="email"] {
  border-bottom: 1px solid #000000;
  max-width: 300px;
  padding-bottom: 4px;
  padding-left: 6px;
  width: 100%;
}

.login-box #phone {
  max-width: 150px;
}

.login-box #zip {
  max-width: 70px;
}

.login-box #email {
  max-width: 455px;
}

.login-box #city {
  max-width: 180px
}

.login-box #username {
  max-width: 429px
}

.login-box #address {
  max-width: 443px;
}

.login-box #company {
  max-width: 430px;
}

.login-box .names input[type="text"] {
    max-width: 173px;
}

.login-box form .error-message {
  max-width: 480px;
  margin: 0 auto;
  text-align: center;
}

.login-box form .login-error {
  color: #6c6c6c;
}

.options-buttons .login-button {
  width: 98px;
}

.options-buttons .signup-button {
  width: 113px;
  padding: 0px 3px 0px 0px;
}

.options-buttons .blank {
  background: #0B4C96;
}

.options-buttons .end {
  width: 28px;
  position:relative;
}

.login-box #signup-form .password {
  font-size: 0px;
}

.login-box #signup-form aside {
  display: inline-block;
  float: none;
  margin: 0px;
  width: 50%;
  font-size: 14px;
  vertical-align: top; 
}

.login-box #signup-form aside + aside {
  padding-left: 10px;
}

.login-box .select-style {
  border-bottom: 1px solid #000000;
  display: inline-block;
  margin-bottom: -8px;
  overflow: hidden;
  width: 141px;
}

.login-box .select-style select {
  width: 161px;
  outline: none;
  background-color: transparent;
  -webkit-appearance: none;
  padding-bottom: 4px;
  border:none;
}

.password-reset {
  position: absolute;
  top:100%;
  left: 0px;
  height: 100%;
  width: 100%;
}

.password-reset p {
  font-size: 18px;
  line-height: 30px;
}

.password-reset .cell {
  padding: 0 30px;
}

#main .password-reset h2 {
  font-family: Lubalin,Arial,Helvetica,sans-serif;
  font-size: 40px;
  line-height: 46px;
  margin: 0;
}

#reset-username {
  text-align: center;
  margin-top: 26px;
  margin-bottom: 14px;
  padding: 0px;
}

#reset-close {
  margin-top: 30px;
}

#password-form {
  padding-top: 0px;
}

.close-btn {
  background: transparent url('../images/close.png') no-repeat scroll left top;
  cursor: pointer;
  height: 30px;
  position: absolute;
  right: -10px;
  top: -10px;
  width: 30px;
  z-index:15;
}

.grid-holder {
  position:relative;
  z-index: 10;
}

.grid-holder > section {
  position:absolute;
  top:0px;
  left:0px;
  opacity:0;
  visibility:hidden;
  transition:none;
}

.grid-holder > section.sel {
  position:static;
  opacity:1;
  visibility:visible;
  transition: all 0.5s ease 0s;
}

.account-grid > .row > .cell.account-tabs {
  padding:0;
  position:relative;
  height:43px;
}

.account-grid .account-tab {
  background-color: #ffffff;
  border-color: #e1e7ea;
  border-image: none;
  border-radius: 8px 40px 0 0;
  border-style: solid solid none;
  border-width: 2px 2px medium;
  color: #9a121f;
  display: inline-block;
  padding: 12px 48px 12px 22px;
  position: absolute;
  top: -3px;
  transition: none 0s ease 0s ;
  white-space: nowrap;
  font-size: 16px;
}

.account-grid .account-tab:hover,
.account-grid .account-tab.sel,
.account-grid .account-tab.sel:hover {
  background-color:#9A121F;
  color:#FFFFFF;
  border-color:#9A121F;
  z-index:9 !important;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.75);
}

.account-grid .account-tab:hover {
  z-index:10 !important;
}

.outline + .small-btn {
  margin-top: 14px;
}

.opt-in {
  font-size: 11px;
  padding-bottom: 0px !important;
}

.message {
  display: none;
}

.message .cell {
  padding: 45px 48px 0;
}

.message p {
  color: #26292d !important;
}

#main .resetErrorMsg {
  display: none;
  color:#ff0000 !important;
  font-size: 11px;
  font-weight: bold;
  margin: 0px;
}

.left-login,
.right-login {
  position: relative;
}

.table.show-login .left-login,
.table.show-login .right-login {
  transition:all 0.5s ease 0s;
}

.admin-image {
  display: block;
  height: 100%;
  width: 100%;
  background-attachment: scroll;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0px;
  padding: 0px;
  -webkit-box-shadow: inset 0px 0px 60px -3px rgba(0,0,0,0.8);
  -moz-box-shadow: inset 0px 0px 60px -3px rgba(0,0,0,0.8);
  box-shadow: inset 0px 0px 60px -3px rgba(0,0,0,0.8);
}

#wc-login-form form p:last-child {
  margin-bottom: 0px;
}

.login-access-error {
  font-size: 14pt;
  color: red;
}

@media screen and (max-width:1500px) { /* Target Screen Width */
  .right-login {
    width: 30%
  }
}

@media screen and (max-width:1024px) { /* Target Screen Width */
  .right-login {
    display: none;
  }
}