
form {
    font-size: 14px;
}
a {
    color: #022169;
}
a:hover, a:focus {
    color: #123890;
}
#people-1 input, #people-1 label {
    display: none!important;
}
div#fields {
    margin-top: 0px;
}
main {
    margin-top: 0px;
    margin-bottom: 0px;
}
.form-group {
    margin-bottom: 2px;
}
.custom-control.custom-checkbox.custom-control-inline {
    margin-bottom: 5px;
}
div#previewButton, div#confirmButton {
    margin-bottom: 0px;
}
.btn {
    margin: 5px;
    font-size: 14px;
}
.form-control {
    margin-bottom: 5px;
}
h2{
    font-size: 22px !important;
    line-height: 1.3 !important;
    font-weight: 400;
    text-align: center;
    color: #022169;
    margin-bottom: 0;
}
.title-p{
    font-size: 14px;
    text-align: center;
    margin-bottom: 0px;
}
.row-center{
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}
.captcha-lable{
    font-size: 14px;
    text-align: center;
    margin-bottom: 5px;
    font-weight: 400;
}
.special-guest-wrap{
	margin-bottom: 40px;
}
@media (max-width: 550px) {

}

