.parent-of-side-by-side {
  background-image: linear-gradient(to right, #8323e9, #341e97);
  font-family: Montserrat;
}
.parent-of-side-by-side .side-by-side {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 20px 0;
}
@media (min-width: 992px) {
  .parent-of-side-by-side .side-by-side {
    flex-wrap: nowrap;
  }
  .parent-of-side-by-side .side-by-side .leftbox {
    border-top-left-radius: 6%;
    border-bottom-left-radius: 6%;
  }
  .parent-of-side-by-side .side-by-side .rightbox {
    border-top-right-radius: 6%;
    border-bottom-right-radius: 6%;
  }
}

.parent-of-side-by-side .side-by-side .leftbox {
  background-image: linear-gradient(to right, #7451d3, #9c5af4);
  padding: 40px;
  width: 30rem;
}
.parent-of-side-by-side .side-by-side .rightbox {
  position: relative;
  background: rgb(255, 255, 255);
  padding: 40px;
  width: 30rem;
}
.parent-of-side-by-side .side-by-side .rightbox .toggle-login-signup button {
  background-image: linear-gradient(to right, #f89065, #fe5103);
  width: 10rem;
  padding: 13px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  text-align: center;
  color: white;
  position: absolute;
  z-index: 1;
  left: 0px;
  top: 10px;
  border: none;
  outline: none;
  font-size: 18px;
  cursor: pointer;
}
.parent-of-side-by-side .side-by-side .rightbox .content {
  padding: 40px 0;
  display: grid;
  justify-content: center;
  margin-top: 20px;
}
.parent-of-side-by-side .side-by-side .rightbox .content .business {
  margin-bottom: 20px;
  border-bottom: 1px solid rgb(228, 225, 225);
  padding-bottom: 20px;
}

.parent-of-side-by-side .side-by-side .rightbox .content p {
  font-size: 23px;
  margin-bottom: 20px;
  text-align: center;
}
.parent-of-side-by-side .side-by-side .rightbox .content .btn {
  width: 16rem;
  padding: 14px;
  border-radius: 30px;
  cursor: pointer;
  text-align: center;
  color: white;
  border: none;
  outline: none;
  font-size: 18px;
}

.parent-of-side-by-side .side-by-side .rightbox .content .business p {
  color: #7451d3;
}
.parent-of-side-by-side .side-by-side .rightbox .content .consumer p {
  color: #fe5103;
}
.parent-of-side-by-side .side-by-side .rightbox .content .business button {
  background-image: linear-gradient(to right, #f89065, #fe5103);
}
.parent-of-side-by-side .side-by-side .rightbox .content .consumer button {
  background-image: linear-gradient(to right, #7451d3, #a059f6);
}

/* Login */
.login-page {
  padding-top: 60px;
}
.login-page form .user-info {
  display: grid;
  justify-content: center;
}
.login-page form .user-info input {
  background-color: #eee;
  border: none;
  padding: 18px 15px;
  margin: 8px 0;
  width: 20rem;
  border-radius: 10px;
  outline: none;
}
.login-page .rev {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.login-page .rev button {
  border-radius: 20px;
  border: 1px solid #ff4b2b;
  background-color: #ff4b2b;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  padding: 12px 45px;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 80ms ease-in;
}

.login-page .rev a {
  color: #333;
  font-size: 12px;
  text-decoration: none;
  margin: 15px 0;
}
/* Login */

/* Sign Up */
.overlay {
  z-index: 1000!important;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(80, 80, 80, 0.7);
  z-index: 10;
  padding: 15px;
}

.popup {
  margin: 2% auto;
  /* top: 5%; */
  background: #fff;
  border-radius: 5px;
  width: 100%;
  max-width: 800px;
  position: relative;
  
}
.popup .popup-header {
  display: flex;
  padding: 30px;
  padding-bottom: 20px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgb(219, 219, 219);
}
.popup .popup-header h1 {
  font-size: 20px;
  font-weight: bold;
  color: #ff4b2b;
}

.popup .popup-header .close-signup-popup {
  transition: all 200ms;
  font-size: 25px;
  font-weight: bold;
  text-decoration: none;
  color: #ff4b2b;
}
.popup .popup-content {
  padding: 20px;
}
/* .popup .popup-content form .input {
  background-color: #eee;
  border: none;
  margin: 10px 0;
  display: block;
  outline: none;
  width: 90%;
  transition: all 0.3s ease;
  padding: 15px;
  border-radius: 5px;
  font-size: 15px;
} */
.popup .popup-content form{
  display: flex;
  flex-wrap: wrap;
}


.popup .popup-content .w-50, .popup .popup-content .w-100{
  padding: 0 10px;
  box-sizing: border-box;
}
.popup .popup-content .w-50{
  flex: 0 0 auto;
  width: 50%;
}
.popup .popup-content .w-100{
  flex: 0 0 auto;
  width: 100%;
}
.popup .popup-content form .input {
  background-color: #ffffff;
    border: none;
    border-bottom: 2px solid #f89065;
    margin: 10px 0;
    display: block;
    outline: none;
    width: 100%;
    transition: all 0.3s ease;
    padding: 10px 15px;
    /* border-radius: 5px; */
    font-size: 15px;
    box-sizing: border-box;
}
.popup .popup-content form select.input{
  color: #f89065;
  /* padding: 15px 13px; */
}
.popup .popup-content form .input::placeholder{
  color: #f89065;
}
.popup .popup-content form .reg-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.popup .popup-content form .reg-button button {
  width: 16rem;
  padding: 14px;
  border-radius: 30px;
  cursor: pointer;
  text-align: center;
  background-image: linear-gradient(to right, #f89065, #fe5103);
  color: white;
  border: none;
  outline: none;
  font-size: 18px;
  margin: 20px 30px;
}

.popup .popup-content form .terms{
  padding: 10px 15px;
  display: flex;
  align-items: center;
}

.popup .popup-content form .terms label{
  font-size: 13px;
  margin-left: 10px;
}
/* Sign Up */




