.section_common {
    position: relative;
    background: #fff;
    height: auto;
    overflow: hidden;
    display: block;
    padding: 60px 0;
}
.title_blue{
	color: #003366;
}
.title_2{
	font-size: 35px;
	font-weight: 400;
	font-family: 'PT Serif', serif;
	margin: 0 0 15px 0;
}
.subtitle_gold {
    color: #caa33e !important;
}
.subtitle {
    font-weight: 400;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}
.content_wrap_2{
	position: relative;
	height: auto;
	max-width: 850px;
	display: block;
	overflow: hidden;
	margin: 0 auto;
}

.section_gray {
    background: #f8f8f8;
}

.test{color:#fff;}

.reg_info_section {
    height: auto;
    overflow: hidden;
    position: relative;
    margin-bottom: 40px;
}

.reg_info_section h2 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 21px;
    color: #828180;
    margin: 0 0 15px 0;
}

.form_item_group {
    height: auto;
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
}

.frm_item {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 15px;
    float: left;
    width: 50%;
    padding-right: 15px;
}

.form-control {
    color: #c5c5c5;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    border: 1px solid #fff;
    background: #fff;
    padding: 15px 18px;
    height: auto;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

label {
    font-size: 14px;
    font-weight: 600;
    color: #828180;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 7px;
}
.label_dob {
    color: #c5c5c5;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    display: inline-block;
}

.frm_inline {
    display: inline-block;
    width: auto;
    padding: 15px 10px;
    margin-left: 5px;
}

.reg_info_section {
    height: auto;
    overflow: hidden;
    position: relative;
    margin-bottom: 40px;
}

.btn_signup {
    color: #f8f8f8;
    font-size: 13px;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #ca9f2f;
    padding: 4px;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    border: none;
    -webkit-transition: all 1200ms ease-in-out;
    -moz-transition: all 1200ms ease-in-out;
    -ms-transition: all 1200ms ease-in-out;
    -o-transition: all 1200ms ease-in-out;
    transition: all 1200ms ease-in-out;
}

.btn_signup span {
    border: 1px solid #f8f8f8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    padding: 6px 20px;
}

.btn_signup .fas {
    padding-left: 10px;
}

@media only screen and (max-width: 479px){
    .title_2 {
        font-size: 26px;
        margin: 0 0 12px 0;
        line-height: normal;
    }
    
    .subtitle {
    font-size: 13px;
    margin: 0 0 20px 0;
    }
    
    .frm_item {
    float: none;
    width: 100%;
    padding: 0;
    }
    .form-control {
    padding: 10px 18px;
    }
    
    .label_dob {
    display: block;
    padding: 0;
    font-size: 14px;
    font-weight: 600;
    color: #828180;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 7px;
    text-transform: capitalize;
    }
    
    .frm_inline {
    padding: 15px 12px;
    margin-left: 0;
    margin-right: 5px;
    }
    
    .form-control {
    padding: 10px 18px;
    }
}