.form-row { display: flex; align-items: center; padding: 0 20px; height: 44px; align-items: center; margin-bottom: 20px; } .form-row-label { width: 50px; font-size: 16px; font-weight: 400; color: #666666; line-height: 22px; margin-right: 10px; } .form-row-content { flex: 1; font-size: 16px; background: #f4f4f4; border-radius: 6px; line-height: 50px; } input { height: 50px; line-height: 50px; padding-left: 20px; } .mt20{ margin-top: 20px; } .fullBtn{ width: 260px; height: 50px; opacity: 1; background-color: #ff4400; border-radius: 25px; font-size: 18px; font-weight: 601; color: #ffffff; line-height: 50px; } .fullBtn:active,.fullBtn:focus{ background-color:#ff6933; } .mt80{ margin-top: 80px; }