* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  direction: rtl;
  text-align: right;
  margin: 0;
  background: #f5f6fa;
  font-family: "cairo";
  position: relative;
  overflow: auto;
}

body .row {
  margin: 0;
}

body .navbar {
  direction: ltr;
  -webkit-box-shadow: 0 0 40px 0 rgba(94, 92, 154, 0.06);
          box-shadow: 0 0 40px 0 rgba(94, 92, 154, 0.06);
  background: #FFF;
  padding: 10px 30px;
  position: absolute;
  width: 100%;
  z-index: 5;
}

body .navbar .navbar-brand img {
  width: 110px;
}

body .navbar .navbar-nav {
  margin-left: auto;
  direction: rtl;
}

body .navbar .navbar-nav .nav-link {
  color: #adafca;
  font-size: 0.85rem;
  margin: 0 3px;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

body .navbar .navbar-nav .nav-link:hover {
  color: #3e3f5e;
}

body .navbar .navbar-nav .active {
  color: #3e3f5e;
  font-weight: 600;
}

body .navbar .navbar-nav .signup {
  background: #436cff;
  color: #FFF;
  width: 110px;
  text-align: center;
  font-size: 0.8rem;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  height: 35px;
  border-radius: 7px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

body .navbar .navbar-nav .signup svg {
  height: 14px;
  width: 14px;
  fill: #FFF;
  margin-left: 4px;
  margin-top: -2px;
}

body .navbar .navbar-nav .signup:hover {
  background: #3e3f5e;
  color: #FFF;
}

body .navbar .navbar-nav .login {
  background: #00c7d9;
  color: #FFF;
  width: 110px;
  text-align: center;
  font-size: 0.8rem;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  height: 35px;
  border-radius: 7px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body .navbar .navbar-nav .login svg {
  height: 14px;
  width: 14px;
  fill: #FFF;
  margin-left: 4px;
  margin-top: -2px;
}

body .navbar .navbar-nav .login:hover {
  background: #3e3f5e;
  color: #FFF;
}

body .navbar button:focus, body .navbar button:active {
  outline: 0;
}

body .content {
  background: url(../images/bg.jpg) no-repeat 0;
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: static;
  overflow: auto;
}

body .content .overlay {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

body .content .enter .form-container .form-card {
  background: #FFF;
  width: 480px;
  padding: 50px 55px;
  border-radius: 12px;
  -webkit-box-shadow: 0 0 60px 0 rgba(94, 92, 154, 0.12);
          box-shadow: 0 0 60px 0 rgba(94, 92, 154, 0.12);
  position: static;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  margin: 100px auto 15px auto;
}

@media (max-width: 575.98px) {
  body .content .enter .form-container .form-card {
    width: 95%;
    padding: 40px 15px;
  }
}

body .content .enter .form-container .form-card img {
  position: absolute;
  top: -14px;
  left: -80px;
}

@media (max-width: 767.98px) {
  body .content .enter .form-container .form-card img {
    display: none;
  }
}

body .content .enter .form-container .form-card .form-box-title {
  font-size: 1.4rem;
  text-align: center;
  font-weight: 700;
  color: #3e3f5e;
}

body .content .enter .form-container .form-card .form {
  margin-top: 40px;
  width: 100%;
  position: relative;
}

body .content .enter .form-container .form-card .form .form-group {
  width: 100%;
  position: relative;
  margin: 25px 0;
}

body .content .enter .form-container .form-card .form .form-group label {
  color: #adafca;
  font-size: 0.85rem;
  font-weight: 600;
  position: absolute;
  top: 19px;
  right: 20px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  pointer-events: none;
  display: block;
  margin: 0;
  line-height: 1em;
}

body .content .enter .form-container .form-card .form .form-group .form-control {
  height: 52px;
  padding: 0 18px;
  background-color: #fff;
  border: 1px solid #dedeea;
  color: #3e3f5e;
  -webkit-transition: border-color .2s ease-in-out;
  transition: border-color .2s ease-in-out;
  width: 100%;
  border-radius: 12px;
  font-size: 0.9rem;
  font-weight: 700;
}

body .content .enter .form-container .form-card .form .form-group .form-control:focus {
  border-color: #436cff;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

body .content .enter .form-container .form-card .form .form-group select {
  cursor: pointer;
}

body .content .enter .form-container .form-card .form .create-account-btn {
  text-decoration: none;
  width: 100%;
  margin: auto;
  color: #FFF;
  display: inline-block;
  height: 48px;
  border-radius: 10px;
  font-size: .875rem;
  font-weight: 700;
  text-align: center;
  line-height: 48px;
  cursor: pointer;
  margin-top: 15px;
  -webkit-transition: background-color .2s ease-in-out;
  transition: background-color .2s ease-in-out;
  background-color: #436cff;
  -webkit-box-shadow: 4px 7px 12px 0 rgba(97, 93, 250, 0.2);
          box-shadow: 4px 7px 12px 0 rgba(97, 93, 250, 0.2);
  border: 0;
}

body .content .enter .form-container .form-card .form .create-account-btn svg {
  height: 18px;
  margin-left: 4px;
}

body .content .enter .form-container .form-card .form .create-account-btn svg path {
  fill: #FFF;
}

body .content .enter .form-container .form-card .form .create-account-btn:hover {
  background-color: #3e3f5e;
}

body .content .enter .form-container .form-card .form .form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 5px 10px 0;
}

body .content .enter .form-container .form-card .form .form-check input {
  background-color: #fff;
  border: 1px solid #dedeea;
  height: 17px;
  width: 16px;
  position: unset;
  margin: 3px 0 0 5px;
}

body .content .enter .form-container .form-card .form .form-check p {
  color: #3e3f5e;
  font-size: .875rem;
  font-weight: 700;
  line-height: 22px;
  cursor: pointer;
  display: block;
  margin: 0;
}

body .content .enter .form-container .form-card .form .form-check p a {
  text-decoration: none;
  color: #29347a;
}

body .content .enter .form-container .form-card .form p.text {
  margin-top: 30px;
  font-size: .875rem;
  line-height: 1.7142857143em;
  font-weight: 500;
  color: #3e3f5e;
}

body .content .enter .form-container .form-card .form p.text a {
  text-decoration: none;
  color: #00c7d9;
  font-weight: 700;
}

body .content .enter .form-container .form-card .form .active-input label {
  background: #FFF;
  padding: 0 6px;
  font-size: 0.7rem;
  top: -6px;
  right: 12px;
}

body .content .enter .enter-info {
  position: static;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

@media (max-width: 1199.98px) {
  body .content .enter .enter-info {
    position: static;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

body .content .enter .enter-info span {
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  display: block;
  font-family: 'Rajdhani', sans-serif;
  margin-top: 36px;
  font-size: 1.4rem;
  font-weight: 500;
}

body .content .enter .enter-info .down-logo {
  width: 300px;
}

@media (max-width: 575.98px) {
  body .content .enter .enter-info .down-logo {
    width: 300px;
  }
}

body .content .enter .enter-info p.text {
  color: #FFF;
  width: 390px;
  font-size: 1rem;
  font-weight: 500;
  margin-top: 35px;
}

@media (max-width: 1199.98px) {
  body .content .enter .enter-info p.text {
    display: none;
  }
}

body .content .enter .enter-info .tab-switch {
  margin-top: 50px;
}

body .content .enter .enter-info .tab-switch a {
  text-decoration: none;
}

body .content .enter .enter-info .tab-switch a .tab {
  border: 2px solid #FFF;
  width: 240px;
  height: 54px;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 54px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: background-color .3s ease-in-out,color .3s ease-in-out;
  transition: background-color .3s ease-in-out,color .3s ease-in-out;
  margin: 0;
}

@media (max-width: 575.98px) {
  body .content .enter .enter-info .tab-switch a .tab {
    width: 100%;
    padding: 0 25px;
  }
}

body .content .enter .enter-info .tab-switch a .login-tab {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 0;
}

body .content .enter .enter-info .tab-switch a .signup-tab {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 0;
}

body .content .enter .enter-info .tab-switch a .active {
  background: #FFF;
  color: #3e3f5e;
  cursor: auto;
}

body .content .enter::-webkit-scrollbar {
  display: none;
}
/*# sourceMappingURL=enter.css.map */