.label {
  text-align: right;
  display: inline-block;
  margin-right: 2px;
  width: 85px;
  font-size: 13px; }

.error {
  border-style: solid;
  border-width: 1px;
  border-color: #E53935;
  background: #f0d8ca; }

.success {
  border-style: solid;
  border-width: 1px;
  border-color: #5bbd0b;
  background-color: #f7fff2; }

.errorAccount {
  color: #ff6751;
  font-size: 11px; }

.errorArea {
  border: -1px;
  border-color: #E53935;
  background: #f0d8ca; }

.successArea {
  border-color: #5bbd0b;
  background-color: #f7fff2; }

.labelerror {
  position: static;
  width: 261px;
  font-size: 11px;
  top: 73px;
  left: 17px;
  margin: 0;
  text-align: left;
  max-width: 95%; }

.labelerrorcenter {
  position: static;
  width: 261px;
  font-size: 11px;
  top: 73px;
  left: 17px;
  margin: 0;
  text-align: center; }

