.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: #f7f7f7;
    font-weight: 400;
    border-radius: 5px;
    padding: 10px 20px;
    margin-bottom: 1.5rem; }

.login-title, .register {
  margin-top: 30px; }

.avatar-view {
  text-align: left !important;
  border: none !important;
  border-radius: 0 !important; }
  .avatar-view img {
    display: block; }

.sub-title {
  font-weight: bold;
  border-bottom: 1px solid #CECECE;
  padding-bottom: 8px; }

.btn_login {
  display: block;
  width: 100%; }

.forgot {
  margin-top: 2rem; }

.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; }

.btn-groups {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between; }

/*.or {
    margin-top: 30px; text-align: center;
    position: relative; margin-bottom: -10px;

    .ortxt {
        background:$white; padding:1px 10px;
        display: inline-block; margin:-13px 0 0px 0;
    }
}
*/
.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;
  text-align: center;
  margin-bottom: 1rem; }
  .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 {
  text-align: center; }

.login-logo {
  margin-bottom: 30px; }

.loginBtn {
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 40px;
  text-align: center;
  line-height: 40px; }
  .loginBtn .icons {
    text-align: center;
    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; }

.resend_verify_link {
  text-align: center;
  padding: 30px; }
  .resend_verify_link .btn-timer {
    margin-top: 1rem; }
  .resend_verify_link #timer {
    margin-left: 1rem; }

@media all and (min-width: 767px) {
  .register-wrap {
    max-width: 320px; } }
@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-bottom: 15px; }
    .new-customer .loginreg-btn {
      position: static;
      transform: translateX(0);
      text-align: center;
      margin-bottom: 5px; }
      .new-customer .loginreg-btn a {
        display: block; } }
