div.phx-auth-message {
	border-left: 4px solid;
    padding: 12px;
    margin-left: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 1px 0 rgba( 0, 0, 0, .1 );
    box-shadow: 0 1px 1px 0 rgba( 0, 0, 0, .1 );
}

div.phx-auth-message.error {
	border-left-color: #dc3232;
}

div.phx-auth-message.success {
	border-left-color: #46b450;
}

div.phx-auth-login-form-widget * {
	font-size: 10px;
}

div.phx-auth-login-form-widget.inline input {
	max-width: 33%;
}

input.error {
  border-color: red !important;
}

table#tbl-customer-statements span.customer-statements-datestamp {
    font-size: smaller;
}