.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

body {
    padding-top: 5rem;
    background-color: #000;
    color: #86cfda;
}
.starter-template {
    padding: 3rem 1.5rem;
    text-align: center;
}

.has-error {
    color: red;
}

.help-block {
    color: red;
}

.card {
    margin-bottom: 30px;
}

.breadcrumb {
    background-color: #000;
}

.navbar {
    background-color: #0c5460;
}

.page-initial {
    background-image: url(../../img/legionphoenix.gif);
    background-position: center;
    background-repeat: no-repeat;
    height:500px;
}

.btn {
    background-color: #86cfda;
}