.message{
  top:0;
  z-index: 12;
  width: 100%;
}

.success{
    font-size: 17px;
    font-weight: 600;
    color: #61c8f1;
    padding: 10px 20px;
    margin-bottom: 15px;
    z-index: 14;
    width: 100%;
    text-align: center;
    position: relative;
  }

  .error{
    font-size: 17px;
    font-weight: 600;
    color: #ec0086;
    padding: 10px 20px;
    margin-bottom: 15px;
    z-index: 14;
    width: 100%;
    text-align: center;
    position: relative;
  }
