<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.checkbox-inline, .radio-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.login-form {
  width: 385px;
  margin: 30px auto;
}
  .login-form form {        
    margin-bottom: 15px;
      padding: 30px;
  }
  .login-form h2 {
      margin: 0 0 15px;
  }
  .form-control, .login-btn {
      min-height: 38px;
      border-radius: 2px;
  }
  .input-group-addon .fa {
      font-size: 18px;
  }
  .login-btn {
      font-size: 15px;
      font-weight: bold;
  }
  .social-btn .btn {
    border: none;
    margin: 10px 5px 0;
    opacity: 1;
    width: 150px;
    font-size: 15px;
    font-weight: 600;
}
  .social-btn .btn:hover {
      opacity: 0.9;
  }
.social-btn .btn-primary {
      background: #507cc0;
  }
.social-btn .btn-info {
  background: #64ccf1;
}
.social-btn .btn-danger {
  background: #df4930;
}
  .or-seperator {
    text-align: center;
    border-top: 1px solid #ccc;
    width: 75%;
    margin: 0 auto;
    margin-top: 18px;
    margin-bottom: -5px;
  }
  .or-seperator span {
      padding: 0 10px;
      background: #fff;
      position: relative;
      top: -11px;
      z-index: 1;
  }   

.fa-google, .fa-facebook {
  float: left;
  border-right: solid 1px rgba(255,255,255,0.5);
}

.fa-google {
  margin-top: 3px;
  padding-right: 7px;
  margin-left: -3px;
}

a.btn.btn-danger, a.btn.btn-primary {
  padding-right: 17px;
}

.fa-facebook {
  margin-top: 4px;
  padding-right: 10px;
}
.text-center.social-btn a, button {
  letter-spacing: 1px;
}
#wm-wholesale-reg .input-group-addon,#wm-wholesale-reg-login .input-group-addon,#wm-wholesale-reset .input-group-addon {
  width:auto !important;
}

#wm-wholesale-reg .btn,#wm-wholesale-reg-login .btn,#wm-wholesale-reset .btn {
  font-size:13px !important;
}

#wm-wholesale-reg-login .wm-wholesale-input {
  width:100% !important;
}
#wm-wholesale-reg .wm-wholesale-input {
  width:100% !important;
}
#wm-wholesale-reset .wm-wholesale-input {
  width:100% !important;
}

#wm-wholesale-reg ::-webkit-input-placeholder{
   font-size: 13px!important;
}
#wm-wholesale-reg :-moz-placeholder{
   font-size: 13px!important;
}
#wm-wholesale-reg ::-moz-placeholder {
   font-size: 13px!important;
}
#wm-wholesale-reg-login ::-webkit-input-placeholder{
   font-size: 13px!important;
}
#wm-wholesale-reg-login :-moz-placeholder{
   font-size: 13px!important;
}
#wm-wholesale-reg-login ::-moz-placeholder {
   font-size: 13px!important;
}

#wm-wholesale-reset ::-webkit-input-placeholder{
   font-size: 13px!important;
}
#wm-wholesale-reset :-moz-placeholder{
   font-size: 13px!important;
}
#wm-wholesale-reset ::-moz-placeholder {
   font-size: 13px!important;
}
#wm-wholesale-reg select {
    font-size:13px !important;
}
.wm-auth {
  font-size:13px !important;    
}
.wm-success {
  background-color:green;
  color:white;
  padding:10px;
  font-size:13px;
}
.wm-failed {
  background-color:red;
  color:white;
  padding:10px;
  font-size:13px;
}
.wm-popup-text {
  font-size:16px !important;
  font-weight:bold;
}
#wm-wholesale-reg-login input, #wm-wholesale-reg input, #wm-wholesale-reset input {
  font-size:13px !important; 
}
</pre></body></html>