
	div.block_content.user-block {
		
	}
	
	div.user-block div.div-center-container {
		max-width: 400px;
		margin: auto;
		border-bottom: 2px solid #ccc;
		margin-bottom:20px;
		display: flex;
		justify-content:center;
	}
	
	
	div.user-block div.content {
  		width:100%;  
	}
   
   div.user-block div.content h3.title {
	margin:0;padding:0;
   }
   
   div.user-block div.content hr {
   	margin-top:10px;margin-bottom:10px;
   }
   
   div.user-block div.content  div.button-wrapper {
   	display:flex;
   	justify-content:space-between;
   	margin-bottom:20px;
   }
   
   div.user-block div.content div.form-group {
   	margin-top:15px;
   	margin-bottom:0;
   }
   
   div.user-block div.form-group sup.required {
   	color:#f00;
   }
   
   div.user-block div.content div.form-group.error-frm-group {
   	margin-top:10px;
   }
   
   div.user-block div.content div.form-group.error-frm-group label {
   	text-align:center;color:#f00;width:100%;font-size:16px;
   }
   
   
   @supports (-moz-appearance:none) {
   
   	input#datedate {
   		padding-top:0;
   }
   }