.accountEditForm , .accountEditForm div {

box-sizing: border-box;
}

.accountEditForm {
	width: 500px;
	max-width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;

	margin:0 auto;

}

.accountEditForm .settingsColumn {

	background-color: ;
	width: 50%;
	padding:10px;
}

.accountEditForm .fieldName {
	display: block;
	margin-top:16px;
	margin-bottom: 6px;
}

.accountEditForm input {
	padding: 15px;
	width: 100%;
	border-radius: 6px;
	box-sizing: border-box;
    border: 1px solid #006d9e;
    background: white;
    color: #000000;
    -webkit-appearance: none;
}

.accountEditFormWrapper .submitButton {
	padding: 15px;
    background: #006d9e;
    color: white;
    font-size: 1.1em;
    margin-top: 20px;
    margin-left: 8%;
    margin-right: 8%;
    border-radius: 3px;
    border: 0px;
    width: 80px;
    float: right;
}
