@charset "utf-8";
/* CSS Document */

	
	
	.FormTitle {
		text-align: center;
	}
	
	.profileFormContainer {
		width: 100%;
		margin: 40px auto 60px auto;
		background-color: #169ed9;
		border: 1px solid black;
		font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	}
	
	.fieldContainer {
		width: 80%;
		text-align: left;
		margin-right: auto;
		margin-left: auto;
	}
	
	input[type="text"], input[type="email"], input[type="password"], input[type="tel"] {
		margin: 20px auto 0 auto;
		height: 30px;
		width: 100%;
		padding: 0;
		padding-left: 8px;
		font-size: 20px;
	}
	
	.requiredRedBorder {
		border-color: red;
	}
	
	.asteriskMarker {
		position: relative;
		top: 10px;
		font-size: 26px;
		color: red;
	}
	
	label {
		font-size: 16px;
	}
	
	.buttonsContainer {
		text-align: center;
		margin-bottom: 30px;
	}
	
	input[type="submit"] {
		display: block;
		font-size: 16px;
		margin: 20px auto 30px auto;
		height: 40px;
		
	}
	
	#btnCreateProfile, #btnUpdateInfo {
		width: 180px;
	}
	
	#btnChangePassword, #btnAddProfilePic, #btnDeleteProfilePic {
		width: 230px;
	}
	
	input[type="file"] {
		margin-top: 20px;
		padding: 0px;
		font-size: 20px;
		width: 260px;
	}
	
	.successMessageOutput {
		font: 30px "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif; 
		color: orange;
	}
	
	
	
	

	
	
	
	
	
	
	
	
	
	
	
	
	
	