.site-brand {
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #fff !important;
    text-decoration: none;
    line-height: 1;
}

.site-brand span {
    font-weight: 400;
    opacity: 0.75;
    letter-spacing: 0.08em;
}

.site-brand::after {
    content: "";
    display: block;
    width: 32px;
    height: 3px;
    margin-top: 5px;
    background: #dc3545;
    border-radius: 3px;
    transition: width 0.25s ease;
}
.site-brand:hover::after {
    width: 100%;
}

.site-brand:hover {
    color: #fff !important;
}

.header-brand {
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #2b2f32 !important;
    text-decoration: none;
    line-height: 1;
	overflow-wrap: anywhere;
}

.header-brand span {
    font-weight: 400;
    opacity: 0.75;
    letter-spacing: 0.08em;
	overflow-wrap: anywhere;
}

.header-brand::after {
    content: "";
    display: block;
    width: 40px;
    height: 3px;
    margin-top: 5px;
    background: #dc3545;
    border-radius: 3px;
    transition: width 0.25s ease;
	overflow-wrap: anywhere;
}

.header-brand:hover::after {
    width: 100%;
}


.login-brand {
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: white !important;
    text-decoration: none;
    line-height: 1;
	overflow-wrap: anywhere;
}

.login-brand span {
    font-weight: 400;
    opacity: 0.75;
    letter-spacing: 0.08em;
	overflow-wrap: anywhere;
}

.login-brand::after {
    content: "";
    display: block;
    width: 40px;
    height: 3px;
    margin-top: 5px;
    background: #dc3545;
    border-radius: 3px;
    transition: width 0.25s ease;
	overflow-wrap: anywhere;
}

.login-brand:hover::after {
    width: 100%;
}

.form-signin {
    width: 100%;
    max-width: 500px;
    padding: 1rem;
}

.crew-img {
    width: 140px;
    height: 140px;
    object-fit: cover;
}

.bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
      }
input::placeholder {
    opacity: .5!important;
}
.form-control::placeholder {
    opacity: .5!important;
}

@media (min-width: 768px) {
        .bd-placeholder-img-lg {
          font-size: 3.5rem;
        }
      }

@media (max-width: 767.98px) {
    .grecaptcha-badge {
        bottom: 0px !important;
    }
	footer{
		margin-bottom: 1em;
	}
}