.slide-left-out {
  position: relative;
  animation-name: slide-left;
  animation-duration: 0.5s;
  animation-delay: 0.5s;
  animation-timing-function: ease;
}

.slide-right-out {
  position: relative;
  animation-name: slide-right;
  animation-duration: 0.5s;
  animation-delay: 0.5s;
  animation-timing-function: ease;
}

.appear-in {
  position: relative;
  animation-name: appear-in;
  animation-duration: 0.5s;
  animation-timing-function: ease;
}

@keyframes slide-left {
  0% {opacity: 100%; right:0; }
  /*25% {background-color: transparent; right:25; }*/
  /*50% {background-color: transparent; right:50; }*/
  /*75% {background-color: transparent; right:75; }*/
  100% {opacity: 0%; right:500; }
}

@keyframes slide-right {
  0% {opacity: 100%; left:0; }
  /*25% {background-color: transparent; right:25; }*/
  /*50% {background-color: transparent; right:50; }*/
  /*75% {background-color: transparent; right:75; }*/
  100% {opacity: 0%; left:500; }
}

@keyframes appear-in {
  0% {opacity: 0%; }
  /*25% {background-color: transparent; right:25; }*/
  /*50% {background-color: transparent; right:50; }*/
  /*75% {background-color: transparent; right:75; }*/
  100% {opacity: 100%; }
}

.input-error {
  border: 1px solid red !important;
}

.padding-0 {
  padding: 0 !important;
}

.margin-top-10 {
  margin-top: 10px;
}

.cart-div {
  width: 100%;
  height: 3em;
  background-color: #E5E5E56E;
  display: flex;
  justify-content: space-between;}

.cart-summary {
  height: 8em;
  background-color: #E5E5E56E;
  display: flex;
  justify-content: space-between;
}

.cart-div-bottom {
  height: 3em;
  background-color: #CDCDCD91 !important;
  display: flex;
  justify-content: space-between; }

.cart-button-div {
  display: flex;
  justify-content: center; }

.cart-button {
  width: 100% !important;
  height: 3em !important;
  border-radius: 0px !important;
  margin-top: 10px !important;
  color: #fff;
  border-bottom: none;
  background: #4caf50; }
  .cart-button:hover {
    background: #6eb871; }

.next-button {
  width: 100% !important;
  height: 3em !important;
  border-radius: 0px !important;
  margin-top: 10px !important;
  color: #fff;
  border-bottom: none;
  background: #008CBA; }
  .next-button:hover {
    background: #38A8CD; }

.back-button {
width: 100% !important;
height: 3em !important;
border-radius: 0px !important;
margin-top: 10px !important;
color: #000;
border-bottom: none;
background: #E7E7E7; }
.back-button:hover {
  background: #f2f2f2 }

.container {
  padding-left: 50px !important;
  padding-right: 50px !important;
  max-width: 800px !important;
  margin: 50px !important; }

.cart-title {
  color: black;
  padding: 15px;
  margin: 0;
  font-size: 16px !important; }

.cart-text {
  color: gray;
  padding: 15px;
  margin: 0;
  font-size: 16px !important; }

.required-field-text {
  font-size: 12px;
}

.required-field {
  font-size: 12px;
  color: red;
}
.pricing-font {
  font-weight: bold !important; }

.vehicle-register-title {
  margin-top: 50px;
  text-align: center; }

/* @extend display-flex; */
display-flex, .display-flex, .display-flex-center, .signup-content, .signin-content, .social-login, .socials {
  display: flex;
  display: -webkit-flex; }

.flex-column {
  flex-direction: column;
  justify-content: center !important; }

.flex-center {
  display: flex;
  justify-content: center; }

.display-inlineb {
  display: inline-block;
}

.display-none {
  display: none;
}

.w-100 {
  width: 100%;
}

.form-p {
  font-size: 18px; }

.form-control {
  font-size: 16px !important;
  line-height: 1.42857;
  color: #555;
  display: block; }

.form-input {
  margin: 10px 0px 30px 0px;
  border-radius: 5px !important;
  background-color: #DFDFDF5C !important; }

.file-input {
  border-bottom: none;
  background: none !important;
}
/* @extend list-type-ulli; */
list-type-ulli, .socials {
  list-style-type: none;
  margin: 0;
  padding: 0; }

a:focus, a:active {
  text-decoration: none;
  outline: none;
  transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -webkit-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s; }

input, select, textarea {
  outline: none;
  appearance: unset !important;
  -moz-appearance: unset !important;
  -webkit-appearance: unset !important;
  -o-appearance: unset !important;
  -ms-appearance: unset !important; }

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  appearance: none !important;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  -o-appearance: none !important;
  -ms-appearance: none !important;
  margin: 0; }

input:focus, select:focus, textarea:focus {
  outline: none;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -o-box-shadow: none !important;
  -ms-box-shadow: none !important; }

input[type=checkbox] {
  appearance: checkbox !important;
  -moz-appearance: checkbox !important;
  -webkit-appearance: checkbox !important;
  -o-appearance: checkbox !important;
  -ms-appearance: checkbox !important; }

input[type=radio] {
  appearance: radio !important;
  -moz-appearance: radio !important;
  -webkit-appearance: radio !important;
  -o-appearance: radio !important;
  -ms-appearance: radio !important; }

img {
  max-width: 100%;
  height: auto; }

figure {
  margin: 0; }

p {
  margin-bottom: 0px;
  font-size: 15px;
  color: #777; }

h2 {
  line-height: 1.66;
  margin: 0;
  padding: 0;
  font-weight: bold;
  color: #222;
  font-family: 'Jost', sans-serif !important;
  font-size: 36px; }

.main {
  background: #f8f8f8;
  padding: 150px 0; }

.clear {
  clear: both; }

body {
  width: 100%;
  height: 100%;
  display: grid;
  justify-content: center;
  font-size: 13px;
  line-height: 1.8;
  color: #222;
  background: #f8f8f8;
  font-weight: 400;
  font-family: 'Jost', sans-serif !important;
  background: #f9f9f9 url('../img/background/bg-login.jpg') fixed;}

.container {
  width: 900px;
  background: #fff;
  margin: 0 auto;
  box-shadow: 0px 15px 16.83px 0.17px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 15px 16.83px 0.17px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 15px 16.83px 0.17px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0px 15px 16.83px 0.17px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0px 15px 16.83px 0.17px rgba(0, 0, 0, 0.05);
  border-radius: 20px !important;
  -moz-border-radius: 20px !important;
  -webkit-border-radius: 20px !important;
  -o-border-radius: 20px !important;
  -ms-border-radius: 20px !important;
  display: inline-block; }

.display-flex {
  justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -o-align-items: center;
  -ms-align-items: center; }

.display-flex-center {
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -o-align-items: center;
  -ms-align-items: center; }

.position-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); }

.signup {
   }

.signup-content {
  padding: 75px 0; }

.vehicle-content {
  padding: 50px 0; }

.signup-form, .signup-image, .signin-form, .signin-image {
  overflow: hidden; }

.form-title {
  margin-bottom: 33px; }

.signup-image {
  margin: 45px 0px 30px 0px;
  justify-content: center;
  display: flex;
  align-items: center; }

.signup-figure {
  max-width: 300px;
  max-height: 300px; }

.register1-container {
  margin: 0px 0px 45px 0px !important; }

figure {
  margin-bottom: 50px;
  text-align: center; }

.form-submit {
  display: inline-block;
  background: #6dabe4;
  color: #fff;
  border-bottom: none;
  width: auto;
  padding: 15px 39px;
  border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  -o-border-radius: 5px !important;
  -ms-border-radius: 5px !important;
  margin-top: 25px;
  cursor: pointer; }
  .form-submit:hover {
    background: #4292dc; }

#signin {
  margin-top: 16px; }

.signup-image-link {
  font-size: 14px;
  color: #222;
  display: block;
  text-align: center; }

.term-service {
  font-size: 14px;
  color: #222; }

.register-form {
  width: 100%;
  align-self: center; }

.form-group {
  position: relative;
  margin-bottom: 25px;
  overflow: hidden; }

input {
  width: 100%;
  display: block;
  border: none;
  border-bottom: 1px solid #999;
  padding: 6px 30px;
  font-family: 'Jost', sans-serif !important;
  font-size: 18px;
  box-sizing: border-box; }
  input::-webkit-input-placeholder {
    color: #999; }
  input::-moz-placeholder {
    color: #999; }
  input:-ms-input-placeholder {
    color: #999; }
  input:-moz-placeholder {
    color: #999; }
  input:focus {
    border-bottom: 1px solid #222; }
    input:focus::-webkit-input-placeholder {
      color: #222; }
    input:focus::-moz-placeholder {
      color: #222; }
    input:focus:-ms-input-placeholder {
      color: #222; }
    input:focus:-moz-placeholder {
      color: #222; }

input[type=checkbox]:not(old) {
  width: 2em;
  margin: 0;
  padding: 0;
  font-size: 1em;
  display: none; }

input[type=checkbox]:not(old) + label {
  display: inline-block;
  line-height: 1.5em;
  margin-top: 6px; }

input[type=checkbox]:not(old) + label > span {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-right: 15px;
  margin-bottom: 3px;
  border: 1px solid #999;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  background: white;
  background-image: -moz-linear-gradient(white, white);
  background-image: -ms-linear-gradient(white, white);
  background-image: -o-linear-gradient(white, white);
  background-image: -webkit-linear-gradient(white, white);
  background-image: linear-gradient(white, white);
  vertical-align: bottom; }

input[type=checkbox]:not(old):checked + label > span {
  background-image: -moz-linear-gradient(white, white);
  background-image: -ms-linear-gradient(white, white);
  background-image: -o-linear-gradient(white, white);
  background-image: -webkit-linear-gradient(white, white);
  background-image: linear-gradient(white, white); }

input[type=checkbox]:not(old):checked + label > span:before {
  content: '\f26b';
  display: block;
  color: #222;
  font-size: 11px;
  line-height: 1.2;
  text-align: center;
  font-family: 'Jost', sans-serif !important;
  font-weight: bold; }

.agree-term {
  display: inline-block;
  width: auto; }

label {
  font-size: 18px;
  margin: 0 !important;
  display: flex !important;
  align-items: center;
  color: #777; }

.label-has-error {
  top: 22%; }

label.error {
  position: relative;
  background: url("../images/unchecked.gif") no-repeat;
  background-position-y: 3px;
  padding-left: 20px;
  display: block;
  margin-top: 20px; }

label.valid {
  display: block;
  position: absolute;
  right: 0;
  left: auto;
  margin-top: -6px;
  width: 20px;
  height: 20px;
  background: transparent; }
  label.valid:after {
    font-family: 'Jost', sans-serif !important;
    content: '\f269';
    width: 100%;
    height: 100%;
    position: absolute;
    /* right: 0; */
    font-size: 16px;
    color: green; }

.label-agree-term {
  font-size: 14px;
  position: relative;
  top: 0%;
  transform: translateY(0);
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0); }

.material-icons-name {
  font-size: 18px; }

.signin-content {
  padding-top: 67px;
  padding-bottom: 87px; }

.social-login {
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  margin-top: 80px; }

.signin-form {
  margin-right: 90px;
  margin-left: 80px; }

.signin-image {
  margin-left: 110px;
  margin-right: 20px;
  margin-top: 10px; }

@media screen and (max-width: 1200px) {
  .container {
    width: calc( 100% - 30px);
    max-width: 100%; } }
@media screen and (min-width: 1024px) {
  .container {
    max-width: 1200px; } }
@media screen and (max-width: 768px) {
  .signup-content, .signin-content, .form-group, .display-flex {
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -o-flex-direction: column;
    -ms-flex-direction: column;
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center; }

  .container {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .signup-form {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    /* box-sizing: border-box; */
    padding: 0 30px; }

  .form-p {
    max-width: none;
  }
  .signin-image {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 50px;
    order: 2;
    -moz-order: 2;
    -webkit-order: 2;
    -o-order: 2;
    -ms-order: 2; }

  .signup-form, .signup-image, .signin-form, .signin-image {
    width: auto; }

  .form-button {
    text-align: center; }

  .signin-form {
    order: 1;
    -moz-order: 1;
    -webkit-order: 1;
    -o-order: 1;
    -ms-order: 1;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0 30px; }

  .form-title {
    text-align: center; } }
@media screen and (max-width: 400px) {
  .social-login {
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -o-flex-direction: column;
    -ms-flex-direction: column; }
 }

/*# sourceMappingURL=style.css.map */
