.dc-search-form{
    max-width: 500px;
    margin: 0 auto;
}
.dc-search-t{
    padding: 80px 0;
    text-align: center;
}
.dc-search-btn{
	height: 48px;
	background-color: #0073bb;
	border-radius: 8px;
	border: solid 1px #0073bb;
    color: #fff;
    display: block;
    text-align: center;
    line-height: 48px;
    margin: 0 auto;
    font-size: 18px;
    margin-top: 30px;
}
.dc-search-btn:hover,.dc-search-btn:active,.dc-search-btn:focus{
    color: #fff;
}
.dc-form-input{
    width: 100%;
    border-radius: 8px;
	border: solid 1px #0073bb;
    height: 48px;
    text-align: center;
    margin-top: 30px;
}
.dc-search-top{
    margin-top: 100px;
}