:root {
  --color-secondary-01: #4B5A65;
  --color-secondary-02: #596E89;
  --color-secondary-03: #D0D9DA;
  --color-secondary-04: #A6A69D;
  --color-secondary-05: #CBC7C3;
  --color-secondary-06: #12181E;
}

#cuar-js-content-container .cuar-content-container {
  border: medium none;
}

body.customer-area-active .cuar-css-wrapper ul.fancytree-container ul {
  padding: 0;
  margin: 0;
}
body.customer-area-active .cuar-css-wrapper .cuar-edit-account-form ul.panel-tabs > li {
  display: none;
}
body.customer-area-active .cuar-css-wrapper .cuar-edit-account-form ul.panel-tabs > li:first-child {
  display: inline-block;
}

.customer-area-login .logged-in {
  color: rgba(0, 0, 0, 0.87);
  font-size: 14px;
  padding-right: 4px;
}
.customer-area-login .logged-in a,
.customer-area-login .reset-password a {
  color: #fff;
  background-color: #a5cd37;
  padding: 10px 20px;
  border-radius: 4px;
  box-shadow: none;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-size: 14px;
}
.customer-area-login .logged-in a {
  margin: 0 0 0 5px;
}
.customer-area-login .reset-password a {
  background-color: #cecac6;
}
.customer-area-login .logged-in a:hover,
.customer-area-login .reset-password a:hover {
  color: #fff;
  background-color: #515151;
}
.customer-area-login .log_forms input[type=submit] {
  width: 100%;
  padding: 15px;
  text-transform: uppercase;
  margin: 0;
  border: medium none;
  background-color: #a5cd37;
  font-weight: 400;
  text-transform: uppercase;
}
.customer-area-login .log_forms input[type=submit]:hover {
  background-color: #515151;
}

body.customer-area-active.customer-area-grid-xl .cuar-css-wrapper .col-xl-2 {
  width: 100%;
}

@media only screen and (min-width: 640px) {
  body.customer-area-active.customer-area-grid-xl .cuar-css-wrapper .col-xl-2 {
    width: 50%;
  }
}
#loginform {
  margin: 24px 0;
  padding: 26px 24px;
  font-weight: 400;
  overflow: hidden;
  background: #fff;
  border: 1px solid #c3c4c7;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}
#loginform .input, #loginform input[type=text], #loginform input[type=password] {
  font-size: 24px;
  line-height: 1.33333333;
  width: 100%;
  border-width: 0.0625rem;
  padding: 0.1875rem 0.3125rem;
  margin: 0 6px 16px 0;
  min-height: 40px;
  max-height: none;
  box-shadow: 0 0 0 transparent;
  border-radius: 4px;
  border: 1px solid #8c8f94;
  background-color: #fff;
  color: #2c3338;
}
#loginform input[type=text]:focus, #loginform input[type=password]:focus {
  border-color: #e22329;
  box-shadow: 0 0 0 1px #e22329;
  outline: 2px solid transparent;
}
#loginform label {
  font-size: 14px;
  line-height: 1.5;
  display: inline-block;
  margin-bottom: 3px;
  color: #3c434a;
  font-weight: 400;
}
#loginform input[type=submit] {
  width: 100%;
}