﻿.alert-free-estimate {
            margin-top: 2rem;
        } 

        .alert-free-estimate p {
            font-size: 2rem;
            line-height: 3rem;
        }

        .btn-submit {
            background: rgb(210, 23, 25);
            color: white;
            width: 100%;
            border-color: rgb(210, 7, 8);
            text-transform: uppercase;
        }

            .btn-submit:hover {
                color: white;
                background: rgb(39, 54, 106);
                border-color: rgb(33, 50, 98);
            }

        .panel-sign-up {
            width: 100%;
            min-height: 400px;
            margin: 0 auto;
        }

        .text-featured h1 {
            font-size: 5rem !important;
            color: white;
            text-shadow: 1px 2px #111111;
        }

        .form-free-estimate input {
            width: 100%;
            max-width: 100%;
        } 

        .input-left {
            float: left;
            width: 50% !important;
            border-bottom-right-radius: 0;
            border-top-right-radius: 0;
        }

        .input-right {
            float: left;
            width: 50% !important;
            border-bottom-left-radius: 0;
            border-top-left-radius: 0;
        }

        .widewrapper {
            width: 100%;
            background: url('http://i.imgur.com/c9u9nYo.jpg');
            background: url('/Content/static/images/Untitled design (6).png');
            background: url('/Content/static/images/splash-cropped-min.png');
            background-size: cover;
        }

            .widewrapper > img {
                width: 100%;
            }