/**
 * General variables
 */

/**
 * General configs
 */

* {
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body, html {
  font-family: 'Poppins', sans-serif;
}

body {
  font-size: 16px;
  line-height: 1.2em;
  padding: 0;
  margin: 0;
  background: #f2f2f2;
}

a, a:hover {
  color: #fa7b50;
  text-decoration: none;
}

button {
  background-color: transparent;
  padding: 0;
  border: 0;
  outline: 0;
  cursor: pointer;
  font-size: 1rem;
  font-family: 'Poppins', sans-serif;
}

input {
  background-color: transparent;
  padding: 0;
  border: 0;
  outline: 0;
  font-family: 'Poppins', sans-serif;
}

input[type="submit"] {
  cursor: pointer;
  outline: 0;
  font-family: 'Poppins', sans-serif;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input::placeholder {
  color: #999999;
  font-weight: 200;
}

/* Firefox */

input[type=number] {
  -moz-appearance: textfield;
}

/**
 * Bounce to the left side
 */

@-webkit-keyframes bounceLeft {
  0% {
    -webkit-transform: translate3d(100%, -50%, 0);
    transform: translate3d(100%, -50%, 0);
  }
  50% {
    -webkit-transform: translate3d(-30px, -50%, 0);
    transform: translate3d(-30px, -50%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
}

@keyframes bounceLeft {
  0% {
    -webkit-transform: translate3d(100%, -50%, 0);
    transform: translate3d(100%, -50%, 0);
  }
  50% {
    -webkit-transform: translate3d(-30px, -50%, 0);
    transform: translate3d(-30px, -50%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
}

/**
 * Bounce to the left side
 */

@-webkit-keyframes bounceRight {
  0% {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
  50% {
    -webkit-transform: translate3d(calc(100% + 30px), -50%, 0);
    transform: translate3d(calc(100% + 30px), -50%, 0);
  }
  100% {
    -webkit-transform: translate3d(100%, -50%, 0);
    transform: translate3d(100%, -50%, 0);
  }
}

@keyframes bounceRight {
  0% {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
  50% {
    -webkit-transform: translate3d(calc(100% + 30px), -50%, 0);
    transform: translate3d(calc(100% + 30px), -50%, 0);
  }
  100% {
    -webkit-transform: translate3d(100%, -50%, 0);
    transform: translate3d(100%, -50%, 0);
  }
}

/**
 * Show Sign Up form
 */

@-webkit-keyframes showSignUp {
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes showSignUp {
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes showSignIn {
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
  }
}

/**
 * Page background
 */

.rsp-item {
  display: none;
}

.waves img {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.logo {
  width: 250px;
  margin: 0 auto 120px;
  position: relative;
  z-index: 1;
}

.logo img {
  width: 100%;
}

.login-container {
  display: flex;
  flex-direction: row;
}

.login-container>div {
  width: 50%;
}

/**
 * Login and signup forms
 */

.user_options-forms .user_forms-login {}

.user_options-forms .forms_title {
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1em;
  color: #000;
  letter-spacing: 0.1rem;
  text-align: center;
}

.user_options-forms .forms_field:not(:last-of-type) {
  margin-bottom: 20px;
}

.user_options-forms .forms_field-input {
  width: 100%;
  border-bottom: 1px solid #959494;
  padding: 6px 20px 6px 0px;
  font-size: 1rem;
  font-weight: 300;
  color: #000;
  transition: border-color 0.2s ease-in-out;
}

.user_options-forms .forms_buttons {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 15px;
}

.user_options-forms .forms_buttons-forgot {
  letter-spacing: 0.1rem;
  color: #ccc;
  text-decoration: underline;
  transition: color 0.2s ease-in-out;
}

.user_options-forms .forms_buttons-forgot:hover {
  color: #b3b3b3;
}

.user_options-forms .forms_buttons-action {
  background-color: #1ec6d5;
  border-radius: 3px;
  padding: 15px 35px;
  font-size: 1rem;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  transition: background-color 0.2s ease-in-out;
  box-shadow: 0 0px 6px rgba(0, 0, 0, .16);
  border-radius: 6px;
  font-weight: 600;
}

.user_options-forms .user_forms-signup, .user_options-forms .user_forms-login {
  position: absolute;
  top: 70px;
  left: 40px;
  width: calc(100% - 80px);
  opacity: 0;
  visibility: visible;
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, -webkit-transform 0.5s ease-in-out;
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, transform 0.5s ease-in-out;
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.user_options-forms .user_forms-signup {
  /* -webkit-transform: translate3d(120px, 0, 0);
  transform: translate3d(120px, 0, 0); */
}

.user_options-forms .user_forms-login {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}

.hidden {
  display: none;
}

.resendotp {
  font-weight: 300;
  font-size: 0.8rem;
  margin: 10px 0 0;
}

.resendotp a {
  color: #fa7b50;
  padding: 0 0 0 10px;
}

.button_full {
  width: 100%;
}

.enter-mobile {
  padding: 40px 0 20px 0;
}

/**
 * Triggers
 */

.user_options-forms.bounceLeft {
  -webkit-animation: bounceLeft 1s forwards;
  animation: bounceLeft 1s forwards;
}

.user_options-forms.bounceLeft .user_forms-signup {
  -webkit-animation: showSignUp 1s forwards;
  animation: showSignUp 1s forwards;
}

.user_options-forms.bounceRight {
  -webkit-animation: bounceRight 1s forwards;
  animation: bounceRight 1s forwards;
}

fieldset.forms_fieldset {
  border: none;
  padding: 0;
}

.get_otp_block, .ent_otp_block {
  position: absolute;
  left: 0;
  width: 100%;
  transition: all 0.3s;
}

.backto {
  position: absolute;
  top: 0px;
  background: url(../images/back.svg) no-repeat left center;
  padding: 0 0 0 20px;
  color: #2cadca;
  width: 20px;
  height: 20px;
  left: 0px;
}

.backto-rsp {
  visibility: hidden;
  position: absolute;
  top: 20px;
  background: url(../images/back.svg) no-repeat left center;
  padding: 0 0 0 20px;
  color: #2cadca;
  width: 20px;
  height: 20px;
  left: 20px;
}

.signup-step1, .signup-step2 {
  position: absolute;
  left: 0;
  width: 100%;
  transition: all 0.3s;
}

.ent_otp_block, .signup-step2 {
  left: inherit;
  right: -120%;
}

.get_otp_block.slideLeft, .signup-step1.slideLeft {
  left: -120%;
}

.get_otp_block.slideLeft+.ent_otp_block, .signup-step1.slideLeft+.signup-step2 {
  right: 0%;
}

.otp-input {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 10px;
  width: 270px;
}

.user_options-forms.bounceLeft .user_forms-login {
  opacity: 0;
  visibility: hidden;
}

.verify-title {
  font-weight: 500;
  margin: 0 0 10px;
  font-size: 1.2em;
  text-align: center;
  margin: 40px 0 10px;
}

.otp-txt {
  font-size: 0.7em;
  font-weight: 300;
  color: #5d5d5d;
  margin: 0 0 30px;
}

.login-bg {
  background: #f1fdff;
  position: relative;
  overflow: hidden;
}

.login-bg:before {
  position: absolute;
  width: 100%;
  height: 480px;
  content: "";
  /* background: #ff8053; */
  transform: rotate(-25deg);
  top: 10px;
  left: -50px;
  border: 1000px solid #ffffff;
  border-left-width: 100px;
  box-shadow: 0 0 20px 1px rgba(51, 51, 51, 0.2);
  z-index: 0;
}

/* Making the label break the flow */

.floating-label {
  position: absolute;
  top: 0;
  left: 0;
  user-select: none;
  z-index: 1500;
}

/* Hide the browser-specific focus styles */

.floating-label-field {
  color: rgba(44, 62, 80, .75);
  border-width: 0;
  z-index: 2000;
}

.floating-label-field:focus {
  outline: 0;
  box-shadow: 0;
}

.floating-label-field::placeholder {
  color: rgba(44, 62, 80, .5);
}

/* Make the label and field look identical on every browser */

.floating-label, .floating-label-field {
  line-height: 1;
  display: block;
  width: 100%;
}

.floating-label-field, .floating-label-wrap {
  position: relative;
}

/* Input Style #1 */

.floating-label-field--s1 {
  transition: border-color .25s ease-in-out;
  color: #000;
  border-bottom: 1px solid #c0c0c0;
  background-color: transparent;
}

.floating-label-field--s1+.floating-label {
  transition: all 0.3s;
  transform-origin: 0 0;
  color: #d1d1d1;
}

.floating-label-field--s1:focus, .floating-label-field--s1:not(:placeholder-shown) {
  border-color: #21bbc8;
}

.floating-label-field--s1:focus+.floating-label, .floating-label-field--s1:not(:placeholder-shown)+.floating-label {
  transform: translate(0em, -40%) scale(1);
  opacity: 1;
  font-size: 0.7rem;
}

.floating-label-field--s1:valid:not(:placeholder-shown) {
  border-color: rgba(30, 198, 213, 0.87);
}

.floating-label-field--s1:invalid {
  border-color: rgba(255, 71, 87, .3);
}

/* Input Style #2 */

.floating-label-field--s2 {
  transition: background-color .25s ease-in-out;
  border: 2px solid #fff;
  border-radius: 5px;
  background-color: #fff;
}

.floating-label-field--s2+.floating-label {
  visibility: hidden;
  transition: transform .25s, visibility .5s, opacity .5s ease-in-out;
  opacity: 0;
}

.floating-label-field--s2:focus+.floating-label, .floating-label-field--s2:not(:placeholder-shown)+.floating-label {
  visibility: visible;
  transform: translateY(-80%);
  opacity: .5;
}

.floating-label-field--s2:valid:not(:placeholder-shown) {
  border-color: #adefc8;
  background-color: #adefc8;
}

.floating-label-field--s2:invalid {
  border-color: #ffe0e3;
  background-color: #ffe0e3;
}

.floating-label-field--s3 {
  padding: 1em 0;
  transition: border-color .25s ease-in-out;
  color: rgba(255, 255, 255, .75);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 5px;
  background-color: transparent;
}

.floating-label-field--s3+.floating-label {
  position: absolute;
  top: .75em;
  left: .75em;
  display: inline-block;
  width: auto;
  margin: 0;
  padding: .75em;
  transition: transform .25s, opacity .25s, padding .25s ease-in-out;
  transform-origin: 0 0;
  color: rgba(255, 255, 255, .5);
}

.floating-label-field--s3:focus, .floating-label-field--s3:not(:placeholder-shown) {
  border-color: rgba(255, 255, 255, .1);
}

.floating-label-field--s3:focus+.floating-label, .floating-label-field--s3:not(:placeholder-shown)+.floating-label {
  z-index: 2500;
  transform: translate(0, -2em) scale(1);
  color: rgba(255, 255, 255, .25);
  background-color: #2c3e50;
}

/* Common Styles */

/* Identical inputs on all browsers */

.floating-label-field--s1:not(textarea), .floating-label-field--s2:not(textarea), .floating-label-field--s3:not(textarea) {
  max-height: 4em;
}

.floating-label-field--s1, .floating-label-field--s1+.floating-label, .floating-label-field--s2, .floating-label-field--s2+.floating-label {
  padding: 1em 0;
}

.floating-label-field--s1+.floating-label, .floating-label-field--s2+.floating-label {
  z-index: 1500;
}

.floating-label-field--s1::placeholder, .floating-label-field--s3::placeholder {
  color: transparent;
}

.floating-label-field {
  padding: 15px 0 8px;
  margin: 0 0 15px;
  line-height: 1.3;
  font-weight: 500;
}

.floating-label-field--s1+.floating-label {
  height: 40px;
  padding: 15px 0;
  font-size: 1rem;
  font-weight: 300;
  line-height: normal;
  letter-spacing: normal;
}

/**
 * Responsive 990px
 */

body {
  background: #fff;
}

.verify-title {
  margin: 0px 0 15px;
}

.backto-rsp {
  visibility: visible;
}

.user_options-forms .forms_buttons-action {
  width: 100%;
}

.forms_buttons-action:hover {
  background: #46AECA;
}

.user {
  width: 100%;
}

.user_options-forms .forms_buttons {
  flex-direction: column;
}

.user_options-forms .user_forms-login .forms_buttons-action {
  margin-top: 0px;
}

.user_options-forms .user_forms-signup, .user_options-forms .user_forms-login {
  top: 40px;
  left: 65px;
  width: calc(100% - 130px);
}

.user_options-registered, .user_options-unregistered {
  padding: 50px 45px;
}

.logo {
  width: 200px;
  margin: 0 auto 50px;
}

.user_options-text {
  visibility: hidden;
  position: relative;
}

.signin-link-mbl {
  margin: 10px 0 0;
  font-size: 0.9rem;
  margin-left: 5px;
  font-weight: 400;
}

.login-mb {
  min-height: 245px;
}

.signup-mbl {
  min-height: 570px;
}

.signup-link-mbl a {
  font-weight: 500;
}

.signup-link-mbl {
  font-size: 0.9rem;
  font-weight: 400;
  margin-left: 5px;
}

@keyframes bounceRight {
  100% {
    -webkit-transform: translate3d(0%, -50%, 0);
    transform: translate3d(0%, -50%, 0);
  }
}

.user_options-forms .user_forms-signup, .user_options-forms .user_forms-login {
  overflow: hidden;
}

/*--------------------------
	Modified styles
---------------------------*/

.user_options-container {
  position: relative;
  width: 500px;
}

.user_options-forms .forms_title {
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1em;
  color: #fff;
  letter-spacing: 0.1rem;
  text-align: center;
}

.user_options-forms {
  width: 100%;
  position: absolute;
  overflow: hidden;
  min-height: 610px;
  transform: translate3d(0%, -50%, 0);
}

.signup-step1 .forms_title {
  margin: 0 0 30px;
}

.floating-label-field--s1 {
  transition: border-color .25s ease-in-out;
  color: #fff;
  border-bottom: 1px solid #fff;
  background-color: transparent;
}

.login-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  color: #fff;
  overflow: hidden;
}

.otp-block input {
  width: 30px;
  padding: 5px;
  border: none;
  border-bottom: 1px solid #fff;
  height: 35px;
  text-align: center;
  color: #fff;
}

.otp-txt {
  font-size: 0.7em;
  font-weight: 300;
  color: #dcdcdc;
  margin: 0 0 20px;
}

.login-container>div {
  width: 50%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  flex-direction: column;
}

.user_options-forms.bounceLeft .user_forms-login {
  transform: translate3d(-120%, 0, 0);
}

.logo_img {
  width: 200px;
  margin: 0 0 20px;
}

.intro_img {
  width: 600px;
  margin: 50px -80px 0;
}

.logo_img img, .intro_img img {
  width: 100%;
}

.intro-txt {
  padding: 40px;
  justify-content: flex-start !important;
  align-items: flex-start !important;
  color: #000;
}

.intro-content {
  margin: 0px 0px 0 50px;
  height: 60vh;
  display: flex;
  flex-direction: column;
  align-items: start;
  /* justify-content: center; */
  font-size: 1rem;
  line-height: 1.5;
  width: 80%;
  margin: 40px auto 0;
}

.intro-content h2 {
  font-size: 1.3rem;
  width: 300px;
  margin: 0 0 30px;
}

.intro-content p {
  width: 350px;
}

.intro-content p span {
  font-size: 12px;
  margin: 20px 0 0;
}

@media screen and (max-width: 768px) {
  .rsp-item {
    display: block;
  }
  .login-container>div, .user_options-container {
    width: 100% !important;
  }
  .logo_img {
    margin: 0 auto !important;
  }
  .login-container>div {
    height: calc(100vh - 70px) !important;
  }
  .login-form-block {
    padding: 0 30px !important;
    color: #000;
  }
  .waves img {
    width: 100%;
    height: 100vh;
    visibility: hidden;
    position: fixed !important;
    top: inherit !important;
    right: 0;
    z-index: -1;
    transform: rotate(70deg);
    right: 0;
    bottom: -32%;
  }
  .intro-txt {
    display: none !important;
  }
  .user_options-forms .user_forms-signup, .user_options-forms .user_forms-login {
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
  }
  .floating-label-field--s1 {
    border-bottom: 1px solid #000 !important;
    color: #000 !important;
  }
  .floating-label-field--s1+.floating-label {
    color: #000 !important;
  }
  body {
    overflow: hidden !important;
  }
  .user_options-forms .forms_title {
    color: #000 !important;
  }
  .otp-txt {
    color: #3e3e3e !important;
  }
  .otp-block input {
    border-bottom: 1px solid #000 !important;
    color: #000 !important;
  }
  .top-bar {
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4em;
  }
  .user_options-forms .user_forms-signup, .user_options-forms .user_forms-login {
    position: relative;
  }
  .signup-mbl {
    min-height: 580px;
  }
  .user_options-forms {
    width: 100%;
    position: absolute;
    overflow: hidden;
    min-height: 300px;
    transform: translate3d(0%, -50%, 0);
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.loader {
  position: fixed;
  width: 100%;
  background: #1d1c33;
  height: 100vh;
  z-index: 9999999999;
  top: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 1em;
}

.loader div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.animated {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
  animation-iteration-count: infinite;
}

@keyframes flip {
  0% {
    transform: perspective(400px) rotateY(0deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }
  20% {
    transform: perspective(400px) rotateY(40deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }
  40% {
    transform: perspective(400px) rotateY(100deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }
  60% {
    transform: perspective(400px) rotateY(180deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
  80% {
    transform: perspective(400px) rotateY(120deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
  90% {
    transform: perspective(400px) rotateY(60deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
  to {
    transform: perspective(400px) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
}

.styled-checkbox {
  position: absolute;
  opacity: 0;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

.styled-checkbox:checked+label:before {
  background: #1ec6d5;
}

.styled-checkbox+label:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 15px;
  height: 15px;
  background: white;
  margin-top: 2px;
}

.styled-checkbox+label {
  position: relative;
  cursor: pointer;
  padding: 0;
  font-size: 13px;
}

.styled-checkbox:checked+label:after {
  content: '';
  position: absolute;
  left: 2.5px;
  top: 8px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}