.footer-dark {
    padding: 50px 0;
    color: #f0f9ff;
    background-color: #282d32
}

.footer-dark h3 {
    margin-top: 0;
    margin-bottom: 12px;
    font-weight: 700;
    font-size: 16px
}

.footer-dark ul {
    padding: 0;
    list-style: none;
    line-height: 1.6;
    font-size: 14px;
    margin-bottom: 0
}

.footer-dark ul a {
    color: inherit;
    text-decoration: none;
    opacity: .6
}

.footer-dark ul a:hover {
    opacity: .8
}

.footer-dark .item.text {
    margin-bottom: 36px
}

@media (max-width:767px) {
    .footer-dark .item:not(.social) {
        text-align: center;
        padding-bottom: 20px
    }
    .footer-dark .item.text {
        margin-bottom: 0
    }
}

.footer-dark .item.text p {
    opacity: .6;
    margin-bottom: 0
}

.footer-dark .item.social {
    text-align: center
}

@media (max-width:991px) {
    .footer-dark .item.social {
        text-align: center;
        margin-top: 20px
    }
}

.footer-dark .item.social>a {
    font-size: 20px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .4);
    margin: 0 8px;
    color: #fff;
    opacity: .75
}

.footer-dark .item.social>a:hover {
    opacity: .9
}

.footer-dark .copyright {
    text-align: center;
    padding-top: 24px;
    opacity: .3;
    font-size: 13px;
    margin-bottom: 0
}

.login-card {
    max-width: 350px;
    height: 360px;
    padding: 40px;
    background-color: #F7F7F7;
    margin: 50px auto 25px;
    border-radius: 2px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .3)
}

@media (max-width:300px) {
    .login-card {
        margin-left: 5px
    }
}

@media (max-width:576px) {
    .login-card {
        margin: 0 auto
    }
}

.login-card .profile-img-card {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    border-radius: 50%
}

.login-card .profile-name-card {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin: 10px 0 0;
    min-height: 1em
}

.login-card .reauth-email {
    display: block;
    color: #404040;
    line-height: 2;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box
}

.login-card .form-signin button,
.login-card .form-signin input[type=email],
.login-card .form-signin input[type=password],
.login-card .form-signin input[type=text] {
    height: 44px;
    font-size: 16px;
    width: 100%;
    display: block;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    box-sizing: border-box
}

.login-card label {
    color: #000
}

.login-card .form-signin .form-control:focus {
    border-color: #6891a2;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px #6891a2;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px #6891a2
}

.login-card .btn.btn-signin {
    font-weight: 700;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    background: #6891a2;
    border-radius: 3px;
    border: none;
    transition: all 218ms;
    padding: 0
}

.login-card .btn.btn-signin:active,
.login-card .btn.btn-signin:focus,
.login-card .btn.btn-signin:hover {
    background: #0c6121
}

.login-card .forgot-password {
    color: #6891a2
}

.login-card .forgot-password:active,
.login-card .forgot-password:focus,
.login-card .forgot-password:hover {
    color: #0c6121
}

body {
    background-image: url("https://big-cl.de/images/bg.jpg");
    background-size: cover
}

#login-container {
    background-color: rgba(255, 255, 255, .75);
    height: 100vh;
    width: 450px
}

@media (max-width:576px) {
    #login-container {
        background-color: rgba(255, 255, 255, .75);
        height: 100vh;
        width: 100vh
    }
}

@media (max-width:768px) {
    #login-container {
        background-color: rgba(255, 255, 255, .75);
        height: 100vh;
        width: 100%
    }
}

.mala {
    padding-top: 190px
}

@media (max-width:576px) {
    .mala {
        padding-top: 100px
    }
}

@media (max-width:300px) {
    .mala {
        padding-top: 5px
    }
}
 #particles-js {
     position: absolute;
     width: 100%;
     height: 100%;
     z-index: -1;
 }