body {
    min-height: 100vh;
    margin: 0;
    display: flex;
    flex-direction: column;
    font-family: Lato, sans-serif;
}

p {
	text-align: justify;
}

h1 {
    color: rgb(255, 255, 255);
    padding-top: 30px;
    font-size: 1.55rem;
}

header {
    padding-top: 20px;
    padding-bottom: 20px;
    background: url(/assets/bar-shadow.jpg) center bottom;
}

.background {
    background-image: url(/assets/top-bg.jpg);
	background-position: bottom;
	height: 435px;
}

h2 {
    text-align: right;
    margin-top: 15px;
    color: rgb(255, 255, 255);
    font-size: 1.55rem;
}


form {
    display: flex;
    justify-content: flex-end;
    border: 5px solid #ffae00;
    padding: 5px;
    width: 100%;
    position: relative;
    text-align: right;
}

.input-container {
    width: 530px;
}

.header-input span.formError {
    position: absolute;
    top: -30px;
    right: -5px;
    color: red;
    text-transform: uppercase;
    font-size: 14px;
    padding-left: 5px;
}

.text {
	padding-top: 0;
	padding-bottom: 5px;
}

@media (max-width: 767px) {

    .p-2,
    .input-container {
        width: 100%;
        text-align: center;
    }

    h1,
    h2 {
        font-size: 1.4rem;
    }

    h2 {
        text-align: center;
    }
    
    .header-input span.formError {
    
	    top: -27px;
		right: 10px;
    	font-size: 11px;
    }
    
    .background {
    	
    	background-position: center;
		height: auto;
    
    }
    
    .text {
    	
    	padding: 15px;
    
    }
}

.header-input-text {
    width: calc(100% - 60px);
    padding-left: 10px;
    padding-right: 10px;
    /* max-width: 450px; */
    background: white;
    opacity: .8;
    border: none;
    font-weight: bold;
    letter-spacing: 2px;
    z-index: 1000;
    text-align: center;
    margin: 0px;
    padding: 0px;
    font-size: 20px !important;
    line-height: 30px;
    height: 50px;
}

.fa-search {
    background: #ffae00;
    border: none;
    padding: 10px 20px;
    font-family: "FontAwesome";
    font-size: 20px;
    cursor: pointer;
    opacity: 1;
    -webkit-appearance: button;
    -moz-appearance: button;
}

.input-message {
    text-align: right;
    color: rgb(255, 255, 255);
    font-size: 10px;
    /* font-style: italic; */
}

h3 {
    margin-top: 35px;
    font-size: 1.50rem;
}

.spacer {
    display: block;
    flex: 1 0 auto;
}

footer {
    color: rgb(255, 255, 255);
    text-align: center;
    padding: 15px;
    background-color: #123c68;
}

footer a, footer a:hover {
	
	color: #fff;
	text-decoration: none;
		
}

footer .col-sm-12 {
    margin: 0;
}



#logo {
    float: left;
    width: 200px;
    height: 60px;
}

.input-container h2 {
	margin-bottom: 25px;	
}


.join_wpn, .join_wpn a {
	text-align: center;
	font-size: 28px;
	font-weight: 700;
	margin-top: 5px;
	margin-bottom: 5px;
}