.message{

    padding: 15px;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 4px;
    background-color: #e0ebf9;
    border-color: #e0ebf9;
    color: #327ad5;
    margin-bottom: 20px;
    text-align: center;
    font-weight: bold;
  margin: 0px auto;
}

.error{

    padding: 15px;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 4px;
    background-color: #fbe1e3;
    border-color: #fbe1e3;
    color: #e73d4a;
    text-align: center;
    font-weight: bold;
  width: 450px;
  margin: 0px auto;
}

