body {
    margin: 0;
    padding: 0;
    background-image: radial-gradient(circle at 43.84% -20.44%, #002c2c 0, #133746 25%, #412f8f 50%, #005475 75%, #2d3f49 100%);
    height: 100vh;
    font-family: sans-serif;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden
}

@media only screen and (max-width: 600px ) {
    body {
        background-size: cover;
    }
    #title-app{
       display: none;
    }
    .loginBox{
        top: 50% !important;
        left: 50% !important;
    }
}

#particles-js {
    height: 100%
}

#title-app{
    position: absolute;
    top: 35%;
    right:50%;
}

#title-app h1, h2{
    font-size: 40px;
    line-height: 1.5;
}

.loginBox {
    position: absolute;
    top: 50%;
    left: 70%;
    transform: translate(-50%, -50%);
    width: 380px;
    min-height: 200px;
    background-image: radial-gradient(circle at -14.09% 79.88%, #061d3b 0, #0a1831 50%, #000000 100%);
    border-radius: 10px;
    padding: 40px;
    box-sizing: border-box;
}

.user {
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
    border-radius: 50%;
}

h3 {
    margin: 0;
    padding: 0 0 20px;
    color: #cbcacc;
    text-align: center
}

.loginBox input {
    width: 100%;
    margin-bottom: 20px
}

.loginBox input[type="text"],
.loginBox input[type="password"] {
    border: none;
    border-bottom: 2px solid #262626;
    outline: none;
    height: 40px;
    color: #fff;
    background: transparent;
    font-size: 16px;
    padding-left: 20px;
    box-sizing: border-box
}

.loginBox input[type="text"]:hover,
.loginBox input[type="password"]:hover {
    color: #42F3FA;
    border: 1px solid #42F3FA;
    box-shadow: 0 0 5px rgba(0, 255, 0, .3), 0 0 10px rgba(0, 255, 0, .2), 0 0 15px rgba(0, 255, 0, .1), 0 2px 0 black
}

.loginBox input[type="text"]:focus,
.loginBox input[type="password"]:focus {
    border-bottom: 2px solid #42F3FA
}

.inputBox {
    position: relative
}

.inputBox span {
    position: absolute;
    top: 10px;
    color: #262626
}

#btn-login {
    border: none;
    outline: none;
    height: 40px;
    font-size: 16px;
    background: #139fd6;
    color: #fff;
    border-radius: 20px;
    cursor: pointer;
    margin-top: 15px;
    margin-bottom: 15px;
}

.loginBox a {
    color: #262626;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    display: block
}

a:hover {
    color: #00ffff
}

p {
    color: #0000ff
}