#LoginForm{
    /* background-color: #E9E9E9; */
    background-color: #03a9f3;
}

/* .log-container{
    margin-top: 5%;
    -webkit-transform: scale(.9);
    -webkit-transform: scale(.9);
    transform: scale(.9);
    transform: scale(.9);
} */

.login-card{
    margin-top: 40%;
    padding: 5px;
    border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
    border: 1px solid #e0e0e0;
}

.logo{
    width: 80%;
    height: 140px;
    display:block;
    margin:auto;
    padding: 15px;
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}