body {
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #eee;
}

.form-signin {
	max-width: 330px;
	padding: 15px;
	margin: 0 auto;
}

.wideForm {
	max-width: 500px;
}

.formTable {
	width:100%;
}

.createAccountHeaderWrapperLeft {
	width:50%;
	float:left;
	margin-bottom:35px;
}

.createAccountHeaderWrapperRight {
	margin-left:70px;
	float:left;
	margin-bottom:35px;
}

.accountProcessHeaderText {
	text-size:18px;
	margin-left:5px;
}

.forgotPwHeaderWrapperLeft {
	width:35%;
	float:left;
	margin-bottom:35px;
}

.forgotPwHeaderWrapperRight {
	margin-left:30px;
	float:left;
	margin-bottom:35px;
}

.feedbackColumn {
	width:100px;
}

.feedbackText {
	margin-left:5px;
}

.tableFixedHeight {
	height:44px;
}

.form-signin .form-signin-heading, .form-signin .checkbox {
	margin-bottom: 10px;
}

.form-signin .checkbox {
	font-weight: normal;
}

.form-signin .form-control {
	position: relative;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	font-size: 16px;
}

.form-signin .form-control:focus {
	z-index: 2;
}

.form-signin input[type="email"] {
	margin-bottom: -1px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.form-logo {
    background-image: url(../img/rda.png) !important;
    height: 66px;
    margin: 0 auto;
    margin-bottom: 30px;
    background-repeat: no-repeat;
  	background-position: center;
  }