@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Thai:wght@100;200;300;400;500;600;700&display=swap");
.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; }

.alert-success {
  background: #3B8036 !important;
  color: #fff !important; }

.login-title {
  color: #395FA3; }

.login-wrapper, .login-create-shop {
  margin-bottom: 80px;
  margin-top: 70px;
  font-size: 1rem; }
  .login-wrapper .btn, .login-create-shop .btn {
    min-width: 406px; }

.sub-title {
  margin-bottom: 20px;
  border-bottom: 1px solid #C2C2C2;
  padding-bottom: 6px; }

.new-customer {
  position: relative;
  padding-bottom: 80px; }

.signup-msg {
  text-align: center; }
  .signup-msg h1 {
    border-bottom: 1px solid #C2C2C2;
    padding-bottom: 10px;
    margin-bottom: 40px;
    text-transform: uppercase; }
  .signup-msg.inactive {
    display: none; }

.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 li {
  margin-bottom: 10px; }

.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;
  text-align: center; }
  .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: #C2C2C2; }

.socialbtn-group {
  text-align: center;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center; }

.login-logo {
  margin-bottom: 30px; }

.loginBtn {
  width: 197px;
  height: 44px;
  padding: 10px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  text-align: center;
  border: 1px solid #C2C2C2;
  font-size: 14px;
  gap: 8px; }
  .loginBtn .icons {
    text-align: center;
    background-color: inherit; }
  .loginBtn.fb_google {
    background-color: #fff;
    color: #333333; }
  .loginBtn.fb_btn {
    background-color: #1877f2;
    color: #fff;
    display: none; }
  .loginBtn.fb_line {
    background-color: #fff;
    color: #333333; }
  .loginBtn.fb_wtitter {
    background-color: #00aced;
    color: #fff;
    display: none; }
  .loginBtn.fb_apple {
    background-color: #444;
    color: #fff; }
  .loginBtn:hover {
    opacity: 0.7; }

.fbtxtaccount {
  font-size: 1rem; }

.authbtn_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center; }

@media all and (min-width: 767px) {
  .register-wrap {
    max-width: 410px; } }
@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 #C2C2C2;
      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 a {
      display: block; } }
