html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

body {
    display: block;
    font-family: "Open Sans",sans-serif;
    background: rgb(250, 250, 250) none repeat scroll 0% 0%;
    height: auto;
    line-height: 1.5625;
    padding: 0;
    margin: 0;
}
.text{
    color: black; 
    font-size: 20px; 
    font-weight: bold;
}

.block1 {
    position: relative;
    height: auto;
    margin: 0px 0px 20px;
    background: #cbdecb none repeat scroll 0% 0%;
    border: 5px dashed black;
    padding: 20px 18px;
    margin-bottom: 5px;
    font-family: Arial,Helvetica,sans-serif;
    border: 5px dashed red;
}
.input {
    display: block;
    margin:15px auto;
    text-align: left;
    width: 100%;
    font-size: 16px;
    padding:10px 5px;
    border:2px solid #debfb5;
    border-radius:20px;
    outline:none;
    background: #f1e8e5;
}
.submitc {
    text-align: center;
    border-radius:20px;
    color:#ece3e3;
    background: #FF5722;
    font-size: 20px;
    border:3px solid #debfb5;
    cursor: pointer;
}