@-ms-viewport{width:device-width}
@viewport{width:device-width}



@charset "UTF-8";



body {background-color: #fdfdfe;}

#content_w {width: 100%; height: 100%; }
#cont_form {width: 400px; margin: 5% auto;padding: 1.5%; padding-bottom: 0;height: 880px;font-family: 'Source Serif 4', serif;background: #e5e5e5;}


#cont_form h1 {color:#cc363d; font-size: 2em; margin-bottom: 5px;line-height: 1; }
#cont_form p {font-size: 1.45em; margin: 0 0 30px 0;}

#cont_form input::placeholder {font-size: 16px;}
#cont_form span {font-family: 'Roboto', sans-serif; font-weight: 400;}


@media only screen and (max-width: 768px) {
#cont_form h1 {font-size: 1.4em; }
#cont_form p {font-size: 1.35em;margin: 0 0 20px 0; }
#cont_form { width: 93% !important; margin:2% auto !important;padding:5% !important; background-position: center; height: 800px !important;}
#cont_form h1 { line-height: 1;}
#cont_form input[type="text"], #cont_form input[type="email"]  {width: 95% !important;}

}
