body {
  
}
#register_form h1 {
  text-align: center;
}
#register_form {
  width: 37%;
  margin: 100px auto;
  padding-bottom: 30px;
  border: 1px solid #918274;
  border-radius: 5px;
  background: white;
}
#register_form input {
  width: 80%;
  height: 35px;
  margin: 5px 10%;
  font-size: 1.1em;
  padding: 4px;
  font-size: .9em;
}

/*Styling for errors on form*/
.form_error span {
  width: 80%;
  height: 35px;
  margin: 3px 10%;
  font-size: 1.1em;
  color: #D83D5A;
}
.form_error input {
  border: 1px solid #D83D5A;
}

/*Styling in case no errors on form*/
.form_success span {
  width: 80%;
  height: 35px;
  margin: 3px 10%;
  font-size: 1.1em;
  color: green;
}
.form_success input {
  border: 1px solid green;
}
#error_msg {
  color: red;
  text-align: center;
  margin: 10px auto;
}

  .overview-card {
    padding: 30px;
    background-color: rgb(145 116 116 / 10%);
    box-shadow: 1.045px 9.945px 35px 0px rgb(20 25 96 / 79%);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
  }

  .user-information div {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
}

.user-information div p{
  color: white;
}

.personal-info-header {

  padding: 0 0 15px 0;
  float: left;
  width: 100%;
}
::placeholder {
  color: white!important;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: white!important;
}

::-ms-input-placeholder { /* Microsoft Edge */
 color: white!important;
}
a{
  color: white;
}

.form-control.style--two {
    padding: 15px 30px;
     box-shadow: inset 0px 0px 5px 2px #30a8db!important; 
    border: 1px solid rgba(29, 46, 129, 0.3);
    background-color: rgba(38, 13, 76, 0);
    border-radius: 999px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    -o-border-radius: 999px;
    color: #ffffff;
}

div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0.5em;
    display: inline-block;
    width: auto;
    background-color: inherit;
    color: white;
}

.page-item.disabled .page-link {
    color: white;
    pointer-events: none;
    cursor: auto;
    background-color: inherit;
    border-color: #dee2e6;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #e74992;
    border-color: #007bff;
}

.border, .table td, .table th {
    border-color: inherit !important;
    box-shadow: inset 0px 0px 2px 1px #30a8db!important;
    border: 1px solid rgba(29, 46, 129, 0.3);
}
.table-bordered {
    box-shadow: inset 0px 0px 2px 1px #30a8db!important;
    border: 1px solid rgba(29, 46, 129, 0.3);
}

.form-control {
    border-color: #36a6d7;
    font-size: 13px;
    line-height: 2;
}

div.dataTables_wrapper div.dataTables_length select {
    width: auto;
    display: inline-block;
    background-color: inherit;
    color: white;
}
div.dataTables_wrapper div.dataTables_length select option {
    color: white;
    background-color: #4641b1;
}

.error{
  color: red;
}

.submit-btn {
    padding: 8px 20px;
    background-color: #220a81;
    box-shadow: 0px 4px 30px 15px rgb(0 162 255 / 49%), inset 0px 0px 12px 6px #30a8db;
    position: relative;
    z-index: 9;
    text-transform: uppercase;
    color: #ffffff;
    border-radius: 999px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    -o-border-radius: 999px;
    cursor: pointer;
}

.card-shadow{
  background-color: inherit;
}


h3{
  color: white;
  font-size: 28px;
}