Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- .td-momentum-form {
- display: flex;
- flex-direction: row;
- flex-wrap: nowrap;
- justify-content: center;
- align-items: flex-start;
- margin-left: -30px;
- margin-right: -30px;
- }
- .td-momentum-form-left,
- .td-momentum-form-right {
- width: 50%;
- padding: 0 30px;
- }
- @media (min-width: 768px) and (max-width: 1018px) {
- .td-momentum-form-left,
- .td-momentum-form-right {
- padding: 0 15px;
- }
- .td-momentum-form {
- margin-left: -15px;
- margin-right: -15px;
- }
- .td-request-form textarea {
- height: 168px !important;
- min-height: 168px !important;
- }
- }
- @media (max-width: 767px) {
- .td-momentum-form {
- flex-direction: column;
- justify-content: flex-start;
- align-items: center;
- }
- .td-momentum-form-left,
- .td-momentum-form-right {
- width: 100%;
- padding: 0 10px;
- }
- .td-momentum-form {
- margin-left: 0px;
- margin-right: 0px;
- }
- }
- .td-request-form select {
- font-size: 16px;
- font-weight: 500;
- margin-top: 12px;
- padding: 15px;
- width: 100%;
- border: 2px solid #ddd;
- border-radius: 8px;
- }
- .td-request-form textarea {
- font-size: 16px;
- font-weight: 500;
- margin-top: 12px;
- height: 176px;
- min-height: 176px;
- padding: 13px 15px;
- border: 2px solid #ddd;
- border-radius: 8px;
- }
- .td-request-form input[type=text],
- .td-request-form input[type=url],
- .td-request-form input[type=tel],
- .td-request-form input[type=email] {
- margin-top: 12px;
- font-size: 16px;
- font-weight: 500;
- height: 54px;
- padding: 0 15px;
- border: 2px solid #ddd;
- border-radius: 8px;
- }
- .td-request-form span.your-consent {
- display: block;
- text-align: center;
- font-size: 14px;
- }
- .td-request-form span input[type=checkbox] {
- margin-right: 10px;
- position: relative;
- top: 1px;
- }
- .td-request-form input[type=submit] {
- margin-left: auto;
- margin-right: auto;
- display: block;
- background-color: var(--mm-custom-color-2);
- color: #fff;
- transition: all 0.3s ease;
- padding: 18px 36px;
- font-size: 14px;
- border-radius: 8px;
- font-family: "Red Hat Display", "Open Sans", sans-serif;
- font-weight: 700;
- text-transform: uppercase;
- }
- .td-request-form input[type=submit]:hover,
- .td-request-form input[type=submit]:focus,
- .td-request-form input[type=submit]:active {
- background-color: var(--mm-custom-color-4);
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement