body {
    position: relative;
}

.login-box {
    background-color: rgba(255, 255, 255, 0.9);
}

.login-box-body {
    background: none;
}

.login-box-body h2 {
    color: #454545;
    margin-top: 0;
}

.login-logo {
    margin: 1em 0 0;
}

.login-page, .registr-page {
    width: 100%;
}

.bg-img {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #e9ecef;
    background-size: cover;
    z-index: 0;
}

.login-box {
    z-index: 9999;
    position: absolute;
    left: 38%;
    width: 24%;
}

@media screen and (max-width: 1000px) {
    .login-box {
        left: 20%;
        width: 60%;
    }
}
@media screen and (max-width: 600px) {
    .login-box {
        left: 0%;
        width: 100%;
    }
}

/*
.btn-primary {
    background-color: #8eb35a;
    border-color: #8eb35a;
}

.btn-primary:hover, .btn-primary:active {
    background-color: #ffffff;
    color: #8eb35a;
    border-color: #8eb35a;
}
*/
/*
a {
    color: #454545;
}

a:hover {
    color: #8eb35a;
    text-decoration: underline;
}
*/
/*
.btn-login {
    display: inline-block;
    border-radius: 25px;
    padding: 10px 25px;
    margin: 0.5em 0;
    width: auto;
    text-align: center;
    text-transform: uppercase;
    border: 0px;
    background-color: #8eb35a;
    color: #ffffff;
    font-size: 18px;
}
*/