1234567891011121314151617181920212223242526272829303132 |
- .main {
- position: relative;
- width: 100%;
- background-color: #ffffff;
- padding: 20px 0 0 0;
- }
- .one {
- margin: 0 20px;
- }
- .text {
- color: #999;
- margin: 0 0 30px 0;
- }
- .input {
- position: relative;
- border-bottom: solid 1px #ddd;
- }
- .button {
- position: relative;
- top: 350px;
- width: 300px !important;
- background-image: linear-gradient(to right, #6c51fb, #1262fe);
- border-radius: 30px;
- color: #ffffff;
- text-align: center;
- font-size: small;
- }
|