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

.login-form .form-image {
    width: 100%;
    max-width: 150px;
    height: auto;
}
.login-form {
    max-width: 500px;
    margin: auto;
    text-align: center;
    margin-top: 50px!important;
}
.login-form h1 {
    font-size: 34px;
    font-weight: 700;
}
.login-form h3 {
    font-size: 17px;
    font-weight: 700;
}
.login-form h4 {
    font-size: 15px;
    font-weight: 500;
}
.login-form .form-button-group {
	margin-top: 15px;
}
@media (min-width: 768px) {
    .bd-placeholder-img-lg {
      font-size: 3.5rem;
    }
}

@media (max-width: 767px) {
    .navbar-brand {
	  margin-left: 55px!important;
	}
}