.login-box {
    background-color: #002035;
    border-radius: 20px !important;
    max-width: 450px !important;
    position: relative;
    z-index: 2;
}

.login-title,
.login-box label {
    color: white
}

.login-box .btn {
    background-color: #95c11f;
    color: white;
    border-radius: 10px;
}

#particles-js {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #95c11f;
    overflow: hidden;
    z-index: 1;
}