
body {
 /*  background-image: linear-gradient(135deg, #FAB2FF 10%, #1904E5 100%); */
  background-color:#e7f3ff;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-family: "Open Sans", sans-serif;
  color: #333333;
}

.box-form {
  margin: 0 auto;
  width: 50%;
  background: #FFFFFF;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex: 1 1 100%;
  align-items: stretch;
  justify-content: space-between;
  box-shadow: 0 0 20px 6px #090b6f85;
  height: 50%;
}
.signup-box-form {
  margin: 0 auto;
  width: 55%;
  border-radius: 10px;
   background: #FFFFFF;
  overflow: hidden;
  display: flex;
  flex: 1 1 100%;
  align-items: stretch;
  justify-content: space-between;
  box-shadow: 0 0 20px 6px #090b6f85;
  height: 50%;
}
@media (max-width: 980px) {
  .box-form {
    flex-flow: wrap;
    text-align: center;
    align-content: center;
    align-items: center;
  }
}
.box-form div {
  height: auto;
}


.box-form .left .overlay {
  padding: 30px;
  width: 100%;
  height: 100%;
  /* background: #5961f9ad; */
  overflow: hidden;
  box-sizing: border-box;
}
.box-form .left .overlay span p {
  margin-top: 30px;
  font-weight: 900;
}
.box-form .left .overlay span a {
  background: #3b5998;
  color: #FFFFFF;
  margin-top: 10px;
  padding: 14px 50px;
  border-radius: 100px;
  display: inline-block;
  box-shadow: 0 3px 6px 1px #042d4657;
}
.box-form .left .overlay span a:last-child {
  background: #1dcaff;
  margin-left: 30px;
}
.box-form .right {
  padding: 40px;
  overflow: hidden;
 /*  width: 50% */
}
@media (max-width: 980px) {
  .box-form .right {
    width: 100%;
  }
}

/* .vl {
  border-left: 6px solid gray;
height: 300px; */
/* position: absolute;
left: 50%;
margin-left: -3px; */
/* margin-top: 5%;
margin-bottom: 5%!important
} */