.signUp {
  display: flex;
  min-height: 100vh;
}
/* start lfSign */

.lfSign {
  background-repeat: no-repeat;
  width: 55%;
  position: relative;
  background-size: cover;
  /* height: 100%; */
  min-height: 100vh;
  overflow: hidden;
  /*background-image: url(../assets/shitota-yuri-p0hDztR46cw-unsplash@2x.png);*/
  background-image: url(/themes/custom/ghaith/assets/images/eskan-ghaith-bg.jpg);

  background-position: center;


  background: linear-gradient(rgba(0, 0, 0, 0.54), rgba(0, 0, 0, 0.54)), url(/themes/custom/ghaith/assets/images/eskan-ghaith-bg.jpg);
}
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  display: flex;
  align-items: center;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.384);
}
.lfSign h2 {
  width: 50%;
  color: #fff;
  font-weight: 500;
  font-size: 40px;
  text-align: right;
  margin-right: 20px;
}
.logoWhite {
  filter: brightness(0) invert(1);
  height: 50vh;
  position: absolute;
  bottom: -15vh;
  z-index: 9999999999999;
  left: 0;
  opacity: 0.5;
}
/* end lfSign */

/* start rtSign */

.rtSign {
  width: 45%;
  padding: 10px 7vw;
  background-color: #f6f8fc;
  min-height: 100vh;
  text-align: right;
  display: flex;
  flex-direction: column;
}
.rtSign img {
  float: right;
  height: 150px;
  width: auto;
  object-fit: contain;
  align-self: flex-start;
  margin-bottom: 25px;
  margin-top: 20px;
}
.rtSign h3 {
  font-size: 23px;
  margin-bottom: 30px;
  font-weight: 600;
}
.rtSign button {
  margin-top: 30px;
  margin-bottom: 15px;
}
.rtSign p {
  text-align: center;
  font-weight: 600;
  font-size: 13px;
}
.rtSign a {
  color: #000;
  text-decoration: underline;
}
/* end rtSign */
/* start signin */
.signIn h3 {
  margin-top: 100px;
}
/* end sign in */
/* start responsive */
@media screen and (max-width: 767px) {
  .lfSign {
    display: none;
  }
  .rtSign {
    width: 100%;
  }
  .signIn h3 {
    margin-top: 50px;
  }
}
/* end responsive */


.signUp .flex {
  display: flex;
}

.signUp .column {
  display: flex;
  flex-direction: column;
}

.signUp .justify-center {
  justify-content: center;
}

.signUp .justify-between {
  justify-content: space-between;
}

.signUp .justify-start {
  justify-content: flex-start;
}

.signUp .justify-end {
  justify-content: flex-end;
}

.signUp .align-center {
  align-items: center;
}

.signUp .text-center {
  text-align: center;
}

.signUp .w-100 {
  width: 100%;
}

.signUp .h-100 {
  height: 100vh;
}

/*  */
.signUp .brand {
  margin-block-start: 2em;
  margin-inline-start: 2em;
}
.signUp .brand img {
  max-width: 50%;
}

.signUp .form {
  width: 70%;
}

.signUp .login {
  background-color: #F6F8FC;
  background: #F6F8FC;
}

.signUp form input {
  border-color: #D1E0FF;
  background-color: white;
  height: 3.5em;
  box-shadow: none;
  color: #444;
  border-bottom-color: #D1E0FF;
  border-right-color: #D1E0FF;
  border-style: solid;
  border-radius: 5px;
  border-width: 2px;
  padding: 1px 16px;
  margin-bottom: 1.5em;
}


.signUp .logos img {
  padding: 0 16px;
}

.signUp .logos img {
  max-height: 4.5em;
}

.signUp .whatsapp img {
  max-width: 5em;
}
.signUp .whatsapp {
  margin-inline-start: 1em;
  margin-bottom: 1em;
}
/*  */

.signUp .banner {
  background: linear-gradient(rgba(0, 0, 0, 0.54), rgba(0, 0, 0, 0.54)), url(/themes/custom/ghaith/assets/images/brand/ghaith-bg.jpg);
  /*background-color: #7f2f88;*/

  /*background-repeat: no-repeat;*/
  /*width: 55%;*/
  position: relative;
  background-size: cover;
  min-height: 100vh;
  overflow: hidden;
  background-image: url(/themes/custom/ghaith/assets/images/brand/ghaith-bg.jpg);
  background-position: center;
}

.signUp .banner h1 {
  margin-inline-start: 5%;
  color: white;
  font-size: 55px;
  font-weight: bold;
}

.signUp .features {
  margin-inline-start: 5%;
  flex-wrap: wrap;
}

.signUp .features .item {
  flex: 1;
  margin-inline-start: 1em;
}

.signUp .features .item h3 {
  color: white;
  margin-block-start: 0.2em;
  font-size: 18px;
  font-weight: bold;
}

.signUp .features .item img {
  background-color: rgba(255, 255, 255, 0.15);
  padding: 5px;
  border-radius: 5px;
}

.signUp .watermark img {
  max-width: 14em;
}
.login-stats{
  position: absolute;
  color: #fff;
  font-size: 33px;
  bottom: 230px;
  right: 30px;
  width: 100%;
}
.login-stats span{
  font-weight: bold;
}



.signUp h1.page-header {
  color: #000;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 20px;
}

.signUp button[type="submit"] {
  background: #00B140 !important;
  border-color: #00B140 !important;
  color: white;
  margin-top: 20px !important;
  width: 100%;
  height: 50px;
}
.signUp .rside-info p {
  color: #000;
}
.signUp .banner h1 {
  margin-top: 0 !important;
}


.signUp ::-webkit-input-placeholder {
  color: #000 !important;
}
.signUp ::-moz-placeholder {
  color: #000 !important;
}
.signUp :-ms-input-placeholder {
  color: #000 !important;
}
.signUp :-moz-placeholder {
  color: #000 !important;
}
.signUp .brand img {
  margin: auto;
}


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

  .signUp main {
    flex-direction: column;
  }
  .signUp .brand {
    text-align: center;

  }


}

nav.tabs, small.description{
  display: none;
}

h1.title{
  color: #444;
  font-size: 25px;
  margin-top: 40px;
  margin-bottom: 20px;
}
.alert{
  margin-top: 1em;
}
.brand a{
  display: block;
  text-align: center;
}
