body {
	font-family: Roboto,Helvetica,Arial,sans-serif;
	font-size: 1.8rem;
    line-height: 1.6;	
}

.form-control {
    border: 1px solid #555;
    border-radius: 0;
}

h3 {
	font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.166;
}

label {
	cursor: pointer;
    display: block;
    margin-bottom: .25em;
    font-weight:400;
}

.checkbox {
	position: relative;
}
