.message {
    padding: 10px;
    color: #212121;
    margin-bottom: 10px;
    border-radius: 3px;
    text-align: center;
}

.success {
    background: #d9efd1;
    border: #d3e4cd 1px solid;
}

.error {
    background: #efd1d1;
    border: #e0c8c9 1px solid;
    text-align: center;
}

.demo-table {
    width: 100%;
    border-spacing: initial;
    word-break: break-word;
    table-layout: auto;
    line-height: 1.8em;
    color: #333;
    border: #E0E0E0 1px solid;
    border-radius: 3px;
    padding: 5px 10px;
}

.demo-table td {
    padding: 20px 15px 10px 15px;
}

.demoInputBox {
    padding: 7px;
    border: #E0E0E0 1px solid;
    border-radius: 4px;
    width: 80%;
}

.btnRegister {
    padding: 10px 40px;
    background-color: #09F;
    border: 0;
    color: #FFF;
    cursor: pointer;
    margin-top: 20px;
}

.rcasubmit {
background: #006600;
color: white;
border-style: outset;
border-color: #006600;
border-radius:10px;
height: 50px;
width: 110px;
font: bold 14px arial, sans-serif;
text-shadow: none;
}

.rcasubmit:hover {
      background-color:#009000;
      transition: 0.7s;
  }
