.user-n{
    display: inline;
}
.user-dt{
max-width: 600px;
margin: 0 auto;
float: none;
text-align: center;
}
.modal-header{
    border-bottom: none;
}
.btnsamecont:focus{
    color: #fff;
}
.header-region{
background-image: url("../img/banner-bg.jpg");
position: relative;
width: 100%;
background-size: 100% 100%;
background-repeat: no-repeat;
color: #fff;
padding-top: 30px;
}

.header-region:before{
position: absolute;
content: "";
background-color: rgba(0, 0, 0, 0.9);
width: 100%;
height: 100%;
top: 0;
left: 0;
}

blockquote{
    border: none;
    margin-bottom: 7px;
}

.thank-page {
background: #BFE2F0;
padding: 75px 10px;
}

.thank-page h1{
color: #000;
margin: 15px 0;
font-weight: 600;
}


.btnsamecont{
	margin-top: 15px;
}

.header-region h1{
	margin-bottom: 20px;
}

