Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* contact form */
- #contact form { margin-bottom: 30px; }
- #contact label {
- font: 15px/24px 'opensans-bold', sans-serif;
- margin: 12px 0;
- color: #EBEEEE;
- display: inline-block;
- float: left;
- width: 26%;
- }
- #contact input,
- #contact textarea,
- #contact select {
- padding: 18px 20px;
- color: #eee;
- background: #373233;
- margin-bottom: 42px;
- border: 0;
- outline: none;
- font-size: 15px;
- line-height: 24px;
- width: 65%;
- }
- #contact input:focus,
- #contact textarea:focus,
- #contact select:focus {
- color: #fff;
- background-color: #11ABB0;
- }
- #contact button.submit {
- text-transform: uppercase;
- letter-spacing: 3px;
- color:#fff;
- background: #0D0D0D;
- border: none;
- cursor: pointer;
- height: auto;
- display: inline-block;
- border-radius: 3px;
- margin-left: 26%;
- }
- #contact button.submit:hover {
- color: #0D0D0D;
- background: #fff;
- }
- #contact span.required {
- color: #11ABB0;
- font-size: 13px;
- }
- #message-warning, #message-success {
- display: none;
- background: #0F0F0F;
- padding: 24px 24px;
- margin-bottom: 36px;
- width: 65%;
- margin-left: 26%;
- }
- #message-warning { color: #D72828; }
- #message-success { color: #11ABB0; }
- #message-warning i,
- #message-success i {
- margin-right: 10px;
- }
- #image-loader {
- display: none;
- position: relative;
- left: 18px;
- top: 17px;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement