.vnotify-container {
  position: fixed; }
  .vnotify-container.vn-top-right {
    right: 10px;
    top: 10px; 
    z-index: 99999;}
  .vnotify-container.vn-top-left {
    top: 10px;
    left: 10px; 
    z-index: 99999;}
  .vnotify-container.vn-bottom-right {
    bottom: 10px;
    right: 10px; }
  .vnotify-container.vn-bottom-left {
    bottom: 10px;
    left: 10px; z-index: 99999;}
  .vnotify-container.vn-center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .vnotify-container .vn-close {
    position: absolute;
    top: 5px;
    right: 10px;
    width: 15px;
    height: 15px;
    padding: 2px;
    cursor: pointer; }
    .vnotify-container .vn-close:before, .vnotify-container .vn-close:after {
      content: '';
      position: absolute;
      width: 100%;
      top: 50%;
      height: 2px;
      background: #000000; }
    .vnotify-container .vn-close:before {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      transform: rotate(45deg); }
    .vnotify-container .vn-close:after {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      transform: rotate(-45deg); }

.vnotify-item {
  width: 20em;
  padding: 15px;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 15px;
  opacity: 1;
  box-shadow: 0px 8px 28px -6px rgba(24, 39, 75, 0.12), 0px 18px 88px -4px rgba(24, 39, 75, 0.14);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75); }
  .vnotify-item:hover {
    opacity: 1; }

.vnotify-title {
  font-weight: bold; 
  font-size: 1.125rem;
}

.vnotify-info {
  background: #3498db;
  color: #fff; }

.vnotify-success {
  background: #fff;
  color: #000000; }

.vnotify-error {
  background: #E3E4F5;
  color: #EC1324; 
}
.vnotify-error .vnotify-text
   {
  color: #EC1324!important; 
}

.vnotify-warning {
  background: #f39c12;
  color: #fff; }

.vnotify-notify {
  background: #333;
  color: #fff; }

.vnotify-text{
  color: #0B5ECA;
  font-size: 1rem;
}

.vNotifyBorderBottom{
  background: #0B5ECA;
  height: 5px;
  position: absolute;
  bottom: 0;
  width: 0;
  left: 0;
  border-radius: 5px;
}
.vnotify-error .vNotifyBorderBottom{
  background: #EC1324!important;
  height: 5px;
  position: absolute;
  bottom: 0;
  width: 0;
  left: 0;
  border-radius: 5px;
}

@media only screen and (max-width: 1440px){
  .vnotify-title{
    font-size: 1rem;
  }

  .vnotify-text{
    font-size: .875rem;
  }
}

@media only screen and (max-width: 768px){
  .vnotify-title{
    font-size: .875rem;
  }

  .vnotify-text{
    font-size: .75rem;
  }
}
/*sapn.error-message {
    color: red;
    font-size: 13px;
    float: left;
}*/

/*# sourceMappingURL=vanilla-notify.css.map */