body {
    padding: 0;
    margin: 0;
    background-color: rgba(66, 150, 40, 0.274);
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.main_signup {
    /* width: 80vw; */
    height: 80vh;
    background-color: #e1f6ff;
    border-radius: 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
::-webkit-scrollbar-thumb {
    border-radius: 10px; /* Border radius of the scrollbar thumb */
}

.left {
    /* width: 50%; */
    height: 100%;
    max-height: 100%;
    /* width: 50%; */
    max-width: 100%;
    float: left; 
    color: #555;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}
.left_header {
    display: flex;
    justify-content: center;
    align-items: center;
}
.left_header img {
    height: 40px;
    width: 40px;
}
.left_header h2 {
    color: #d65471;
    margin: 10px;
}
.left_footer {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.left_footer img {
    /* height: 300px; */
    /* width: 70%; */
    /* max-width: 70%; */
    max-width: 100%;
    max-height: 300px;
    border-radius: 20px;
}
.left_content {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: bolder;
}
.left_content h2 {
    padding-left: 15px;
    line-height: 1.5;
}
.right {
    /* width: 50%; */
    /* height: 100%;
    max-height: 100%; */
    float: right;
    
    /* color: #555; */
    display: flex;
    justify-content: center;
    align-items: center;
}
/* .right_content {
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 400px;
    height: 500px;
    border-radius: 20px;
    background-color: white;
    width: 400px;
} */

.right_header {
    line-height: 1.6;
    /* margin-top: 20px; */
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    
}
#enter_rightHeader {
    line-height: 1.6;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
}
.right_middle {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 20px;
}
.right_middle input {
    border: none;
    border-bottom: 2px solid #d65471;
    outline:none;
    font-size: 20px;
    width: 200px;
}
.right_middle input::placeholder {
    /* text-align: center; */
}
.right_middle input:hover {
    border-bottom: 3px solid #d65471;
}
.right_footer {
    /* margin: 20px; */
    display: flex;
    justify-content: center;
    align-items: center;
}
.right_footer button {
    width: 200px;
    border:none;
    border-radius: 5px;
    background-color: #d65471;
    padding: 5px 0;
    color: white;
    cursor: pointer;
    font-size: 20px;
    outline: none;
}
.set_password_container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 400px;
    opacity: 0;
    float: right;
}
/* .enter_container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    opacity: 0;
    width: 50%;
    float: right;
    left: 45vw;
} */
/* .reset_container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    opacity: 0;
    width: 50%;
    float: right;
    right: 0;
} */
.set_password {
    padding: 1rem 2rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 2%;
    color: #555;
    width: 400px;
    height: 100%;
    border-radius: 20px;
    background-color: white;
}
.Goals_container,.location_container_cover,.lookingFor_container,.aboutUrself_container{
    align-items: center;
    flex-direction: column;
    /* justify-content: center; */
    /* margin-top: 2%; */
    color: #555;
    padding-top: 10px;
    /* width: 100%; */
    height: 100%;
    width: 400px;
    border-radius: 20px;
    background-color: white;
    padding: 1rem 2rem;
    max-height: 550px;
}
.roles_container,.Goals_container  {
    overflow-y: scroll;
    align-items: center;
    flex-direction: column;
    /* justify-content: center; */
    /* margin-top: 2%; */
    color: #555;
    padding-top: 10px;
    /* width: 100%; */
    height: 100%;
    border-radius: 20px;
    background-color: white;
    padding: 1rem 2rem;
    max-height: 500px;
}
.roles_container::-webkit-scrollbar {
    width: 7px; /* Width of the scrollbar */
    border-radius: 10px; /* Border radius of the scrollbar */
}

.roles_container::-webkit-scrollbar-thumb {
    background-color: #888; /* Background color of the scrollbar thumb */
    border-radius: 7px; /* Border radius of the scrollbar thumb */
}
.Goals_container::-webkit-scrollbar {
    width: 7px; /* Width of the scrollbar */
    border-radius: 10px; /* Border radius of the scrollbar */
}

.Goals_container::-webkit-scrollbar-thumb {
    background-color: #888; /* Background color of the scrollbar thumb */
    border-radius: 7px; /* Border radius of the scrollbar thumb */
}
.set_password div {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 8px;
    padding: 8px;
}
.set_password input {
    max-width: 300px;
   border: none;
   border-bottom: 1px solid #d65471;
   
   padding: 10px;
   outline: none;
   /* border-radius: 10px; */
   font: 20px;
}
.set_password input::placeholder {
    font-size: 16px;
}
.set_password h2 {
    color: #555;
    font-size: 30px;
}
.set_password button {
    width: 200px;
    background-color: #d65471;
    color: white;
    font-size: 20px;
    border: none;
    border-radius: 10px;
    padding: 5px 10px;
    margin-top: 8px;
    cursor: pointer;
    outline: none;
}
.roles_container button,.Goals_container button,.location_container_cover button,.lookingFor_container button,#aboutUrself_next_btn {
    width: 200px;
    background-color: #d65471;
    color: white;
    font-size: 20px;
    border: none;
    border-radius: 10px;
    padding: 5px 10px;
    margin-top: 20px;
    cursor: pointer;
    outline: none;
}
/* .enter {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 2rem;
    flex-direction: column;
    margin-top: 2%;
    color: #555;
    height: 500px;
    border-radius: 20px;
    background-color: white;
}
.enter p  {
    color: #555;
    cursor: pointer;
    margin-top: 40px;
} */
/* .reset {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #555;
    margin-top: 2%;
    width: 400px;
    height: 500px;
    border-radius: 20px;
    background-color: white;
} */
.reset div {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}
.reset input {
    /* margin: 10px; */
    width: 300px;
    border: none;
    border-bottom: 2px solid #d65471;
    outline: none;
}
.reset input:hover {
    border-bottom: 3px solid #d65471;
}
.reset input::placeholder {
        color: #555;
        font-size: 18px;
}
.reset button {
    width: 200px;
    background-color: #d65471;
    color: white;
    font-size: 20px;
    border: none;
    border-radius: 10px;
    outline: none;
   padding: 5px 10px;
    cursor: pointer;
}
.reset h2 {
    color: #555;
    font-size: 30px;
}
.select_role_div div {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    flex-direction: row;
}
.roles_container p,.Goals_container p {
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 16px;
}
.select_goals_div {
    margin-top: 15px;
}
.select_goals_div div {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    flex-direction: row;
}
.select_roles_checkbox {
    width: 50px;
    height: 20px;
}
.select_goals_checkbox {
    width: 50px;
}
.right_content img {
    width: 350px;
    height: 250px;
    border-radius: 10px;
}
.select_role_div h1,.select_goals_div h1{
    color: #555;
}
.select_role_div div,.select_goals_div div {
    margin: 1rem 0;
}
.select_role_div label,.select_goals_div label {
   font-size: 18px;
   width: 300px;
}
.location_container_cover {
    align-items: center;
}
.location_container_cover div {
    margin: 2rem 0;
    width: 100%;
}
.lookingFor_container select {
    height: 50px;
    border-radius: 10px;
    width: 100%;
    margin-top: 1rem;
}
.location_container_cover label {
    margin: 10px 0;
    font-size: 18px;
}
.location_container_cover select {
    height: 50px;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
}
.lookingFor_container textarea,.aboutUrself_container textarea {
    width: 100%;
    margin-top: 1rem;
    outline: none;
    padding: 10px 15px;
    border-radius: 10px;
}
.startupWebsite_container input {
    width: 100%;
    padding: 5px 10px;
    margin: .5rem 0;
    border-radius: 10px;
    height: 40px;
    outline: none;
    border: 1px solid black;
}

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600&display=swap');
.right,.enter_container,.reset_container {
    font-family: 'Open Sans', sans-serif;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    width: 400px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    overflow: hidden;
    background: #fff;
  backdrop-filter: blur(10px);
  border-radius: 10px;
  box-shadow: 0 0 3px rgba(244, 252, 255, 0.9);
    /* color: #fff; */
  }
  .right img,.enter_container img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    border-radius: 10px;
  }
  .right_content,.enter,.reset {
    padding: 20px;
  }
  .reset{
    width: 100%;
  }
  
  .right_header {
    text-align: center;
    margin-bottom: 20px;
  }
  .reset {
    text-align: center;
  }
  
  .right_header h4,.reset h4 {
    margin: 0;
    font-size: 24px;
    text-transform: uppercase;
  }
  
  .right_middle {
    margin: 20px 0;
  }
  
  .right_middle h3 {
    /* margin: 0 0 10px; */
    font-size: 18px;
    font-weight: bold;
  }
  
  .right_middle input,.reset input,.set_password input {
    display: block;
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border-bottom: 2px solid  #ccc;
    font-size: 18px;
    border-bottom: 2px solid #ccc;
  transition: 0.3s ease-in-out;
  }
  .right_middle input::placeholder,.reset input::placeholder,.set_password input::placeholder {
    font-size: 18px;
  }
.right_middle input:focus,.reset input:focus,.set_password input:focus {
    border-bottom: 2px solid linear-gradient(to right, #d65471, #fe8c00);
  }
  .set_password> div> input:focus {
    border-bottom: 2px solid linear-gradient(to right, #d65471, #fe8c00);
  }
  
  .right_footer {
    text-align: center;
    /* padding-top: 20px;
    padding-bottom: 20px; */
  }
  .enter p {
    text-align: center;
    margin-top: 10px;
    cursor: pointer;
  }
  .right_footer button,.reset button,.set_password button {
    background-image: linear-gradient(to right, #d65471, #fe8c00);
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 20px;
    cursor: pointer;
    width: 100%;
    text-transform: uppercase;
  }
  .reset button {
    margin-top: 20px;
  }
  .reset p,.set_password p {
    margin: 10px 0;
    font-size: 16px;
  }

  .return_login_btn {
    cursor: pointer;
  }
  
  .right_footer button:hover,.reset button:hover {
    background: linear-gradient(to bottom right, #005d8d, #00b39e);
  }
  .lookingFor_div {
    width: 100%;
  }
  #Roles_next_btn,#Goals_next_btn {
    position: absolute;
    bottom: -60px;
    background-image: linear-gradient(to right, #d65471, #fe8c00);
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 20px;
    cursor: pointer;
    width: 100%;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
  }


