html, body
{
  min-height: 100%;
  height: 100%;
  background-color: #f7f7f7 !important;
}

@import url('https://fonts.googleapis.com/css?family=Open+Sans');

.log-wrapper
{
  width: 100%;
  height: 100%;
  font-family: 'Open Sans', sans-serif !important;
  text-align: center;
  color: #000;
  position: absolute !important;
  z-index: 11;
  top: 0;
  padding: 0;
  padding-top: 60px;
}

.log-banner
{
  height: 60px;
  width: 100%;
  text-align: center;
  background-color: #fff;
  border-bottom: 3px solid #1B0A5C;
  position: absolute;
  z-index: 110;
}

.log-banner img
{
  width: auto;
  height: 36px;
  margin-top: 12px;
}

.log-wrapper img
{
  width: 200px;
  height: auto;
  margin-top: 40px;
}

.log-container
{
  background-color: white !important;
  box-shadow: 0px 5px 15px rgba(0,0,0,0.2);
  border-bottom: 5px solid #1B0A5C;
  border-radius: 6px;
  margin-top:30px;
}
.log-container h2{
  margin-bottom:0;
  color: #000 !important;
}

.log-subtitle
{
  text-align: left;
  padding-left: 20px;
  height: 25px !important;
  color: #000;
}

td.log-email-used{
  color: #000 !important;
}

.log-container input.textareas
{
  width: calc(100% - 40px);
  height: 40px;
  outline: none;
  border: 2px solid #eee;
  padding-left: 10px;
  margin-left: 20px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

#sign-up-container-pt2 input.textareas
{
  width: calc(100% - 20px);
  margin-left: 10px;
}

#sign-in-container-pt2, #sign-up-container-pt2
{
  display: none;
}

.log-container input.textareas:hover
{
  border: 2px solid #bbb;
}

#forgot
{
  margin-bottom: 15px;
}

.log-container input.textareas:focus
{
  border: 2px solid #bbb ;
}

.log-container input#submit
{
  width: 200px !important;
  margin-bottom: 20px;
}

.log-container tr:first-child td
{
  width: 50%;
}

.log-container tr:nth-child(2) td
{
  padding-top: 0;
  padding-right: 0;
}

.log-container td
{
  height: 50px;
}

.log-container tr:first-child td
{
  height: auto;
}

.reglink{
  margin-top:20px;
}
.reglink h6{
  margin-bottom: 0px
}

a.goback
{
  display: block;
  text-align: right;
}

a.frgtpsswrd
{
  text-align: center;
  display: block;
  margin-top: -12px;
  width: 100%;
}

.log-container a:hover
{
  cursor: pointer;
  text-decoration: underline;
}

div.log-footer
{
  margin-top: 40px;
  height: 40px;
  color: white;
  width: 100%;
  padding: 0px !important;
  position: absolute;
  bottom: 0;
  z-index: 11;
}

div.log-footer div
{
  border-top: 1px solid #1B0A5C ;
  text-align: center;
}

div.log-footer a, div.log-footer p
{
  width: 33%;
  font-size: 14px;
  display: inline-block;
  height: 40px;
  margin-bottom: 0px;
  line-height: 40px;
  color: #1B0A5C !important;
}

.alert-info:not(.shop-cart-checkout-alert)
{
  display: none;
}

.alertpopup .alert-info, .alertpopup .alert-danger
{
  display: block;
}

.alertpopup
{
  position: absolute;
  z-index: 100;
  top: 80px;
  left: 20px;
  width: 300px;
}

.alertpopup-mob i
{
  color: white !important;
}

.alertpopup p
{
  color: #856404;
}

.alertpopup-mob
{
  position: absolute;
  top: 60px;
  width: 100%;
  z-index: 20;
}

.alertpopup span, .alertpopup-mob span:first-child
{
  height: 36px;
  background-color: #8A6D3B;
  width: 100%;
  text-align: left;
  line-height: 36px;
  font-size: 16px;
  font-weight: 700;
  padding-left: 60px;
  display: block;
  color: white !important;
  position: absolute;
  top: 0;
  left: 0;
}

.alertpopup-mob span:first-child
{
  padding-left: 0px;
  text-align: center;
}

.alertpopup-mob span:first-child i:first-child
{
  padding-right: 5px;
}

.alertpopup-mob span:first-child i:last-child
{
  position: absolute;
  right: 20px;
  top: 7px;
  font-size: 22px;
}

.alertpopup-mob span:last-child
{
  height: auto;
  background-color: #fce3a3;
  width: 100%;
  text-align: justify;
  font-size: 14px;
  padding: 15px 25px;
  line-height: 16px;
  display: block;
  color: #8A6D3B !important;
  position: absolute;
  top: 36px;
  left: 0;
  display: none;
}

@media (min-width: 768px)
{
  .alertpopup-mob
  {
    display: none !important;
  }
}

#forgot-password
{
  width: 100% !important;
  margin-left: 0 !important;
  display: none;
}

#forgot-password tr:first-child td
{
   padding: 20px 25px 10px 25px !important;
}

#forgot-password tr:last-child td
{
   padding: 0px 25px 10px 25px !important;
}

.modal-header .close
{
  position: absolute;
  top: 15px;
  right: 15px;
}

.forgotpassword h5
{
  font-size: 24px;
  color: white !important
}

.forgotpassword .modal-header
{
  background-color: #E03841  !important;
  color: white;
}

.forgotpassword .modal-header button
{
    opacity: 1 !important;
}

.forgotpassword .modal-header span
{
  color: white;
  outline: none;
  border: none;
}

.forgotpassword input.textareas
{
  width: calc(100%);
  height: 40px;
  outline: none;
  border: 2px solid #eee;
  padding-left: 10px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

#sign-up-container #submit, #reset-pw #submit
{
  margin-top: 20px;
}

.submit-reg, #toaddress
{
  margin: 15px 0 !important;
  width: 120px;
}

#sign-in-container tr:nth-child(2) td
{
  padding-top: 20px;
}

#sign-up-container-pt2 .goback
{
  text-align: center;
}

#sign-up-container-pt2 td:first-child
{
  padding-left: 10px;
}

#sign-up-container-pt2 td:last-child
{
  padding-right: 10px;
}

#sign-up-container-pt2 .log-subtitle:first-child
{
  padding-left: 20px;
}

#sign-up-container-pt2 .log-subtitle:last-child
{
  padding-left: 10px;
}

#sign-up-container-pt2 tr:nth-child(12) .log-subtitle:last-child
{
  padding-left: 20px;
}

div.log-bg
{
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}

div.log-bg img
{
  opacity: 0.1;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  width: 100%;
  height: 100%;
}

#toPass
{
  margin-top: 30px;
  width: 120px;
  margin-bottom: 10px;
}
.btn.btn-primary.submit-login{
  margin-top: 10px;
}

.alert.noemail
{
  padding: 10px 15px;
  position: absolute;
  z-index: 20;
  width: 100%;
  left: 0;
  border-radius: 5px;
  margin-top: 0px;
  display: none;
  background-color: #f8bac0 !important;
  color: #a94442 !important;
}
/*
.pointer
{
  display: block;
  position: absolute;
  height: 20px;
  width: 20px;
  z-index: 19;
  background: #252525;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 80px;
  margin-top: -30px;
  display: none;
}
*/
.log-email-used
{
  text-align: center;
  padding-left: 20px;
  padding-top: 20px !important;
  opacity: 0.5;
  font-size: 16px;
  height: auto !important;
}

.loginarea
{
  padding: 0 !important;
  margin: 0 !important;
  height: 100% !important;
  background-color: rgba(0,0,0,0) !important;
}
.mobs{
  height: 100%;
  overflow: scroll;
}

.log-panel > h2
{
  margin: 30px 0 20px 0;
  font-size: 32px;
  padding-top: 30px;
}

#sign-in-container-pt2 a.goback
{
  text-align: left;
  padding-left: 20px;
  margin-top: -14px;
}

#sign-in-container-pt2 a.frgtpsswrd
{
  text-align: right;
  padding-right: 20px;
}

@media (min-width: 1600px){
  .log-footer div, .log-panel
  {
    width: 600px;
    margin-left: calc(50% - 300px);
  }

  .log-wrapper img
  {
    width: 350px;
    margin-top: 200px;
  }
}

@media (min-width: 1366px) and (max-width: 1600px){
  .log-footer div, .log-panel
  {
    width: 500px;
    margin-left: calc(50% - 250px);
  }

  .log-wrapper img
  {
    width: 300px;
    margin-top: 150px
  }
}

@media (min-width: 540px) and (max-width: 1366px){
  .log-footer div, .log-panel
  {
    width: 500px;
    margin-left: calc(50% - 250px);
  }

  .log-wrapper img
  {
    width: 250px;
    margin-top: 40px
  }
}

@media (max-width: 540px){
  .log-footer div
  {
    width: 100%;
    margin-left: 0;
  }

  .log-panel
  {
    width: 80%;
    margin-left: 10%;
  }
}

@media only screen and (max-width: 1006px)
{
    .alertpopup
    {
      display: none;
    }

    #wrapper.loginarea
    {
      padding-top: 0 !important;
    }

    .log-container
    {
      width: 100%;
    }

    .alert-info:not(.shop-cart-checkout-alert)
    {
      display: none;
    }

    .alert-danger, .alert.noemail
    {
      position:absolute;
      z-index: 400;
      width: 100%;
      border-radius: 0;
      border-left: none !important;
      top: 60px;
      padding: 10px 15px;
    }
}
/* new register form */

form#register_account {
    background-color: #fff !important;
    font-family: 'Open Sans' !important;
}

#register_account .form-group:last-child {
    display: flex;
    align-items: center;
    justify-content: center;
}

#register_account .form-group button{
    width: 120px;
}
#register_account label{
  font-weight: 700;
}
.login{
  text-align:center;
  font-family: 'Open Sans' !important;
}
.login h6{
  margin-top: 10px;
  margin-bottom: 0;
}
,
.login h4{

}
