#bg {
    color: #111111 !important;
    background: #ffffff url('/img/bg.jpeg');
    background-position: center;
    background-size: cover;
    position: absolute;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.login-wrapper {
    margin-top: 7%;
    padding-bottom: 100px;
}

.login-box {
    width: 400px;
    margin: 0 auto;
    border-radius: 20px;
    background: #fefefe;
    background-repeat: no-repeat;
    background-position: left;
    box-shadow: 0px 0px 10px #777777;
    opacity: 0.9;
}

@media(max-width: 720px) {
    body {
        padding: 10px;
    }
    .login-box {
        width: 100%;
    }
}

.login-body {
    padding: 40px;
}

.logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    /* width: 50%; */
}

#company {
    position: absolute;
    left: 50%;
    width: 400px;
    margin-left: -200px;
    bottom: -40px;
    font-size: 0.8em;
    color: #ccc;
    text-align: center;
}

#company .content {
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 6px rgb(0 0 0 / 40%);
    text-shadow: 0 0 2px black;
    display: inline-block;
    padding: 0 15px;
    color: white;
}