<div className="d-flex flex-wrap align-items-center justify-content-center inner-container">
<div className="col-md-6 " >
<img src="....." className="img-fluid"/>
</div>
<div className="col-md-6 right-container">
<div>
<h1 className="text-45 mb-0 text-denim">Website Under Construction</h1>
<p className="text-lg mt-3 mb-0">We are working on Awesome Website very hard to give you the best experience with this product.
Please subscribe to be notified for futher inforamtion.</p>
<Form inline className="mt-3 position-relative w-75">
<FormControl type="text" className="w-100" />
<Button className="position-absolute font-semibold text-lg gradient-button border-0">Sign up</Button>
</Form>
<div className="m-t-40 d-flex count-down">
<div className="d-flex flex-column align-items-center m-r-44">
<span className="text-50 font-bold">20</span>
<span className="text-20">Days</span>
</div>
...........................
..........................
........................
</div>
</div>
</div>
</div>