.default_form_cont{
    max-width: 450px;
}
.default_form_cont_wrapper{
    padding-bottom: 25px;
}

.default_form_cont input:not(.__button){
    border: 0px;
    padding: 10px 15px;
    font-size: 16px;
  	font-family: "Source Sans Pro";
  	margin-bottom: 15px;
  	-webkit-box-shadow: inset 0 0px 0 #4a090b, 0 -1px 3px 0 rgba(0, 0, 0, .23);
	box-shadow: inset 0 0px 0 #4a090b, 0 -1px 3px 0 rgba(0, 0, 0, .23);
	width: 100%;
    color: #292728;
}

.default_form_cont textarea{
	border: 0px;
	background-color: #ffffff;
    padding: 10px 15px;
    font-size: 16px;
    font-family: "Source Sans Pro";
    height: 170px;
  	-webkit-box-shadow: inset 0 0px 0 #4a090b, 0 -1px 3px 0 rgba(0, 0, 0, .23);
	box-shadow: inset 0 0px 0 #4a090b, 0 -1px 3px 0 rgba(0, 0, 0, .23);
	width: 100%;      
	margin-bottom: 10px;
    color: #292728;
}

.default_form_cont_comment{
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1.4;
    padding-top: 10px;
    padding-bottom: 18px;
    font-family: "Source Sans Pro";
    font-weight: 400;

}
.default_form_cont .__button{
    border-top: 3px solid transparent;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    width: 100%;
    margin-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
}

.default_form_cont input[data-input-type="date"]{
    width: 50%;
}
.default_form_cont .calendar-icon{
    margin-top: 13px;
    margin-left: 12px;
}

@media screen and (max-width: 797px) {
    .default_form_cont textarea{
        height: 46px;
    }
    .default_form_cont_comment{
        font-size: 17px;
    }
}