﻿.message-error {
  color: #721c24;
  background-color: rgb(247.8028169014, 225.6971830986, 227.7535211268);
  border-color: rgb(232.7183098592, 164.2816901408, 170.6478873239);
  position: relative;
  padding: 0.75rem 1.25rem;
  border-width: 1px;
  border-style: solid;
  border-radius: 10px;
}
.message-error ul, .message-error ol {
  margin-bottom: 0;
}
.message-error ul li, .message-error ol li {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  list-style: circle;
}

.field-validation-error {
  color: #721c24;
  font-size: 0.9em;
  display: block;
  margin: 0 10px 15px;
}

.width-49 {
  width: 49%;
}

.one-time-code {
  font-size: 3rem;
  text-align: center;
  letter-spacing: 10px;
  text-transform: uppercase;
}
.one-time-code::placeholder {
  color: #eee;
}

.bar-notification-container .success {
  margin: 0;
}

.bar-notification-container .warning {
  margin: 0;
}

.bar-notification-container .error {
  margin: 0;
}

/*********** NOTIFICATIONS & POPUPS  ***********/
.bar-notification-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  line-height: 16px;
  color: #fff;
  opacity: 0.95;
}

.bar-notification.success {
  background-color: #4bb07a;
}

.bar-notification.error {
  background-color: #e4444c;
}

.bar-notification.warning {
  background-color: #f39c12;
}

.bar-notification {
  position: relative;
  display: none;
  padding: 15px 25px 15px 10px;
}

.bar-notification .content {
  margin: 0 10px 0 0;
}

.bar-notification .content a {
  color: #fff;
  text-decoration: underline;
}

.bar-notification .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
  margin: 7px;
  cursor: pointer;
}

.bar-notification .close .close-icon {
  margin: 10px;
}
