html, body {
    height: 100%;
	min-height: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    background-color: #f1f1f1;
    justify-content: center;
	overflow-x: hidden;
}

.content {
    margin: auto;
	height: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
	flex-direction: column;
}

.form-section {
    margin-top: 5%;
    margin-left: auto;
    margin-right: auto;
    text-align: center !important;
}

.form-section input[type="text"] {
    width: 65%;
}

.form-section input[type="text"],
.form-section input[type="submit"] {
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

select {
    height: 40px;
}

.form-section input[type="submit"] {
    margin-top: 5px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 1px;
    cursor: pointer;
    min-width: 5em;
}

h1 {
    position: relative;
    padding: 0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 40px;
    color: #080808;
    text-align: center;
}

h1 span {
    display: block;
    font-size: 0.5em;
    line-height: 1.3;
}

h1 em {
    font-style: normal;
    font-weight: 600;
}

.two h1 {
    text-transform: capitalize;
	padding-top: 1%;
    padding-bottom: 1%;
}

.two h1:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    content: "";
    width: 100%;
    background-color: #c0c0c0;
}

.two h1 span {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 4px;
    line-height: 3em;
    padding-left: 0.25em;
    color: rgba(0, 0, 0, 0.4);
    padding-bottom: 10px;
}

.alt-two h1 {
    text-align: center;
}

.alt-two h1:before {
    left: 50%;
    margin-left: -30px;
}

footer {
    background-color: #f9f9f9;
    padding-top: 1%;
    padding-bottom: 1%;
	position: absolute;
    margin: auto;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #ccc;
    box-shadow: 0px 0px 1px #888;
    text-align: center;
}

.footer-text {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: DimGray;
    text-align: center;
    margin: 0;
    padding: 0;
}

* {margin:0;}
html, body {height: 100%;}
#wrapper {min-height:100%;margin-bottom:-75px;}
#push, #footer {height:75px;}
