.b2c-error {
	position: relative;
    color: red;
	
}
#assent + .b2c-error {
	
    top: 0px;
    
}
#MyForm {
	    margin-top: 10px;
}
#MyForm h2 {
	margin-bottom: 5px;
	margin-top: 5px;
}
#assent {
	min-width: 10px;
}
#assent, #assent + label {
	display: inline;
}

.chytry-kalendar input[type=checkbox] {
	width: 20px;
	height: 20px;
	margin-right: 10px;
	position: relative;
	top: 3px;
  }

  .chytry-kalendar .form-control.is-invalid {
	background-image: none;
  }