/*$default		  :#F0F0F0;*/
/*10px;*/
/*13px;*/
/*20px;*/
/*$border-radius:               .25rem;*/
.transition {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out; }

.ellips {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block; }

.login-wrapper, .login-create-shop {
  margin-bottom: 20px; }
  .login-wrapper .btn-primary, .login-create-shop .btn-primary {
    min-width: 150px;
    text-transform: uppercase; }
  .login-wrapper #login-error, .login-create-shop #login-error {
    display: block; }
  .login-wrapper .verify_msg, .login-create-shop .verify_msg {
    background-color: #FFEEDB;
    font-weight: 400;
    border-radius: 5px;
    padding: 10px 20px;
    margin-bottom: 1.5rem; }

.new-customer {
  position: relative; }

.loginreg-btn {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%); }

.signup-msg {
  text-align: center; }
  .signup-msg h1 {
    border-bottom: 1px solid #CECECE;
    padding-bottom: 10px;
    margin-bottom: 40px;
    text-transform: uppercase; }
  .signup-msg.inactive {
    display: none; }

.or {
  margin-top: 30px;
  text-align: center;
  position: relative;
  margin-bottom: -10px; }
  .or .ortxt {
    background: #fff;
    padding: 1px 10px;
    display: inline-block;
    margin: -13px 0 0px 0; }

.registered {
  padding-right: 30px; }

.ph-wrap {
  max-width: 80px;
  min-width: 80px; }

.title-login {
  font-weight: bold;
  padding-bottom: 0;
  margin-bottom: 33px;
  font-size: 1.125rem; }

h1.title-login {
  font-size: 1.5rem;
  margin-bottom: 50px;
  margin-top: 40px; }

#forget_password:hover {
  text-decoration: underline; }

.subtitle-login {
  font-weight: bold;
  font-size: 1.125rem; }

/* Register */
.new-customer .disc {
  list-style: square; }

.personal-info-wrap {
  padding-bottom: 35px; }

.signin-info-wrap {
  padding-bottom: 15px; }

.widthfit_contents {
  width: fit-content;
  margin: 0 auto;
  padding: 25px 0; }

.or-wrap {
  position: relative;
  padding: 8px 0; }
  .or-wrap .or {
    background: #fff;
    padding: 0 20px;
    position: relative;
    z-index: 1;
    display: inline-block; }
  .or-wrap:before {
    position: absolute;
    width: 100%;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    background: #CECECE; }

.socialbtn-group {
  max-width: 270px;
  margin: 0 auto; }

.login-logo {
  margin-bottom: 30px; }

.loginBtn {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  padding-right: 7px; }
  .loginBtn .icons {
    width: 45px;
    text-align: center;
    margin-right: 10px;
    border-right: 1px solid #CECECE;
    padding: 7px;
    font-size: 1.5rem;
    background-color: inherit; }
  .loginBtn.fb_google {
    background-color: #dd4b39;
    color: #fff; }
  .loginBtn.fb_btn {
    background-color: #1877f2;
    color: #fff; }
  .loginBtn.fb_line {
    background-color: #00c300;
    color: #fff; }
  .loginBtn.fb_wtitter {
    background-color: #00aced;
    color: #fff; }
  .loginBtn.fb_apple {
    background-color: #444;
    color: #fff; }
  .loginBtn:hover {
    opacity: 0.7; }

.fbtxtaccount {
  font-size: 1rem; }

@media all and (max-width: 767px) {
  .m-txt-left {
    text-align: left !important; }

  h1.title-login {
    margin-bottom: 10px; }

  .title-login {
    margin-bottom: 2px; }

  .login-wrapper .btn-primary, .login-create-shop .btn-primary {
    min-width: auto; }

  .signup-msg h1 {
    margin-bottom: 10px; }

  .registered {
    padding-right: 15px; }
    .registered .gtext {
      border-bottom: 1px solid #CECECE;
      padding-bottom: 15px; }
    .registered button[type="submit"] {
      width: 100%; }

  .new-customer {
    border-left: none;
    /*border-top: 1px solid $primary;*/
    padding-left: 15px;
    /*margin-top: 15px;*/
    padding-top: 15px;
    padding-bottom: 15px; }
    .new-customer .loginreg-btn {
      position: static;
      transform: translateX(0);
      text-align: center;
      margin-bottom: 5px; }
      .new-customer .loginreg-btn a {
        display: block; }

  .register #register {
    width: 100%;
    margin-bottom: 15px; } }
/*   New b2b page css */
.login-reg-page, .login-wrapper {
  background: #fff;
  padding: 50px;
  margin-top: 50px;
  margin-bottom: 50px; }
  .login-reg-page h2, .login-wrapper h2 {
    margin-bottom: 1rem; }
  .login-reg-page h1, .login-wrapper h1 {
    /*font-size: $main_title;*/
    margin-bottom: 1.5rem; }

.socialbtn-group .btn {
  width: 100%; }
  .socialbtn-group .btn i {
    margin-right: 4px; }

.fb-btn {
  background-color: #1976D2;
  border-color: #1976D2; }

.forget-link {
  text-align: right;
  margin-top: 10px; }
  .forget-link a {
    color: #0090FF; }

.reg-btn, .reg-btn2 {
  min-width: 280px; }

/* Forget page */
.forget-form h1 {
  /*font-size: $large_title;*/
  margin-bottom: 5px; }

.forget-heading {
  text-align: center;
  padding-bottom: 15px; }
  .forget-heading p {
    font-size: 0.875rem; }

/*  Register page  */
.fieldset {
  margin-bottom: 20px; }

.subtitle-reg {
  border-bottom: 1px solid #CECECE;
  font-weight: normal;
  padding-bottom: 12px;
  margin-bottom: 1rem;
  /*font-size: $small_title;*/ }

/*  Upload button   */
.upload-row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center; }
  .upload-row label {
    min-width: 170px; }

.file-wrap .file-name {
  word-break: break-all; }

.file-inner {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .file-inner input[type="file"] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer; }
  .file-inner .btn {
    margin-right: 10px;
    min-width: 125px; }

.submit-btn {
  text-align: center; }
  .submit-btn button {
    min-width: 270px; }

.btn-group {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.file-btn {
  position: relative;
  margin-right: 10px; }
  .file-btn input[type="file"] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1; }

@media all and (max-width: 767px) {
  .login-reg-page, .login-wrapper {
    padding: 15px;
    margin-top: 15px;
    margin-bottom: 15px; }
    .login-reg-page h1, .login-wrapper h1 {
      /*font-size: $small_title;*/ }

  .forget-heading {
    padding-bottom: 5px; } }

/*# sourceMappingURL=login.css.map */
