HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: /var/www/html/video-rental/wp-content/themes/video-rentals/scss/contact.scss
@import "partials";
.contact-wrap{ padding: 100px 0 30px 0;
    .head-wrap{padding-bottom: 55px;}
    .form-wrap{width: 815px; margin: 0 auto;
        .input-wrap{ position: relative; padding-bottom: 35px;
            .value{ font-size: 15px; color:#fff; font-weight: 500; padding: 0 0 10px 0; margin: 0; display: block;}
            .txt,.txtarea{ height: 55px; width: 100%; display: block; border: 1px solid #373737; border-radius: 30px; background: #000; outline: 0; box-shadow: none; color: #fff; font-size: 14px; font-weight: 500; padding: 10px 20px;
                &::placeholder{opacity: 1; color: #404046; }
            }
            .txtarea{height: 225px; resize: none;}
            .error{position: absolute; color: #ff0000; font-size: 12px; line-height: 1.2;}
        }
        .btn-wrap{padding: 0; justify-content: end;}
    }
}