#myAccount {
	padding-bottom:1em;
}

#myAccount .btn {
	padding:.5em 1em .5em .6em;
	margin-bottom:.5em;
}

myAccountContainer {
	background-image: url("../images/intro.png");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100% 60em;
	color: white;
}

fieldset {
	background:rgba(255, 255, 255, .2);
	padding:10px;
}

fieldset:last-child {
}

legend{}
