#masthead {
    position: relative;
    background: no-repeat center center;
    background-color: #6c757d;
    background-image: url('/assets/img/phone.jpg');
    background-size: cover;
    background-attachment: scroll;
    padding-top: 10rem;
    padding-bottom: 10rem;
    color: #fff;
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

#masthead:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #212529;
    opacity: 0.5;
}

#prevBtn {
  display: none;
}

#masthead h1 {
    font-size: 3rem;
    margin-top: 0;
    margin-bottom: 0.3rem;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    display: block;
}

#masthead .subheading {
    font-size: 1.5rem;
    margin-top: 0.3rem;
    font-weight: 300;
    line-height: 1.1;
    text-align: center;
    display: block;
}

@media (min-width: 992px) {
    #masthead h1 {
	font-size: 5rem;
	margin-bottom: 0.5rem;
    }
}


.prospectform {
    border-color:  #dfdfdf;
    border-width:  1px;
    border-radius: 10px;
    border-style:  solid;
    margin-top:    15px;
    padding:       10px 20px 10px;
}

.form-control {
    border-radius: 10px;
    padding:       6px;
}

.tab input:focus{
  border:1px solid #6a1b9a !important;
  outline: none;
}

input.invalid {
    border:1px solid #e03a0666;
}

textarea.invalid {
    border:1px solid #e03a0666;
}

.tab {
    display: none
}
