diff --git a/views/User_singUp.ejs b/views/User_singUp.ejs index add043d..813d65e 100644 --- a/views/User_singUp.ejs +++ b/views/User_singUp.ejs @@ -14,38 +14,30 @@ body { font-family: 'Montserrat', sans-serif; margin: 0; - padding: 0; + padding: 70px; + background-color: #ECECEC; + font-family: 'Poppins', sans-serif; } .container { - max-width: 600px; - margin: auto; + max-width: 980px; /* Reduced width for a more compact look */ text-align: center; - padding: 20px; + background: #fff; /* White background for the form */ + padding: 18px 30px; + border-radius: 30px; + box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3); } .header { - font-size: 24px; + text-align: left; + font-size: 30px; font-weight: bold; - margin-bottom: 20px; -} - -.form { - background: #f9f9f9; - padding: 20px; - border-radius: 10px; - box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); + margin-bottom: 20px; /* Reduced margin */ + margin-top: -15px; /* Reduced margin */ } .input-box { - margin-bottom: 20px; -} - -.input-box label { - display: block; - text-align: left; - margin-bottom: 5px; - font-weight: bold; + margin-bottom: 20px; /* Reduced margin */ } .input-box input { @@ -55,37 +47,62 @@ body { border-radius: 5px; } -.column { - display: flex; - justify-content: space-between; -} - .gender-box { - margin-bottom: 20px; + margin-bottom: 20px; /* Reduced margin */ } .gender-option { display: flex; justify-content: space-around; - margin-top: 10px; + margin-top: 10px; /* Reduced margin */ } .gender label { - margin-right: 5px; + margin-right: 40px; } #signup-btn { - background-color: #103cbe; + background-color: #0D6EFD; color: white; border: none; - border-radius: 5px; + border-radius: 10px; padding: 10px 20px; cursor: pointer; font-size: 16px; + margin-top: 10px; /* Reduced margin */ + width: 100%; } #signup-btn:hover { - background-color: #0d308f; + background-color: #103cbe; +} + +.left-box { + background: #103cbe; + border-radius: 20px; + padding: 20px; + display: flex; + flex-direction: column; + align-items: center; +} + +.bday{ + margin-top: -15px; + text-align: left; + margin-bottom: 20px; +} + +.small_line{ + font-size: 2.6vh; + margin-top: -15px; + text-align: left; + margin-bottom: 30px; +} + +.left-box img { + background: #fff; /* White background for the image */ + padding: 10px; + border-radius: 10px; } @@ -95,100 +112,98 @@ body { - User Signup Form - - - - - Full Name - - - Name field looks good! - - - Name should be at least 4 characters long! - - - - - Email Address - - Email field looks good! - Please enter a valid email address (e.g., user@example.com). - - - Password - - Password field looks good! - Password must be at least 8 characters long and include an uppercase letter, a lowercase letter, a digit, and a special symbol. - - - - Phone Number - - Mobile number looks good! - Mobile number should be exactly 10 digits long. - - - Address - - NGO location looks good! - Please enter a valid location (e.g., New York, NY). + + + + + Be Verified + Let's donate some food. - - - Birth Date - - - - - - Gender - - - - Male + + Sign Up + Let's Connect With Us! + + + + + + Name field looks good! + + + Name should be at least 4 characters long! + - - - Female + + + + Email field looks good! + Please enter a valid email address (e.g., user@example.com). - - - Prefer not to say + + + + Password field looks good! + Password must be at least 8 characters long and include an uppercase letter, a lowercase letter, a digit, and a special symbol. - + + + + Mobile number looks good! + Mobile number should be exactly 10 digits long. + + + + + NGO location looks good! + Please enter a valid location (e.g., New York, NY). + + + + + + * select birthday from calender + + + + + + Male + + + + Female + + + + Prefer not to say + + + + Submit + - - - Submit - - +
Be Verified