body {
    background: url(images/rsj-bg.jpeg);
    background-size: cover;
    padding-top: 45px;
}
.bg-dark {
    background-color: #000000bb !important;
}
li{
    list-style: none;
}

.form-wrapper {
    border-radius: 10px;
}

.form-wrapper label {
    font-weight: bold;
}
form label{
    cursor: pointer;
}
.errors li {
    list-style: none;
    width: 100%;
    text-align: center;
}

.errors ul {
    padding-left: 0;
    margin-bottom: 0;
}

.h3, h3 {
    font-size: 1.5rem;
    text-shadow: 1px 2px black;
}
.page-header .btn {
    font-weight: bold;
    text-shadow: 1px 1px #AAA;
    font-size: 1.0rem;
    height: auto;
}
@media (max-width: 768px) {
    .form-wrapper .text-right {

        text-align: center !important;
    }
}