html {
  font-size: 100%;
  font-size-adjust: 100%;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: inherit;
  list-style: none;
  list-style-type: none;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
body {
  font-family: "Cairo", sans-serif;
  /*background-color: #11b289;*/
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #121212;
  direction: rtl;
  text-align: right;
}
a,
button {
  font-family: "Cairo", sans-serif;

  font-size: inherit;
  line-height: inherit;
  cursor: pointer;
  border: none;
  outline: none;
  background: none;
  text-decoration: none;
}
img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.container {
  /*display: flex;*/
  /*justify-content: center;*/
  /*align-items: center;*/
  /*max-width: 80rem;*/
  min-height: 100vh;
  width: 100%;
  padding: 0 2rem;
  margin: 0 auto;
}
.ion-logo-apple {
  font-size: 1.65rem;
  line-height: inherit;
  margin-right: 0.5rem;
  color: #121212;
}
.ion-logo-google {
  font-size: 1.65rem;
  line-height: inherit;
  margin-right: 0.5rem;
  color: #f44336;
}
.ion-logo-facebook {
  font-size: 1.65rem;
  line-height: inherit;
  margin-right: 0.5rem;
  color: #11b289;
}
.text {
  font-family: "Cairo", sans-serif;

  line-height: inherit;
  text-transform: unset;
  text-rendering: optimizeLegibility;
}
.text-large {
  font-size: 2rem;
  font-weight: 600;
  color: #121212;
}
.text-normal {
  font-size: 1rem;
  font-weight: 400;
  color: #121212;
}
.text-links {
  font-size: 1rem;
  font-weight: 400;
  color: #11b289;
}
.text-links:hover {
  text-decoration: underline;
}
.main {
  background-image: url("./header.png");
  background-size: cover;
  background-position: 100%;
}
.main .wrapper {
  max-width: 36rem;
  width: 100%;
  padding: 2rem 2.5rem;
  border: none;
  outline: none;
  border-radius: 0.25rem;
  color: #121212;
  background: #ffffff;
}
.main .wrapper .form {
  width: 100%;
  height: auto;
}
.main .wrapper .form .input-control {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom:10px;
}
.main .wrapper .form .input-field {
  font-family: "Cairo", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: inherit;
  width: 100%;
  height: auto;
  padding: 0.55rem 1.25rem;
  border: none;
  outline: none;
  border-radius: 0rem;
  color: #121212;
  background: #f1f5f9;
  text-transform: unset;
  text-rendering: optimizeLegibility;
}
.main .wrapper .form .input-submit {
  font-family: "Cairo", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: inherit;
  cursor: pointer;
  min-width: 40%;
  height: auto;
  padding: 0.65rem 1.25rem;
  border: none;
  outline: none;
  border-radius: 0rem;
  color: #ffffff;
  background: #11b289;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  text-transform: capitalize;
  text-rendering: optimizeLegibility;
  transition: 0.2s all ease-in-out;
}
.main .wrapper .form .input-submit-new {
  background: transparent;
  color: #3e3e3e;
  border: 1px solid #11b289;
}
.main .wrapper .form .input-submit:hover {
  background: #078164;
  color: #ffffff;

}
.main .wrapper .striped {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 1rem 0;
}
.main .wrapper .striped-line {
  flex: auto;
  flex-basis: auto;
  border: none;
  outline: none;
  height: 2px;
  background: #dadce0;
}
.main .wrapper .striped-text {
  font-family: "Cairo", sans-serif;

  font-size: 1rem;
  font-weight: 500;
  line-height: inherit;
  color: #121212;
  margin: 0 1rem;
}
.main .wrapper .method-control {
  margin-bottom: 1rem;
}
.main .wrapper .method-action {
  font-family: "Cairo", sans-serif;

  font-size: 0.95rem;
  font-weight: 500;
  line-height: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 0.5rem 1.25rem;
  outline: none;
  border: 2px solid #dadce0;
  border-radius: 2rem;
  color: #121212;
  background: #ffffff;
  text-transform: capitalize;
  text-rendering: optimizeLegibility;
  transition: all 0.35s ease;
}
.main .wrapper .method-action:hover {
  background: #f1f5f9;
}
.howia {
  cursor: pointer;
}
.attached {
  height: 0;
  line-height: 0;
  display: inherit;
}
.carousel-indicators button {
  width: 15px;
  height: 15px;
  background-color: transparent;
  margin: 5px;
  border-radius: 50%;
  border: 1px solid #FFF;
  opacity: .4;
}
.carousel-indicators button.active {
  background-color: #FFF;
  opacity: .8;
}
.carousel-indicators {
  bottom: -55px;
}
.carousel-indicators button:active, .carousel-indicators button:focus {
  outline: none;
  box-shadow: none;
}
.btn-check:focus+.btn-success, .btn:focus , .btn-check:active+.btn-success, .btn:active {
  box-shadow: none !important;
}
.ctr-btns .btn-success {
  color: #fff;
  background-color: #11b289;
  border-color: #11b289;
}
.ctr-btns .btn-outline-success {
  color: #11b289;
  border-color: #11b289;
}
.pos-fix {
  position:fixed
}
.ctr-btns .btn-outline-success:hover {
  color: #FFF !important;
}
@media (max-width: 575.98px) {
  .mob-btn {
    margin-bottom: 50px;
  }
  .main .wrapper {
    max-width: 36rem;
    margin: 2rem auto;
    padding: 2rem .5rem;
  }
  .pos-fix {
    position:relative;
  }
}
label {
  color: #343434;
}

.main .wrapper .form .input-field {
  font-family: "Cairo", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: inherit;
  width: 100%;
  height: auto;
  padding: 0.55rem 1.25rem;
  outline: none;
  color: #121212;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #DDD;
  text-transform: unset;
  text-rendering: optimizeLegibility;
}
select {
  word-wrap: normal;
  max-height: 42px !important;
}
input[disabled] {
  background-color: #efefef !important;
}
.user-pic {
      margin-left: auto;
}
