.wa-login-cont {
	margin-right: 15px;
	position: relative;
}

.wa-login-cont.dotted-link {
	border-bottom: 1px dotted gray;
}

.wa-login-cont.dotted-link:hover {
	border-bottom: 1px dotted white;
}

.wa-login-cont.dotted-link .wa-login-icon {
	height: 16px;
	width: 16px;
	margin: 1px;
}

.wa-login-btn {
	color: white;
}

.wa-auth-popup {
	border: none !important;
	left: auto !important;
	right: 10px !important;
}

.wa-login-form-cont {

}

.wa-auth-form {
	padding: 8px;
	border: 1px solid lightgray;
	box-shadow: 0px 0px 5px #a7a3a7;
	margin-top: 15px;
	background-color: #E0E9F9;
}

.wa-auth-form.logged-in {

}

.wa-auth-form input {
	width: 10.5em;
	height: 1.5em;
}

.wa-auth-form .auth-input {

}

.wa-auth-form .auth-input-info {
	font-size: 10px;
	text-align: right;
	padding: 2px 0;
	height: 10px;
	line-height: 10px;
}

.wa-auth-form .login-btn {
	text-align: right;
}

.wa-auth-form .login-btn button {
	height: 2em;
	width: 100%;
}

.wa-auth-form .logout-btn {
	margin-top: 15px;
}

.wa-auth-form .logout-btn button {
	height: 2em;
	width: 100%;
}


.wa-auth-form .login-recover, .wa-auth-form .login-demo {
	font-size: 12px;
	text-align: right;
}

.auth-btn {
	cursor: pointer;
	color: #454ca9;
}

.auth-btn:hover {
	text-decoration: underline;
	color: #4F95FF;
}

.wa-auth-form .login-recover {
	margin-top: 5px;
}

.wa-auth-form hr {
	margin-top: 15px;
	margin-bottom: 5px;
	border: 0;
	border-bottom: 1px dotted #ccc;
	background: #999;
	width: 100%;
}

.wa-auth-form.logged-in .name-label {
	white-space: nowrap;
	color: rgb(75, 75, 75);
	font-size: 16px;
}

.wa-auth-form.logged-in .org-label {
	color: gray;
	font-size: 12px;
	margin-top: 3px;
}

.wa-auth-form .expiry-label {
	margin-top: 10px;
	font-size: 12px;
	color: rgb(75, 75, 75);
	white-space: nowrap;
}

.wa-auth-form .account-link-cont {
	margin-top: 5px;
}

.wa-auth-form .account-link-cont a {
	text-decoration: none;
}

.send-pass-help-cont {
	width: 30.0em;
	font-size: 12px;
	color: rgb(75, 75, 75);
	padding: 5px;
}

.send-pass-recovery-cont {
	white-space: nowrap;
	padding: 5px;
	margin-top: 5px;
}

.send-pass-recovery-cont span {
	vertical-align: middle;
	margin-right: 5px;
	color: rgb(75, 75, 75);
}

.send-pass-recovery-cont input {
	vertical-align: middle;
	width: 20em;
	font-size: 16px;
}

.send-pass-recovery-cont .input-first-display {
	background-color: transparent !important;
}

.send-pass-error-cont {
	text-align: right;
	font-size: 12px;
	color: #a94442;
	padding-right: 5px;
	height: 15px;
}

.send-pass-info .Wt-msgbox-text {
	font-size: 14px;
	color: rgb(75, 75, 75);
}

.account-info-table {
	color: rgb(75, 75, 75);
	font-size: 14px;
	margin-bottom: 20px;
}

.account-info-table td {
	padding: 5px
}

.account-info-table td:first-child {
	width: 12em;
	padding-left: 0;
}

.account-search-tab .account-info-table td:first-child {
	width: auto;
}

.account-change-cont {
	margin-top: 10px;
	font-size: 14px;
}

.user-info-form .btn-cont {
	width: 22em;
	text-align: center;
	margin-top: 25px;
}

.user-info-form .btn-cont button {
	height: 2em
}

.user-info-form .btn-cont button:first-child {
	margin-right: 5px
}

.user-settings-sublabel {
	margin-bottom: 5px;
}

.user-filter-buttons button {
	height: 2em;
}

.user-filter-buttons button:first-child {
	margin-right: 5px;
}

.page-login {
	height: 100%;
}

.page-login-main-wrap {
	min-height: 100%;
	margin-bottom: -30px;
	position: relative;
}

.page-login-main-wrap:after {
	height: 30px;
	content: "";
	display: block;
}

.page-login-bottom {
	height: 30px;
	text-align: center;
}

.page-login-bottom > * {
	vertical-align: middle;
}

.page-login .wa-auth-form {
	background-color: #f7f7f7;
	padding: 20px 25px 30px;
	width: 304px;
	border-radius: 2px;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	margin: 10px auto 35px auto;
}

.page-login .wa-auth-form .auth-input {
	text-align: center;
}

.page-login .wa-auth-form input {
	width: 100%;
	height: 3em;
	box-sizing: border-box;
}

.page-login .wa-auth-form .login-btn {
	text-align: center;
	margin-bottom: 10px;
}

.page-login .wa-auth-form .login-btn button {
  height: 2.5em;
  width: 100%;
}

.page-login .wa-auth-form .login-recover {
	margin-top: 0;
	float: right;
	display: inline;
}

.page-login .wa-auth-form .login-demo {
	float: left;
	display: inline;
}

.page-login .wa-auth-form .auth-logo {
	text-align: center;
	margin-bottom: 15px;
}

.page-login .wa-auth-form .auth-logo > div {
	height: 60px;
	background-color: #454ca9;
	display: inline-block;
	padding: 0 20px;
}

.page-login .wa-auth-form .auth-logo > div > span {
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}

.page-login .wa-auth-form .auth-logo > div > img {
	height: 30px;
	display: inline-block;
	vertical-align: middle;
}

.page-login-login-wrap {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 30px;
	text-align: center;
}

.page-login-vert-helper {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.page-login-form-cont {
	display: inline-block;
	vertical-align: middle;
}

.page-login-message {
	text-align: center;
	margin-top: 10px;
	font-size: 16px;
	color: #333;
	line-height: 20px;
}

.page-login-message.warning {
	color: #c7254e;
}

.feedback-form-body {

}

.feedback-form {
	margin-top: 20px;
}

.feedback-form-item {
	margin: 5px 0;
}

.feedback-form-label {
	text-align: right;
	display: inline-block;
	/*vertical-align: top;*/
	/*padding-top: 2px;*/
	width: 12em;
	margin: 0 1em 0 0;
	color: #777;
	font-size: 14px;
	height: 2em;
}

input.feedback-form-input {
	height: 2em;
}

.feedback-form-input {
	font-size: 14px;
	width: 20em;
}

.feedback-form-desc {
	color: rgb(75, 75, 75);
	padding: 5px;
	width: 30em;
	line-height: 20px;
}

.feedback-form textarea {
	resize: none;
	height: 10em;
	font-family: Arial;
}

.feedback-form-item:last-child .feedback-form-label  {
	vertical-align: top;
	padding-top: 5px;
}

.wa-radio-selector {

}

.wa-radio-selector > label {
	margin-right: 10px;
}

.wa-radio-selector > label:last-child {
	margin-right: 0;
}

.wa-radio-selector > label > * {
	vertical-align: middle;
}

textarea.invite-input {
	resize: none;
}
