File: /var/www/html/video-rental/wp-content/themes/video-rentals/css/contact.css
@import url("https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/*** all Mobile Screen (iphone 6,7,8) ***/
/*** mobile Landscape Size ***/
/*** medium devices (tablets, less than 992px) ***/
/*** iPad in landscape ***/
/**** smaller than desktop 1200 (devices and browsers) ***/
/*** laptop with MDPI (medium density per inch) resolution ***/
/*** laptop with HiDPI (High Dots Per Inch) resolution ***/
/*** WSXGA (Wide Super Extended Graphics Array) resolution ***/
/*** all Mobile Screen (iphone 6,7,8) ***/
/*** mobile Landscape Size ***/
/*** medium devices (tablets, less than 992px) ***/
/*** iPad in landscape ***/
/**** smaller than desktop 1200 (devices and browsers) ***/
/*** laptop with MDPI (medium density per inch) resolution ***/
/*** laptop with HiDPI (High Dots Per Inch) resolution ***/
/*** WSXGA (Wide Super Extended Graphics Array) resolution ***/
.contact-wrap {
padding: 100px 0 30px 0;
}
.contact-wrap .head-wrap {
padding-bottom: 55px;
}
.contact-wrap .form-wrap {
width: 815px;
margin: 0 auto;
}
.contact-wrap .form-wrap .input-wrap {
position: relative;
padding-bottom: 35px;
}
.contact-wrap .form-wrap .input-wrap .value {
font-size: 15px;
color: #fff;
font-weight: 500;
padding: 0 0 10px 0;
margin: 0;
display: block;
}
.contact-wrap .form-wrap .input-wrap .txt, .contact-wrap .form-wrap .input-wrap .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;
}
.contact-wrap .form-wrap .input-wrap .txt::placeholder, .contact-wrap .form-wrap .input-wrap .txtarea::placeholder {
opacity: 1;
color: #404046;
}
.contact-wrap .form-wrap .input-wrap .txtarea {
height: 225px;
resize: none;
}
.contact-wrap .form-wrap .input-wrap .error {
position: absolute;
color: #ff0000;
font-size: 12px;
line-height: 1.2;
}
.contact-wrap .form-wrap .btn-wrap {
padding: 0;
justify-content: end;
}
/*# sourceMappingURL=contact.css.map */