body {
    background-color: #fff;
    width: 100%;
    margin: 0;
    line-height: 1.5;    
}
    body * {
        box-sizing: border-box;
        /*border: 1px solid black;*/ /*for debug*/
        /*border-collapse: collapse;*/ /*for debug*/        
    }
body form {
  max-width: 1232px;
  width: 100%;
  padding: 0 24px;
  margin: 30px auto !important;
}

.error {
    font-family: Arial;
    color: #7D2882;
    font-size: 18px;
    margin-left: 20px;
    margin-right: 20px;
}
.ErrorTitle {
    font-family: Arial;
    color: #7D2882;
    font-size: 30px;
    margin-left: 20px;
    margin-right: 20px;
}

body table {
    width: 100%;
    line-height: 2;
    color: #222 !important;
    border: none !important;        
}
body table tbody {
    display: flex;
    flex-direction: column;
    /*margin-top: 70px;*/
}
body table tr {
  display: flex;
  /*flex-direction: column;*/  
}
body table tr td {
  height: auto !important;
  width: 100% !important;
  border: none !important;
  font-size: 16px !important;
  margin-bottom: 0px;
}
body table tr td img {
  vertical-align: middle;
  margin: 0 12px;
}
body table tr td input[type=text], body table tr td input[type=file], body table tr td select {
  width: 30%;
  background-color: #FFFFFF;
  /*padding: 5px 5px;*/
  color: #000000;
  border: 1px solid #DEC9E0;
  font-size: 16px;
  border-radius: 0 !important;
  vertical-align: middle;
}
    body table tr td textarea {
        width: 100%;
        height: 100px;
        background-color: #FFFFFF;
        padding: 5px 5px;
        color: #7D2882;
        border: 1px solid #DEC9E0;
        font-size: 15px;
        border-radius: 0 !important;
        font-family: Arial;
    }
body table tr td input[type=radio] {
  accent-color: #7D2882 !important;
}
body table tr td input[type=button], body table tr td input[type=submit] {
  cursor: pointer;
  background-color: #F0AA23;
  color: #7D2882;
  padding: 8px 12px;
  transition: background-color 0.3s, border-color 0.3s, color 0.3s;
  font-size: 1.0rem;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  min-width: 160px;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  border: 2px solid #F0AA23;
}
body table tr td input[type=button]:hover, body table tr td input[type=submit]:hover {
  background-color: #FFFFFF;
  color: #7D2882;
  border: 2px solid #7D2882;
}
body table tr td hr {
  display: none;
}
body table b, body table a, body table span
/*, body table font */
{
  color: #7D2882;
}

.separateBar {
    background-color: #7D2882; 
    border: none; 
    height: 5px;
    width: 951px;
    display: inline-block;
}


.validator {
    /*font-family: Arial !important;
    font-size: 14px !important;*/
    color: red;
}

footer {
    font-family: Arial;
    background-color: #7D2882;
    color: white;
    text-align: left;
    padding: 20px 150px;
    width: 100%;
}
header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 10px 20px;
    padding-left: 30px;
    margin: 0 auto;
    position: fixed;
    z-index: 1000; 
    background-color: #fff;
    top: 0;
    left: 0;
}

.name {
    width: 50%; 
    height: 100%; 
    /*padding: 10px;*/ 
    /*border: 2px solid #ccc;*/ 
    /*border-radius: 5px;*/ 
}
.notes{
  height: auto !important;
  width: 100% !important;
  border: none !important;
  font-size: 16px !important;    
}
.label {
    height: auto !important;
    width: 20% !important;
    border: none !important;
}
.message {
    width: 50%;
    height: 100px;
    background-color: #FFFFFF;
    padding: 5px 5px;
    color: #000000;
    border: 1px solid #DEC9E0;
    font-size: 16px;
    border-radius: 0 !important;
}
.formlabel {
    height: auto !important;
    width: 40% !important;
    border: none !important;
    text-align: left;
}
.forminput {
    height: auto !important;
    width: 100% !important;
    border: none !important;
    text-align: left;
}
.forminputNum {
    height: auto !important;
    width: 30%;
    border: none !important;
    text-align: left;
}
/*# sourceMappingURL=style.css.map */
