h1 {
	font-size: 20px;
    color: #1f6c6d;
}

h2 {
    color: #FF0000;
}

h3{	
	font-size: 14px;
    color: #3472B6;
    text-align:center;
}

h4{	
	font-size: 14px;
    color: #820204;
    text-align:center;
}
h5{	
	font-size: 8px;
    color: #3472B6;
    text-align:center;
}


footer {
    margin-top: 20px;
}

.header {
    height: 100px;
    background-size: 100% 100%;
    background: #034f67 url(../img/header.gif) no-repeat center;
}

.form-title {
    font-family: Poppins-Bold;
    font-size: 12px;
    color: #333333;
    line-height: 1.2;
    text-align: center;
    width: 100%;
    display: block;
    padding-bottom: 20px;
}

.required {
    color: red;
}

.label {
    font-size: medium;
}
.error-message {
    color: #a94442;
}

.error-message:first-letter {
    text-transform: capitalize;
}
