@import url(https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,700,900|Satisfy&display=swap);
@import url(https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,700,900|Satisfy&display=swap);

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
}
.logo-white {
    width: 115px;
    margin: auto;
    display: flex;
}
.logo-white + p {
    text-align: center;
    margin-top: 15px;
    color: #8b8b8b;
    font-size: 14px;
}
section {
    position: relative;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
form label {
    margin-bottom: 0px;
}
section .container {
  position: relative;
  width: 800px;
  height: 575px;
  overflow: hidden;
}

section .container .user {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}

section .container .user .imgBx {
  position: relative;
  width: 50%;
  height: 100%;
  transition: 0.5s;
}

section .container .user .imgBx img {
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    left: 0;
    width: 100%;
}

section .container .user .formBx {
  position: relative;
  width: 50%;
  height: 100%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
  transition: 0.5s;
}

section .container .user .formBx form h2 {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
  color: #555;
}

section .container .user .formBx form input {
    position: relative;
    width: 100%;
    padding: 10px;
    background: #ffffff;
    color: #333;
    border: none;
    outline: none;
    box-shadow: none;
    margin: 8px 0;
    font-size: 14px;
    font-weight: 300;
    border: 1px solid #b3b3b3;
    border-radius: 5px;
}

section .container .user .formBx form input[type='submit'] {
    max-width: 135px;
    background: #f5a92a;
    color: #000;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    transition: 0.5s;
    display: flex;
    margin: auto;
    text-align: center;
    justify-content: center;
    padding: 8px 0px;
    margin-top: 18px;
    border: 2px solid transparent;
    transition: all 0.4s ease;
}
section .container .user .formBx form input[type='submit']:hover {
    background: #fff;
    border-color: #f5a92a;
}
section .container .user .formBx form .signup {
    position: relative;
    margin-top: 20px;
    font-size: 12px;
    color: #222;
    font-weight: 500;
    text-align: center;
}
.login-options p {
    text-align: center;
    color: #b3b3b3;
    margin-top: 15px;
    font-size: 14px;
}
.login-options img {
    width: 30px;
    margin: 0px 15px;
}
section .container .user .formBx form .signup a {
  font-weight: 600;
  text-decoration: none;
  color: #f39a06;
}

section .container .signupBx {
  pointer-events: none;
  padding-top: 5em!important;
}
section .container .signinBx {
  padding-top: 5em!important;
}

section .container.active .signupBx {
  pointer-events: initial;
}

section .container .signupBx .formBx {
  left: 100%;
}

section .container.active .signupBx .formBx {
  left: 0;
}

section .container .signupBx .imgBx {
  left: -100%;
}

section .container.active .signupBx .imgBx {
  left: 0%;
}

section .container .signinBx .formBx {
  left: 0%;
}

section .container.active .signinBx .formBx {
  left: 100%;
}

section .container .signinBx .imgBx {
  left: 0%;
}

section .container.active .signinBx .imgBx {
  left: -100%;
}
.main-title {
    font-size: 42px;
}
.how-it-works {
    padding-top: 50px;
    position: absolute;
    top: -4em;
    left: 50%;
    transform: translate(-50%, 0px);
    z-index: 99;
    display: none;
}
.forgot-pass label {
    font-size: 13px;
    width: 100px;
    display: flex;
    align-items: center;
}
.forgot-pass span {
    white-space: nowrap;
}
.forgot-pass a {
    color: #f39a06;
    font-size: 13px;
}
.container.active .signinBx  .how-it-works{
display: none;
}
.container .signinBx  .how-it-works{
    display: inline;
}
.active .signupBx .how-it-works {
    display: inline;
}
.how-it-works h1 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    width: 70vh;
    padding-top: 8px;
}
.how-it-works h1:before, .how-it-works h1:after {
position: absolute;
top: 36%;
overflow: hidden;
width: 38%;
height: 3px;
content: '\a0';
background-color: #f39905;
}
.how-it-works h1:before {
    margin-left: -40.8%;
    text-align: right;
}
.how-it-works h1:after {
margin-left: 3%;
text-align: right;
}
.how-it-works h3 {
font-size: 27px;
color: #000;
margin-top: 38px;
margin-bottom: 30px;
font-weight: 600;
}
.video-modal .close {
position: absolute;
right: -42px;
top: -42px;
background: #fff;
opacity: 1;
width: 40px;
height: 40px;
border-radius: 30px;
color: #f39905;
border: 2px solid transparent;
transition: all 0.4s ease;
}
h1.main-title h1:after {
    content: " ";
    background: #f00;
    position: absolute;
    height: 50px;
    left: 0;
    top: 0;
    z-index: 99999;
}
@media (max-width: 991px) {
  section .container {
    max-width: 400px;
  }

  section .container .imgBx {
    display: none;
  }

  section .container .user .formBx {
    width: 100%;
  }
}
@media (max-width:767px) {
	
    .main-title {
        font-size: 32px!important;
    }

    .how-it-works h1:after {
        margin-left: 4%!important;
    }
    .how-it-works h1:before, .how-it-works h1:after {
        top: 37%!important;
        width: 30%;
    }
    .how-it-works h1:before {
        margin-left: -35.8%;
    }
}