.title1 { width: 500px; height: 60px; background-color: white; color: #1b1c5e; font-size: 20px; padding-top: 5px; } .wrapper { position: relative; width: 500px; height: 360px; background-color: #e9ecef; margin: 30px auto; margin-top: 0px; } /* .main { margin: 0 auto; } */ .wrapper h2 { text-align: center; } .form-group1, .form-group2, .form-group3 { margin: 10px; padding-left: 40px; } .form-group3 { margin-top: 20px; } .form-group1 input, .form-group2 input { width: 400px; height: 40px; padding-left: 15px; border: 0; outline: none; } .form-group1 { margin-top: 40px; } .form-group3 .button { width: 400px; height: 40px; border: 0; padding-left: 15px; outline: none; background-color: #1b1c5e; color: white; border-radius: 6px; } .form-group3 .button:hover { background-color: gray; } .wrapper p { position: absolute; top: 330px; left: 140px; }