
.alert-success, .alert-alert-success {
    color: #196749;
    background-color: #d6f4e8;
    border-color: #c5efdf;
    box-shadow: 0 0.125rem #c2efdd;
}

.alert-danger, .alert-alert-danger {
  color:#773636;
  background-color:#fae1e1;
  border-color:#f8d4d4;
  box-shadow:0 .125rem #f6cbcb;
}

.alert-alert-alert {
  color:#000000;
  background-color:#FFFF00;
  border-color: #eaea40;
  box-shadow:0 .125rem #DDDD00;
}

.alert-alert-parent {
  margin-bottom: 0;
  min-width: 100%;
}

.alert-alert {
  margin-bottom: 10px !important;
  padding: 10px;
  text-align: center;
}

.alert-alert a {
  text-decoration: underline;
  font-weight: bold;
}

.alert-alert p {
  padding: 0px 20px;
}

.alert {
    position: fixed;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 0 solid transparent;
    border-radius: 0.25rem;
    top: 10px;
    height: 43px;
    width: 500px;
    left: calc(50% - 250px);
    z-index: 99999999;
}

.alert .mb-0 {
    padding-top: 3px;
}

@media only screen and (max-width: 500px) {
    .alert {
        position: fixed;
        padding: 0.75rem 1.25rem;
        margin-bottom: 1rem;
        border: 0 solid transparent;
        border-radius: 0.25rem;
        top: 10px;
        height: 43px;
        width: calc(100% - 20px);
        left: 10px;
        z-index: 99999999;
    }
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.bg-body-light {
    background-color: #f6f7f8!important;
}
