body {
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  font-family: "Nunito", sans-serif;
  font-weight: lighter;
  background-color: #ebebeb;
  width: 100%;
  min-width: 320px;
  min-height: 100vh;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

@-webkit-keyframes autofill {
  to {
    color: #282828;
    background: #fff;
  }
}
input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}

::-webkit-scrollbar {
  width: 4px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #282828;
}

::-webkit-scrollbar-thumb:hover {
  background: #282828;
}

::-ms-clear {
  display: none;
}

.d-none {
  display: none !important;
}

.slide-show {
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 0;
}
.slide-show .slide-image {
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  object-fit: cover;
  position: absolute;
  z-index: 0;
}

.front-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(33, 33, 43, 0.7);
  z-index: 10;
}
.front-layer .body-wrapper {
  max-width: 1920px;
  max-height: 1080px;
  width: 100%;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  padding: 0px 65px 64px 154px;
  box-sizing: border-box;
}
.front-layer .body-wrapper header {
  position: relative;
  width: 482px;
  margin-top: 100px;
  display: inline-block;
}
.front-layer .body-wrapper header .logo {
  color: #fcfbfb;
  font-size: 27px;
  font-weight: 100;
  font-style: normal;
  margin-right: 92px;
  margin-bottom: 30px;
}
.front-layer .body-wrapper header .logo img {
  width: 30px;
  height: 30px;
  position: relative;
  top: 5px;
}
.front-layer .body-wrapper header .logo .heart {
  color: #1EC161;
}
.front-layer .body-wrapper header .logo strong {
  font-weight: 600;
}
.front-layer .body-wrapper header .header-menu {
  display: inline-block;
}
.front-layer .body-wrapper header .header-menu .howItWorks-btn {
  letter-spacing: -0.5px;
  color: #fcfbfb;
  font-size: 18px;
  position: relative;
  margin-right: 20px;
}
.front-layer .body-wrapper header .header-menu .howItWorks-btn:after {
  content: "";
  position: absolute;
  top: 32px;
  left: 0;
  width: 32px;
  height: 2px;
  background: #1EC161;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: all;
}
.front-layer .body-wrapper header .header-menu .howItWorks-btn:hover:after {
  width: 100%;
}
.front-layer .body-wrapper header .header-menu .contact-btn {
  letter-spacing: -0.5px;
  font-size: 18px;
  color: #fcfbfb;
  background-color: #1EC161;
  padding: 6px 17px;
  border-radius: 4px;
  letter-spacing: -1px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: all;
}
.front-layer .body-wrapper header .header-menu .contact-btn:hover {
  background-color: #2edd76;
}
.front-layer .body-wrapper .slide-title {
  position: absolute;
  bottom: 64px;
}
.front-layer .body-wrapper .slide-title .welcome {
  color: #fefefe;
  opacity: 0.5;
  font-size: 48px;
  font-weight: 100;
  margin-top: 0;
  margin-bottom: 12px;
  letter-spacing: -2.5px;
}
.front-layer .body-wrapper .slide-title .main-title {
  line-height: 88px;
  color: #fff;
  font-size: 72px;
  font-weight: 100;
  margin: 0;
  letter-spacing: -1.5px;
}
.front-layer .body-wrapper .slide-title .main-title strong {
  font-weight: 500;
}
.front-layer .body-wrapper .slide-title .user-title {
  margin-top: 34px;
}
.front-layer .body-wrapper .slide-title .user-title .bubble {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background: #1EC161;
  font-weight: normal;
  font-size: 14px;
  color: #fff;
  border-radius: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 24px;
}
.front-layer .body-wrapper .slide-title .user-title .user-name {
  font-size: 20px;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
}
.front-layer .body-wrapper .sign-form {
  width: 650px;
  position: absolute;
  right: 65px;
  bottom: 0px;
}
.front-layer .body-wrapper .sign-form .gallery-toggler {
  position: absolute;
  left: -250px;
  bottom: 64px;
}
.front-layer .body-wrapper .sign-form .gallery-toggler .gallery-btn-selected {
  background: #1DC25F !important;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: all;
}
.front-layer .body-wrapper .sign-form .gallery-toggler .gallery-btn {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: all;
  width: 48px;
  height: 3px;
  background: rgba(248, 248, 249, 0.3);
  margin-left: 8px;
  display: inline-block;
  cursor: pointer;
}
.front-layer .body-wrapper .sign-form .gallery-toggler .gallery-btn:hover {
  background: #1DC25F;
}
.front-layer .body-wrapper .sign-form input[type=text], .front-layer .body-wrapper .sign-form input[type=password] {
  font-size: 16px;
  padding: 12px;
  border-radius: 4px;
  background: #FFFEFF;
  color: #302D45;
  outline: none;
  border: 1px solid #D0CDD5;
  margin-right: 6px;
  width: 214px;
  box-sizing: border-box;
  font-family: "Nunito", sans-serif;
}
.front-layer .body-wrapper .sign-form .login-box {
  width: 100%;
  box-sizing: border-box;
  padding: 34px 34px 18px 34px;
  background: rgba(248, 248, 249, 0.1);
}
.front-layer .body-wrapper .sign-form .login-box .login-form {
  margin-bottom: 12px;
  position: relative;
}
.front-layer .body-wrapper .sign-form .login-box .login-form .confirm-btn {
  font-size: 16px;
  font-family: "Nunito", sans-serif;
  padding: 14px 48px;
  border-radius: 4px;
  background: #01D091;
  color: #fff;
  outline: none;
  border: none;
  text-align: center;
  cursor: pointer;
}
.front-layer .body-wrapper .sign-form .login-box .login-form .confirm-btn:hover {
  background-color: #2edd76;
}
.front-layer .body-wrapper .sign-form .login-box .login-form .remember-me {
  display: block;
  position: absolute;
  padding-left: 24px;
  right: 8px;
  margin-top: 12px;
  font-size: 16px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
}
.front-layer .body-wrapper .sign-form .login-box .login-form .remember-me input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.front-layer .body-wrapper .sign-form .login-box .login-form .remember-me:hover input ~ .checkmark {
  background-color: #ccc;
}
.front-layer .body-wrapper .sign-form .login-box .login-form .remember-me input:checked ~ .checkmark {
  background-color: #01D091;
}
.front-layer .body-wrapper .sign-form .login-box .login-form .remember-me input:checked ~ .checkmark:after {
  display: block;
}
.front-layer .body-wrapper .sign-form .login-box .login-form .remember-me input:checked ~ .checkmark:before {
  display: block;
}
.front-layer .body-wrapper .sign-form .login-box .login-form .remember-me .checkmark:after {
  left: 9px;
  top: 4px;
  width: 0;
  height: 12px;
  border: solid white;
  border-width: 0 2px 0 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.front-layer .body-wrapper .sign-form .login-box .login-form .remember-me .checkmark:before {
  left: 9px;
  top: 4px;
  width: 0;
  height: 12px;
  border: solid white;
  border-width: 0 2px 0 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.front-layer .body-wrapper .sign-form .login-box .login-form .checkmark {
  position: absolute;
  background: #ebebeb;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border-radius: 4px;
}
.front-layer .body-wrapper .sign-form .login-box .login-form .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.front-layer .body-wrapper .sign-form .login-box .login-form .checkmark:before {
  content: "";
  position: absolute;
  display: none;
}
.front-layer .body-wrapper .sign-form .login-box .forgot-password-box {
  position: relative;
  display: inline-block;
  height: 20px;
}
.front-layer .body-wrapper .sign-form .login-box .forgot-password {
  color: #fff;
  text-decoration: underline;
  font-size: 14px;
}
.front-layer .body-wrapper .sign-form .create-account {
  background: #fff;
  padding: 47px 66px 18px 62px;
  text-align: left;
  position: relative;
}
.front-layer .body-wrapper .sign-form .create-account .arrow {
  display: none;
  position: absolute;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: all;
  color: #000;
  font-size: 20px;
  right: 20px;
  top: 20px;
}
.front-layer .body-wrapper .sign-form .create-account .arrow-rotate {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: all;
  transform: rotate(180deg);
}
.front-layer .body-wrapper .sign-form .create-account h2 {
  font-size: 32px;
  color: #555165;
  font-weight: 100;
  margin-bottom: 8px;
  margin-top: 24px;
  letter-spacing: -1px;
}
.front-layer .body-wrapper .sign-form .create-account hr {
  background: #1EC161;
  width: 140px;
  height: 1.5px;
  border: none;
  display: inline-block;
  margin-bottom: 78px;
  margin-left: 4px;
}
.front-layer .body-wrapper .sign-form .create-account .register-form {
  padding: 0px 2px 0px 4px;
}
.front-layer .body-wrapper .sign-form .create-account .register-form .accountType-toggle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.front-layer .body-wrapper .sign-form .create-account .register-form .accountType-toggle .accountType-btn {
  flex: 0 0 50%;
  max-width: 50%;
  box-sizing: border-box;
  width: 50%;
  border: 1px solid #E1DFE4;
  text-align: center;
  padding: 23px;
  font-size: 24px;
  color: #3C3A4F;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: all;
}
.front-layer .body-wrapper .sign-form .create-account .register-form .accountType-toggle .accountType-btn:hover {
  border: 1px solid #2BC46A;
  color: #2BC46A;
  background: #F9FCFA;
}
.front-layer .body-wrapper .sign-form .create-account .register-form .accountType-toggle .accountType-selected {
  border: 1px solid #2BC46A;
  color: #2BC46A;
  background: #F9FCFA;
}
.front-layer .body-wrapper .sign-form .create-account .register-form .accountType-toggle .radius-left {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.front-layer .body-wrapper .sign-form .create-account .register-form .accountType-toggle .radius-right {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.front-layer .body-wrapper .sign-form .create-account .register-form .toggle-visible {
  opacity: 1 !important;
  visibility: visible !important;
}
.front-layer .body-wrapper .sign-form .create-account .register-form .group-toggler {
  position: relative;
  height: 264px;
  margin-top: 14px;
}
.front-layer .body-wrapper .sign-form .create-account .register-form .group-toggler .toggle-type {
  position: absolute;
  width: 100%;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: all;
}
.front-layer .body-wrapper .sign-form .create-account .register-form .group-toggler .toggle-type label {
  font-size: 16px;
  display: block;
  margin-top: 12px;
  margin-bottom: 2px;
}
.front-layer .body-wrapper .sign-form .create-account .register-form .group-toggler .toggle-type .input-box {
  position: relative;
}
.front-layer .body-wrapper .sign-form .create-account .register-form .group-toggler .toggle-type .input-box .msg-box {
  position: absolute;
  z-index: 231;
  font-size: 14px;
  width: 320px;
  border-radius: 4px;
  padding: 8px;
  box-sizing: border-box;
  right: 0px;
  top: 54px;
  background: #fff;
  border: 1px solid #E7E5EA;
  -webkit-box-shadow: 3px 3px 7px 0px #EDEDF5;
  -moz-box-shadow: 3px 3px 7px 0px #EDEDF5;
  box-shadow: 3px 3px 7px 0px #EDEDF5;
}
.front-layer .body-wrapper .sign-form .create-account .register-form .group-toggler .toggle-type .input-box .msg-box:after, .front-layer .body-wrapper .sign-form .create-account .register-form .group-toggler .toggle-type .input-box .msg-box:before {
  bottom: 100%;
  right: 10px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.front-layer .body-wrapper .sign-form .create-account .register-form .group-toggler .toggle-type .input-box .msg-box:after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: 2px;
  right: 12px;
}
.front-layer .body-wrapper .sign-form .create-account .register-form .group-toggler .toggle-type .input-box .msg-box:before {
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #E7E5EA;
  border-width: 12px;
  margin-left: 0px;
}
.front-layer .body-wrapper .sign-form .create-account .register-form .group-toggler .toggle-type .input-box .checkmark-ok {
  position: absolute;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  height: 18px;
  width: 6px;
  border-bottom: 2px solid #00CF90;
  border-right: 2px solid #00CF90;
  right: 18px;
  top: 10px;
}
.front-layer .body-wrapper .sign-form .create-account .register-form .group-toggler .toggle-type .input-box .input-wrong {
  background: #FCFAFE;
  border: 1px solid #FF8901;
}
.front-layer .body-wrapper .sign-form .create-account .register-form .group-toggler .toggle-type .input-box .checkmark-wrong {
  position: absolute;
  right: 33px;
  top: 24px;
}
.front-layer .body-wrapper .sign-form .create-account .register-form .group-toggler .toggle-type .input-box .checkmark-wrong:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background: #FF8901;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.front-layer .body-wrapper .sign-form .create-account .register-form .group-toggler .toggle-type .input-box .checkmark-wrong:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background: #FF8901;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.front-layer .body-wrapper .sign-form .create-account .register-form .group-toggler .toggle-type .input-fullWidth {
  width: 100%;
  margin: 0;
}
.front-layer .body-wrapper .sign-form .create-account .register-form .group-toggler .toggle-type .input-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.front-layer .body-wrapper .sign-form .create-account .register-form .group-toggler .toggle-type .input-group .half-box {
  flex: 0 0 50%;
  max-width: 50%;
  box-sizing: border-box;
  width: 50%;
}
.front-layer .body-wrapper .sign-form .create-account .register-form .group-toggler .toggle-type .input-group .p-right {
  padding-right: 5px;
}
.front-layer .body-wrapper .sign-form .create-account .register-form .group-toggler .toggle-type .input-group .p-left {
  padding-left: 5px;
}
.front-layer .body-wrapper .sign-form .create-account .register-form .register-btn {
  margin-top: 71px;
  margin-bottom: 86px;
  box-sizing: border-box;
  width: 250px;
  padding: 26px 30px;
  background: #01D4A2;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
}
.front-layer .body-wrapper .sign-form .create-account .register-form .register-btn:hover {
  background: #1df2c0;
}
.front-layer .body-wrapper .sign-form .create-account .register-form .register-btn img {
  float: right;
  top: 9px;
  position: relative;
}
.front-layer .body-wrapper .sign-form .create-account .register-form .copyright {
  font-size: 16px;
  color: #82829e;
  margin-bottom: 40px;
}
.front-layer .body-wrapper .sign-form .create-account .register-form .copyright span {
  margin-left: 24px;
}

/*SETTINGS for responsive web*/
/*VERTICAL*/
@media screen and (max-height: 1018px) and (min-width: 1024px) {
  .front-layer .body-wrapper .sign-form {
    height: 100vh;
    right: 0px;
  }
  .front-layer .body-wrapper .sign-form .create-account {
    height: calc(100vh - 152px);
    padding: 1px 66px 18px 62px;
    overflow-y: auto;
  }
  .front-layer .body-wrapper .sign-form .create-account hr {
    margin-bottom: 30px;
  }
  .front-layer .body-wrapper .sign-form .create-account .register-form .register-btn {
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 1572px) {
  .front-layer .body-wrapper .slide-title .main-title {
    line-height: 56px;
    font-size: 46px;
  }
  .front-layer .body-wrapper .slide-title .welcome {
    font-size: 32px;
    letter-spacing: -1.5px;
  }
  .front-layer .body-wrapper .sign-form {
    height: 100vh;
    right: 0px;
    top: 0px;
    width: 510px;
  }
  .front-layer .body-wrapper .sign-form input[type=text], .front-layer .body-wrapper .sign-form input[type=password] {
    width: 144px;
  }
  .front-layer .body-wrapper .sign-form .create-account {
    height: calc(100vh - 152px);
    padding: 1px 66px 18px 62px;
    overflow-y: auto;
  }
  .front-layer .body-wrapper .sign-form .create-account hr {
    margin-bottom: 42px;
  }
  .front-layer .body-wrapper .sign-form .create-account .register-form .register-btn {
    margin-top: 66px;
    margin-bottom: 14px;
    padding: 16px 30px;
    width: 208px;
  }
  .front-layer .body-wrapper .sign-form .create-account .register-form .accountType-toggle .accountType-btn {
    padding: 10px;
  }
  .front-layer .body-wrapper .sign-form .create-account .register-form .group-toggler {
    margin-top: 0;
    height: 225px;
  }
  .front-layer .body-wrapper .sign-form .create-account .register-form .group-toggler .toggle-type .input-fullWidth {
    padding: 6px;
  }
  .front-layer .body-wrapper .sign-form .create-account .register-form .group-toggler .toggle-type .input-box .checkmark-wrong {
    top: 19px;
  }
  .front-layer .body-wrapper .sign-form .create-account .register-form .copyright {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1212px) {
  .front-layer .body-wrapper {
    padding: 0px 65px 64px 58px;
  }
  .front-layer .body-wrapper header {
    margin-top: 44px;
  }
}
@media screen and (max-width: 1096px) {
  .front-layer .body-wrapper header .logo {
    margin-right: 30px;
    display: inline-block;
    margin-bottom: 0px;
  }
  .front-layer .body-wrapper .sign-form .gallery-toggler {
    left: -120px;
  }
  .front-layer .body-wrapper .sign-form .gallery-toggler .gallery-btn {
    width: 20px;
    height: 20px;
    border-radius: 100%;
  }
}
@media screen and (max-width: 1020px) {
  .front-layer .body-wrapper {
    padding: 0;
  }
  .front-layer .body-wrapper header {
    position: absolute;
    top: 0;
    margin-top: 0;
    line-height: 75px;
    background: #fff;
    width: 100vw;
  }
  .front-layer .body-wrapper header .logo {
    margin-right: 0px;
    color: #000;
    margin-left: 20px;
    margin-right: 58px;
  }
  .front-layer .body-wrapper header .header-menu .howItWorks-btn {
    color: #000;
  }
  .front-layer .body-wrapper .sign-form {
    width: 452px;
    height: calc(100vh - 79px);
    top: 79px;
  }
  .front-layer .body-wrapper .sign-form input[type=text], .front-layer .body-wrapper .sign-form input[type=password] {
    width: 130px;
    padding: 6px;
  }
  .front-layer .body-wrapper .sign-form .login-box {
    padding: 20px 18px 18px 20px;
  }
  .front-layer .body-wrapper .sign-form .login-box .login-form .confirm-btn {
    padding: 7px 48px;
  }
  .front-layer .body-wrapper .sign-form .login-box .login-form label {
    right: 0;
    left: 277px;
  }
  .front-layer .body-wrapper .sign-form .login-box .forgot-password {
    right: 0;
    left: 0px;
  }
  .front-layer .body-wrapper .sign-form .create-account {
    height: calc(100vh - 203px);
    padding: 1px 20px 18px 20px;
  }
  .front-layer .body-wrapper .sign-form .create-account h2 {
    font-size: 26px;
  }
  .front-layer .body-wrapper .sign-form .create-account hr {
    width: 104px;
  }
  .front-layer .body-wrapper .sign-form .create-account .register-form .accountType-toggle .accountType-btn {
    padding: 12px;
  }
  .front-layer .body-wrapper .sign-form .create-account .register-form .group-toggler .toggle-type label {
    font-size: 14px;
  }
  .front-layer .body-wrapper .sign-form .create-account .register-form .group-toggler .toggle-type .input-box .checkmark-ok {
    top: 6px;
  }
  .front-layer .body-wrapper .sign-form .create-account .register-form .group-toggler .toggle-type .input-box .checkmark-wrong {
    top: 18px;
  }
  .front-layer .body-wrapper .sign-form .create-account .register-form .register-btn {
    margin-top: 30px;
    width: 208px;
    padding: 18px 23px;
  }
  .front-layer .body-wrapper .sign-form .create-account .register-form .copyright {
    margin-bottom: 0px;
  }
  .front-layer .body-wrapper .slide-title {
    margin-left: 20px;
  }
  .front-layer .body-wrapper .slide-title .main-title {
    line-height: 42px;
    font-size: 34px;
  }
}
@media screen and (max-width: 876px) {
  .front-layer .body-wrapper .sign-form {
    width: 100%;
    overflow-y: hidden;
  }
  .front-layer .body-wrapper .sign-form .gallery-toggler {
    left: 50%;
    transform: translateX(-50%);
    bottom: 112px;
  }
  .front-layer .body-wrapper .sign-form .create-account-inactive {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    transition-property: all;
    overflow: hidden;
    height: 48px !important;
  }
  .front-layer .body-wrapper .sign-form .create-account {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    transition-property: all;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: calc(100vh - 248px);
    width: 80%;
    max-width: 500px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    text-align: center;
  }
  .front-layer .body-wrapper .sign-form .create-account .arrow {
    display: block;
  }
  .front-layer .body-wrapper .sign-form .create-account h2 {
    margin-top: 10px;
    margin-bottom: 0px;
    text-align: center;
  }
  .front-layer .body-wrapper .sign-form .create-account .register-form .accountType-toggle .accountType-btn {
    padding: 10px;
    font-size: 18px;
  }
  .front-layer .body-wrapper .sign-form .create-account .register-form .group-toggler {
    height: 224px;
  }
  .front-layer .body-wrapper .sign-form .create-account .register-form .register-btn {
    margin-top: 48px;
    margin-bottom: 10px;
    width: 180px;
    padding: 12px 10px;
    display: inline-block;
  }
  .front-layer .body-wrapper .slide-title {
    bottom: 160px;
  }
}
@media screen and (max-width: 458px) {
  .front-layer .body-wrapper header {
    line-height: 53px;
  }
  .front-layer .body-wrapper header .logo {
    font-size: 16px;
    margin-left: 10px;
    margin-right: 7px;
  }
  .front-layer .body-wrapper header .header-menu .howItWorks-btn {
    font-size: 16px;
  }
  .front-layer .body-wrapper header .header-menu .contact-btn {
    font-size: 16px;
  }
  .front-layer .body-wrapper .sign-form {
    height: calc(100vh - 54px);
    top: 54px;
  }
  .front-layer .body-wrapper .sign-form input[type=text], .front-layer .body-wrapper .sign-form input[type=password] {
    margin-right: 0;
    width: 113px;
  }
  .front-layer .body-wrapper .sign-form .login-box {
    padding: 12px 7px 18px 10px;
  }
  .front-layer .body-wrapper .sign-form .login-box .login-form .confirm-btn {
    padding: 7px 15px;
  }
  .front-layer .body-wrapper .sign-form .login-box .login-form label {
    right: 0;
    left: 168px;
  }
  .front-layer .body-wrapper .sign-form .login-box .login-form .remember-me {
    margin-top: 12px;
  }
  .front-layer .body-wrapper .sign-form .create-account {
    height: calc(100vh - 200px);
  }
  .front-layer .body-wrapper .sign-form .create-account h2 {
    margin-top: 10px;
    margin-bottom: 0px;
    text-align: center;
  }
  .front-layer .body-wrapper .sign-form .create-account hr {
    margin-bottom: 9px;
  }
  .front-layer .body-wrapper .sign-form .create-account .register-form .accountType-toggle .accountType-btn {
    padding: 10px;
    font-size: 16px;
  }
  .front-layer .body-wrapper .sign-form .create-account .register-form .group-toggler {
    height: 196px;
  }
  .front-layer .body-wrapper .sign-form .create-account .register-form .group-toggler .toggle-type label {
    font-size: 12px;
    margin-top: 8px;
    margin-bottom: 2px;
  }
  .front-layer .body-wrapper .sign-form .create-account .register-form .group-toggler .toggle-type .input-box .msg-box {
    width: 100%;
  }
  .front-layer .body-wrapper .sign-form .create-account .register-form .register-btn {
    margin-top: 76px;
    margin-bottom: 10px;
    width: 180px;
    padding: 12px 10px;
  }
  .front-layer .body-wrapper .sign-form .create-account .register-form .copyright {
    font-size: 12px;
    margin-top: 0px;
  }
  .front-layer .body-wrapper .sign-form .create-account .register-form .copyright span {
    margin-left: 10px;
  }
  .front-layer .body-wrapper .slide-title .welcome {
    font-size: 28px;
  }
  .front-layer .body-wrapper .slide-title .main-title {
    line-height: 34px;
    font-size: 24px;
  }
  .front-layer .body-wrapper .slide-title .user-title {
    margin-top: 16px;
  }
  .front-layer .body-wrapper .slide-title .user-title .bubble {
    width: 38px;
    height: 38px;
    line-height: 38px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 334px) {
  .front-layer .body-wrapper header .logo img {
    width: 24px;
    height: 24px;
  }
  .front-layer .body-wrapper .sign-form .gallery-toggler {
    bottom: 76px;
  }
  .front-layer .body-wrapper .slide-title {
    bottom: 114px;
  }
  .front-layer .body-wrapper .slide-title .welcome {
    font-size: 20px;
  }
  .front-layer .body-wrapper .slide-title .main-title {
    line-height: 24px;
    font-size: 16px;
  }
  .front-layer .body-wrapper .slide-title .user-title .bubble {
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
  }
  .front-layer .body-wrapper .slide-title .user-title .user-name {
    font-size: 16px;
  }
}

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