@import url("https://fonts.googleapis.com/css?family=Lora:400,400i|Open+Sans:300,400,600,700,800");

body {
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  background: linear-gradient(91.1deg, rgb(57, 31, 105) -2.3%, rgb(115, 43, 155) 44.4%, rgb(231, 75, 184) 103.4%);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
  color: #000;
  font-weight: 300;
}

h1 {
  font-size: 45px;
  line-height: 61px;
}

h2 {
  font-size: 30px;
  line-height: 50px;
}

h3 {
  font-size: 20px;
  line-height: 30px;
}

/* 
.main-div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  text-align: center; */


@media (max-width: 768px) {
  .right img {
    margin-left: 0;
  }
}

.btn-default {
  color: #fff;
  text-shadow: none;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 20px;
  padding: 0.2rem 1rem;
  font-size: 15px;
  position: relative;
  left: 121px;
}

.btn-default:hover,
.btn-default:focus {
  background-color: rgba(255, 255, 255, 0.3);
}

.gradient-banner {
  padding: 30px 0;
  position: relative;
  overflow: hidden;
  /* height: 600px; */
  height: 93vh;
}

.gradient-banner img.img-fluid {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

.shapes-container {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* animation: up-down 2s ease-in-out infinite alternate-reverse both; */
}

.shapes-container .shape {
  position: absolute;
}

.shapes-container .shape::before {
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
  position: absolute;
  border-radius: 50px;
}

.shapes-container .shape:nth-child(1) {
  top: 2%;
  left: 11%;
  width: 400px;
  height: 70px;
}

.shapes-container .shape:nth-child(2) {
  top: 14%;
  left: 18%;
  width: 200px;
  height: 15px;
}

.shapes-container .shape:nth-child(3) {
  top: 69%;
  left: 4%;
  width: 275px;
  height: 47px;
}

.shapes-container .shape:nth-child(4) {
  top: 85%;
  left: 15%;
  width: 100px;
  height: 10px;
}

.shapes-container .shape:nth-child(5) {
  top: 5%;
  left: 50%;
  width: 300px;
  height: 25px;
}

.shapes-container .shape:nth-child(6) {
  top: 4%;
  left: 52%;
  width: 200px;
  height: 5px;
}

.shapes-container .shape:nth-child(7) {
  top: 80%;
  left: 70%;
  width: 200px;
  height: 5px;
}

.shapes-container .shape:nth-child(8) {
  top: 55%;
  left: 95%;
  width: 200px;
  height: 5px;
}

.shapes-container .shape:nth-child(9) {
  top: 50%;
  left: 90%;
  width: 300px;
  height: 50px;
}

.shapes-container .shape:nth-child(10) {
  top: 30%;
  left: 60%;
  width: 500px;
  height: 55px;
}

.shapes-container .shape:nth-child(11) {
  top: 60%;
  left: 60%;
  width: 200px;
  height: 5px;
}

.shapes-container .shape:nth-child(12) {
  top: 35%;
  left: 75%;
  width: 200px;
  height: 5px;
}

.shapes-container .shape:nth-child(13) {
  top: 90%;
  left: 40%;
  width: 300px;
  height: 45px;
}

.shapes-container .shape:nth-child(14) {
  top: 54%;
  left: 75%;
  width: 200px;
  height: 5px;
}

.shapes-container .shape:nth-child(15) {
  top: 50%;
  left: 90%;
  width: 200px;
  height: 5px;
}

.shapes-container .shape:nth-child(16) {
  top: 50%;
  left: 81%;
  width: 100px;
  height: 5px;
}


/* copyright section start */

.copyright_section {
  width: 100%;
  float: left;

  height: auto;
  position: absolute;
}

.copyright_text {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  margin-left: 0px;
}

.copyright_text a {
  color: #ffffff;
}

.copyright_text a:hover {
  color: #fc4d2e;
}

/* login */
.nav {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}

.nav,
.nav_item {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
}

.nav_logo,
.nav_link,
.button {
  color: #fff;
}


.button {
  padding: 6px 24px;
  border: 2px solid #fff;
  background: transparent;
  border-radius: 6px;
  cursor: pointer;
}

.button:active {
  transform: scale(0.98);
}

/* From */


.form.login_form img.logo-img {
  display: flex;
  justify-content: center;
  margin: auto;
}

.form_container {
  position: fixed;
  max-width: 579px;
  width: 30%;
  top: 73%;
  left: 31%;
  transform: translate(-50%, -50%) scale(1.2);
  z-index: 101;
  background: #fff;
  padding: 16px;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease-out;
}

.home.show .form_container {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%) scale(1);
}

.signup_form {
  display: none;
}

.form_container.active .signup_form {
  display: block;
}

.form_container.active .login_form {
  display: none;
}

.form_close {
  position: absolute;
  top: 10px;
  right: 9px;
  color: #0b0217;
  font-size: 22px;
  opacity: 0.7;
  cursor: pointer;
}

img.img-newlogo {
  margin-left: -101px;
}

.form_container h2 {
  font-size: 22px;
  color: #0b0217;
  text-align: center;
}

.input_box {
  position: relative;
  margin-top: 15px;
  width: 94%;
  height: 52px;
  display: flex;
  justify-content: center;
  margin: auto;

}

.input_box input {
  height: 100%;
  width: 100%;
  border: none;
  outline: none;
  padding: 0 30px;
  color: #333;
  transition: all 0.2s ease;
  border-bottom: 1.5px solid #aaaaaa;
}

.input_box input:focus {
  border-color: #7d2ae8;
}

.input_box i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #707070;
}

.input_box i.email,
.input_box i.password {
  left: 0;
}

.input_box input:focus~i.email,
.input_box input:focus~i.password {
  color: #7d2ae8;
}

.input_box i.pw_hide {
  right: 0;
  font-size: 18px;
  cursor: pointer;
}

.form_container a {
  color: #7d2ae8;
  font-size: 12px;
}

.form_container a:hover {
  text-decoration: underline;
}


.form_container .button {
  background: #7d2ae8;
  margin-top: 30px;
  width: 33%;
  text-align: center;
  display: flex;
  padding: 6px 0;
  margin: auto;
  border-radius: 10px;
  justify-content: center;
}

.policy {
  font-size: 12px;
  text-align: center;
  /* margin-top: 15px; */
}

.gradient-banner img.img-logo {
  width: 30%;
}

label.error {
  color: red;
}

@media only screen and (max-width: 600px) {
  h2.text-white.font-weight-bold.mb-4 {
    font-size: 21px;
  }

  .form_container {
    position: fixed;
    max-width: 450px;
    width: 90%;
    top: 71%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.2);
    z-index: 101;
    background: #fff;
    padding: 16px;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.1);
    opacity: 0;
    pointer-events: none;
    transition: all 0.4s ease-out;
  }

  .gradient-banner img.img-logo {
    width: 90%;
  }

  .copyright_text {

    font-size: 14px;
  }

  h2.text-white.font-weight-bold {
    font-size: 20px;
    line-height: 30px;
  }

  .btn-lg {
    line-height: 1.5;
  }

  .btn-default {


    left: 10px;

  }

  .form.login_form img.logo-img {

    width: 100%;
  }

  .form_container .button {

    width: 41%;
  }

  img.img-newlogo {
    width: 104%;
  }

  img.img-newlogo {

    width: 100%;
    display: flex;
    /* align-items: center; */
    margin: auto;

  }

}
@media (min-width: 540px) and (max-width: 800px){
  .img-fluid {
        max-width: 70%;
        height: auto;
  }
  }