body {
	font-family: "Arial", "Helvetica","Lucida Sans", "sans-serif";
	font-size: 14pt;
	

*, *::before, *::after {
    box-sizing: border-box;
}

#form {
    width: 768px;
    background: lightgrey;
    line-height: 2;
}

input[type="text"],
input[type="password"],
textarea {
	font-size: 14pt;
	width: 100%;
    /*width: 760px !important;*/
    padding: 4px;
	
}