body {
    min-height: 549px;
    background-image: url(https://live.staticflickr.com/65535/52898674884_40a8e31607_k.jpg);
    color: white;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

hr {
    display: none;
}

.login-box {
    text-align: center;
    border-radius: 25px;
    width: 400px;
    padding: 25px;
    background: rgba(0,0,0,.7);
}

.mb-4 > img:nth-child(1) {
    width: 75px;
}

.navbar-brand.navbar-brand-autodark {
    display: none;
}

.mb-4 {
    margin-bottom: 0rem !important;
}

.login-box-msg {
    display:none;
}

