Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- *, html {
- margin: 0;
- padding: 0;
- box-sizing: border-box;
- }
- html, body {
- font-family: sans-serif;
- background-color: #000000;
- }
- .header {
- position: relative;
- display: inline-block;
- height: 80px;
- width: 100%;
- background-color: #000000;
- }
- .header img {
- position: absolute;
- max-height: 90%;
- max-width: 100%;
- top: 50%;
- left: 50%;
- transform: translate(-50%, -50%);
- }
- .section {
- position: relative;
- display: inline-block;
- width: 100%;
- text-align: center;
- background-color: #000000;
- }
- .section .innercontainer {
- position: relative;
- display: inline-block;
- width: 100%;
- text-align: center;
- }
- .section .innercontainer .sectionheading {
- position: relative;
- display: inline-block;
- width: 100%;
- padding: 10px 0;
- }
- .section .innercontainer .sectionheading h1 {
- position: relative;
- display: inline-block;
- width: auto;
- color: #766122;
- font-size: 60px;
- font-family: sans-serif;
- font-weight: 100;
- vertical-align: top;
- margin: 0 5%;
- margin-top: 10px;
- border-bottom: 2px solid #766122;
- }
- .section .innercontainer .sectionheading.step1 .s1,
- .section .innercontainer .sectionheading.step2 .s2,
- .section .innercontainer .sectionheading.step3 .s3 {
- color: #f3bc15;
- border-bottom: 2px solid #f3bc15;
- }
- .section .innercontainer .sectionheading img {
- position: relative;
- display: inline-block;
- max-width: 50px;
- max-height: 200px;
- }
- .section .innercontainer .formholder {
- position: relative;
- display: inline-block;
- width: 100%;
- max-width: 700px;
- max-height: 727px;
- overflow: hidden;
- transition: max-height 1s ease;
- }
- .section .innercontainer .formholder.long {
- max-height: 3200px;
- }
- .section .innercontainer .formholder .slider {
- position: relative;
- display: inline-block;
- width: 4000px;
- }
- .section .innercontainer .formholder .slider .form {
- position: relative;
- display: inline-block;
- width: 100%;
- float: left;
- max-width: 700px;
- }
- .section .innercontainer .formholder .slider .form.form3 {
- margin-bottom: 50px;
- }
- .section .innercontainer .submit-area {
- position: relative;
- display: inline-block;
- margin-bottom: 100px;
- width: 100%;
- }
- .section .innercontainer .submit-area textarea {
- height: 200px;
- width: 50%;
- }
- .section .innercontainer .submit-area input {
- font-size: 30px;
- color: #ffffff;
- width: 50%;
- height: 200px;
- background-color: #f3bc15;
- cursor: pointer;
- }
- .section .innercontainer .formholder h1 {
- position: relative;
- display: inline-block;
- width: 100%;
- color: #f3bc15;
- font-size: 30px;
- font-family: sans-serif;
- font-weight: 100;
- margin: 50px 0px 30px 0;
- }
- .section .innercontainer .formholder .error-message {
- font-size: 12px;
- }
- .section .innercontainer .formholder .error-message.hidden {
- display: none;
- }
- .section .innercontainer input {
- position: relative;
- display: inline-block;
- font-size: 16px;
- font-family: sans-serif;
- font-weight: bold;
- color: #f3bc15;
- padding: 15px;
- border: 2px solid #f3bc15;
- box-sizing: border-box;
- margin: 10px 0px;
- background-color: transparent;
- transition: border 0.4s ease;
- }
- .section .innercontainer textarea {
- position: relative;
- display: inline-block;
- float: left;
- font-size: 16px;
- font-family: sans-serif;
- font-weight: bold;
- color: #f3bc15;
- padding: 10px;
- border: 2px solid #f3bc15;
- resize: none;
- height: 200px;
- width: 100%;
- margin: 10px 0px;
- box-sizing: border-box;
- background-color: transparent;
- transition: border 0.4s ease;
- }
- .section .innercontainer .inname { float: left; width: 49%; }
- .section .innercontainer .incompany { float: right; width: 49%; }
- .section .innercontainer .inemail { float: left; width: 100%; }
- .section .innercontainer .inpostcode { float: left; width: 49%; margin-bottom: 50px; }
- .section .innercontainer .innumber { float: right; width: 49%; margin-bottom: 50px; }
- .section .innercontainer .inpoints { float: left; width: 100%; text-align: center; font-size: 76px; padding: 15px 0; }
- ::-webkit-input-placeholder { color: #f3bc15; }
- :-ms-input-placeholder { color: #f3bc15; }
- ::-moz-placeholder { color: #f3bc15; opacity: 1; }
- :-moz-placeholder { color: #f3bc15; opacity: 1; }
- input:focus,
- input:valid,
- textarea:focus,
- textarea:valid {
- box-shadow: none;
- outline: none;
- background-position: 0 0;
- }
- .section .innercontainer input:active,
- .section .innercontainer input:focus,
- .section .innercontainer textarea:active,
- .section .innercontainer textarea:focus {
- border: 2px solid #ffffff;
- }
- .reward {
- position: relative;
- display: inline-block;
- margin-bottom: 20px;
- width: 100%;
- }
- .reward h3 {
- position: relative;
- display: inline-block;
- height: 50px;
- text-align: center;
- box-sizing: border-box;
- float: left;
- font-family: sans-serif;
- font-weight: 100;
- }
- .reward.hide {
- display: none;
- }
- .reward .points {
- width: 20%;
- font-size: 15px;
- color: #ffffff;
- padding: 10px 0;
- border-left: 2px solid #ffffff;
- border-top: 2px solid #ffffff;
- border-bottom: 2px solid #ffffff;
- }
- .reward .description {
- width: 60%;
- font-size: 15px;
- color: #ffffff;
- padding: 10px 0;
- border-left: 2px solid #ffffff;
- border-top: 2px solid #ffffff;
- border-bottom: 2px solid #ffffff;
- }
- .section .innercontainer .reward input {
- position: relative;
- display: inline-block;
- font-size: 15px;
- font-family: sans-serif;
- font-weight: bold;
- text-align: center;
- color: #f3bc15;
- height: 50px;
- border: 2px solid #f3bc15;
- box-sizing: border-box;
- margin: 0;
- padding: 10px 0;
- background-color: transparent;
- transition: border 0.4s ease;
- width: 20%;
- float: left;
- }
- .buttoncontainer {
- position: absolute;
- display: inline-block;
- width: 100%;
- max-width: 700px;
- bottom: 0;
- left: 50%;
- transform: translateX(-50%);
- }
- .buttoncontainer .btn {
- position: relative;
- display: inline-block;
- font-family: sans-serif;
- font-weight: bold;
- font-size: 14px;
- padding: 10px 20px;
- background-color: #f3bc15;
- color: #000000;
- cursor: pointer;
- }
- .btn.next { float: right; }
- .btn.previous { float: left; }
- .btn.hidden { visibility: hidden; }
- .footer {
- position: relative;
- display: inline-block;
- padding: 50px 0px 20px 0px;
- width: 100%;
- text-align: center;
- background-color: #000000;
- }
- .footer .middlelink,
- .footer .bottomcont {
- position: relative;
- display: inline-block;
- width: 100%;
- max-width: 1360px;
- }
- .footer .middlelink h1 {
- position: relative;
- display: inline-block;
- width: 100%;
- text-align: center;
- color: #f3bc15;
- font-weight: 100;
- font-family: sans-serif;
- font-size: 16px;
- margin-bottom: 10px;
- }
- .footer .links h1 {
- position: relative;
- display: inline-block;
- width: 100%;
- text-align: left;
- color: #f3bc15;
- font-weight: 100;
- font-family: sans-serif;
- font-size: 14px;
- line-height: 25px;
- }
- .footer .links {
- width: 66.66666666%;
- float: left;
- }
- .footer .logo {
- width: 33.33333333%;
- float: left;
- }
- .footer .logo img {
- position: absolute;
- display: inline-block;
- max-height: 100%;
- max-width: 100%;
- top:0;
- right: 0;
- }
- /* ----------------------------------------------------*/
- /* Code That Doesnt Change Between Mobile Resolution */
- /* ----------------------------------------------------*/
- @media only screen and (min-width : 0px) and (max-width : 992px) {
- }
- /* ----------------------------------------------------*/
- /* Custom, iPhone Retina */
- /* ----------------------------------------------------*/
- @media only screen and (max-width : 320px) {
- }
- /* ----------------------------------------------------*/
- /* Extra Small Devices, Phones */
- /* ----------------------------------------------------*/
- @media only screen and (min-width : 320px) and (max-width : 480px) {
- .section .innercontainer .sectionheading h1 { font-size: 7vw; }
- .section .innercontainer .sectionheading img { display: none; }
- .section .innercontainer .formholder { width: 90%; }
- .reward { margin: 0px 0 20px 0; width: 100%; }
- }
- /* ----------------------------------------------------*/
- /* Small Devices, Tablets */
- /* ----------------------------------------------------*/
- @media only screen and (min-width : 480px) and (max-width : 768px) {
- .section .innercontainer .sectionheading h1 { font-size: 7vw; }
- .section .innercontainer .sectionheading img { display: none; }
- .section .innercontainer .formholder { width: 90%; }
- .reward { margin: 0px 0 20px 0; width: 100%; }
- }
- /* ----------------------------------------------------*/
- /* Medium Devices, Desktops */
- /* ----------------------------------------------------*/
- @media only screen and (min-width : 768px) and (max-width : 992px) {
- .section .innercontainer .sectionheading h1 { margin: 0; }
- }
- /* ----------------------------------------------------*/
- /* Large Devices, Wide Screens */
- /* ----------------------------------------------------*/
- @media only screen and (min-width : 992px) and (max-width : 1200px) {
- }
Advertisement
Add Comment
Please, Sign In to add comment