.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: #2980b9;
    color: white;
    border-radius: 10px;
}

#particles-js {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #2980b9;
    overflow: hidden;
    z-index: 1;
}