@charset "utf-8";
/* CSS Document */
/* rules below this line have been documented in higgsy-rules.docx */

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	margin-right: 10px;
	float:right;
/*	border-top-width: 1;
	border-right-width: 1;
	border-bottom-width: 1;
	border-left-width: 1;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
*/	padding: 0px;
}




.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 15px;
	margin-left: 15px;
	padding: 0px;

}

.pad_left_text {
	/* [disabled]padding-left: 90px; */
}

.container .content form p .mine {
	margin-left: 250px;
}

.responsive {
	max-width: 100%;
	height: auto;
}


.login_para_text {
	padding-top: 30.2px;
	padding-right: 20px;
	padding-left: 100px;
	/* [disabled]padding-bottom: 20px; */
}

.my_submit_button {
	margin-top: 50px;
	margin-left: 50px;
}

.float_stan {
	float: left;
	padding: 10px;
}

.resp_image {
	width: 100%;
	max-width: 100%;
}

.position_thankyou_text {
	margin-left: 16em;
}
