

.new-form .display-flex,
.new-form .display-flex-center,
.new-form .signup-content,
.new-form .signin-content,
.new-form .social-login,
.new-form .socials {
  display: flex;
  display: -webkit-flex;
}

/* @extend list-type-ulli; */
.new-form list-type-ulli,
.new-form .socials {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.new-form  a:focus,
.new-form  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;
}

.new-form input,
.new-form select,
.new-form textarea {
  outline: none;
  appearance: unset !important;
  -moz-appearance: unset !important;
  -webkit-appearance: unset !important;
  -o-appearance: unset !important;
  -ms-appearance: unset !important;
}

.new-form input::-webkit-outer-spin-button,
.new-form 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;
}

.new-form input:focus,
.new-form select:focus,
.new-form 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;
}

.new-form input[type=checkbox] {
  appearance: checkbox !important;
  -moz-appearance: checkbox !important;
  -webkit-appearance: checkbox !important;
  -o-appearance: checkbox !important;
  -ms-appearance: checkbox !important;
}

.new-form input[type=radio] {
  appearance: radio !important;
  -moz-appearance: radio !important;
  -webkit-appearance: radio !important;
  -o-appearance: radio !important;
  -ms-appearance: radio !important;
}

.new-form img {
  max-width: 100%;
  height: auto;
}

.new-form .wasfaty-img {
    height: 350px !important;
    width: auto;
}


.new-form figure {
  margin: 0;
}

.new-form p {
  margin-bottom: 0px;
  font-size: 15px;
  color: #777;
}

.new-form h2 {
  line-height: 1.66;
  margin: 0;
  padding: 0;
  font-weight: bold;
  color: #222;
  font-size: 36px;
}

.new-form .main {
  background: #f8f8f8;
  padding: 150px 0;
}

.new-form .clear {
  clear: both;
}

.new-form .signin-content,
.new-form .signup-content
{
  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;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
}
/* .new-form .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;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
} */

.new-form .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;
}

.new-form .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;
}

.new-form .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%);
}

.new-form .signup {
  margin-bottom: 150px;
}

.new-form .signup-content {
  padding: 75px 0;
}

.new-form .signup-form,
.new-form .signup-image,
.new-form .signin-form,
.new-form .signin-image {
  width: 50%;
  overflow: hidden;
}

/* .new-form .signup-image {
  margin: 0 55px;
} */

.new-form .form-title {
  margin-bottom: 33px;
}

.new-form .signup-image {
  margin-top: 45px;
}

.new-form figure {
  text-align: center;
}

.new-form .form-submit {
  display: inline-block;
  background: #f7413b;
  color: #fff;
  border-bottom: none;
  width: auto;
  padding: 15px 39px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  margin-top: 25px;
  cursor: pointer;
}

.new-form .form-submit:hover {
  background: #f80909;
}

.new-form #signin {
  margin-top: 16px;
}

.new-form .signup-image-link {
  font-size: 14px;
  color: #222;
  display: block;
  text-align: center;
}

.new-form .term-service {
  font-size: 13px;
  color: #222;
}

.new-form .signup-form {
  margin-left: 35px;
  margin-right: 35px;
}

.new-form .register-form {
  width: 100%;
}

.new-form .form-group {
  position: relative;
  margin-top: 25px;
  overflow: hidden;
}

.new-form .form-group:last-child {
  margin-bottom: 0px;
}

.new-form input {
  width: 100%;
  display: block;
  border: none;
  border-bottom: 1px solid #999;
  padding: 6px 30px;
  box-sizing: border-box;
}
.new-form input.phoneInput{
    padding: 6px 56px;
}

.new-form input::-webkit-input-placeholder {
  color: #999;
}

.new-form input::-moz-placeholder {
  color: #999;
}

.new-form input:-ms-input-placeholder {
  color: #999;
}

.new-form input:-moz-placeholder {
  color: #999;
}

.new-form input:focus {
  border-bottom: 1px solid #222;
}

.new-form input:focus::-webkit-input-placeholder {
  color: #222;
}

.new-form input:focus::-moz-placeholder {
  color: #222;
}

.new-form input:focus:-ms-input-placeholder {
  color: #222;
}

.new-form input:focus:-moz-placeholder {
  color: #222;
}

.new-form input[type=checkbox]:not(old) {
  width: 2em;
  margin: 0;
  padding: 0;
  font-size: 1em;
  display: none;
}

.new-form input[type=checkbox]:not(old)+label {
  display: inline-block;
  line-height: 1.5em;
  margin-top: 6px;
}

.new-form 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;
}

.new-form 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);
}

.new-form 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: 'Material-Design-Iconic-Font';
  font-weight: bold;
}

.new-form .agree-term {
  display: inline-block;
  width: auto;
}

.new-form .form-group label {
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  color: #222;
}

.new-form .form-group label.rtl {
    left: auto;
    right: 5px;
}
.new-form .label-has-error {
  top: 22%;
}
.rtl .custom-control-label::after, .rtl .custom-control-label::before, [dir="rtl"] .custom-control-label::after, [dir="rtl"] .custom-control-label::before {
    right: -20px;
}
.new-form label.error {
  position: relative;
  background: url("../images/unchecked.gif") no-repeat;
  background-position-y: 3px;
  padding-left: 20px;
  display: block;
  margin-top: 20px;
}

.new-form label.valid {
  display: block;
  position: absolute;
  right: 0;
  left: auto;
  margin-top: -6px;
  width: 20px;
  height: 20px;
  background: transparent;
}

.new-form label.valid:after {
  font-family: 'Material-Design-Iconic-Font';
  content: '\f269';
  width: 100%;
  height: 100%;
  position: absolute;
  /* right: 0; */
  font-size: 16px;
  color: green;
}

.new-form .label-agree-term {
  position: relative;
  top: 0%;
  transform: translateY(0);
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
}

.new-form .material-icons-datapoint {
  font-size: 18px;
}

.new-form .signin-content {
  padding-top: 67px;
  padding-bottom: 67px;
}

.new-form .social-login {
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  /* margin-top: 80px; */
}

.new-form .social-label {
  display: inline-block;
  margin-right: 15px;
}

.new-form .socials li {
  padding: 5px;
}

.new-form .socials li:last-child {
  margin-right: 0px;
}

.new-form .socials li a {
  text-decoration: none;
}

.new-form .socials li a i {
  width: 30px;
  height: 30px;
  color: #fff;
  font-size: 14px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  transform: translateZ(0);
  -moz-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.new-form .socials li:hover a i {
  -webkit-transform: scale(1.3) translateZ(0);
  transform: scale(1.3) translateZ(0);
}

.new-form .zmdi-facebook {
  background: #3b5998;
}

.new-form .zmdi-twitter {
  background: #1da0f2;
}

.new-form .zmdi-google {
  background: #e72734;
}

.new-form .signin-form {
  margin-right: 90px;
  margin-left: 80px;
}

/* .new-form .signin-image {
  margin-left: 110px;
  margin-right: 20px;
  margin-top: 10px;
} */

/* @media screen and (max-width: 1200px) {
    .new-form .container {
    width: calc(100% - 30px);
    max-width: 100%;
  }
} */

/* @media screen and (min-width: 1024px) {
    .new-form .container {
    max-width: 1200px;
  }
} */

@media screen and (max-width: 768px) {

    .new-form .signup-content,
    .new-form .signin-content {
    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;
  }

  .new-form .signup-form {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    /* box-sizing: border-box; */
    padding: 0 30px;
  }

  .new-form .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;
  }

  .new-form .signup-form,
  .new-form .signup-image,
  .new-form .signin-form,
  .new-form .signin-image {
    width: auto;
  }

  .new-form .social-login {
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
  }

  .new-form .form-button {
    text-align: center;
  }

  .new-form .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;
  }

  .new-form .form-title {
    text-align: center;
  }
}

@media screen and (max-width: 400px) {
  .new-form .social-login {
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -o-flex-direction: column;
    -ms-flex-direction: column;
  }

  .new-form .social-label {
    margin-right: 0px;
    margin-bottom: 10px;
  }
}

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