body {
    background-color: #f3f4f6;
}

#loginbox {
    margin-top: 30px;
    z-index: 2;
    }

    #loginbox > div:first-child {
        padding-bottom: 10px;
    }

.iconmelon {
    display: block;
    margin: auto;
}

#form > div {
    margin-bottom: 25px;
}

    #form > div:last-child {
        margin-top: 10px;
        margin-bottom: 10px;
    }

.panel {
    background-color: transparent;
    -webkit-box-shadow: 10px 10px 57px -19px rgba(0,0,0,0.63);
    -moz-box-shadow: 10px 10px 57px -19px rgba(0,0,0,0.63);
    box-shadow: 10px 10px 57px -19px rgba(0,0,0,0.63);
}

.panel-body {
    padding-top: 30px;
    background-color: rgba(2555,255,255,.3);
}

#particles {
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    z-index: -2;
}

.iconmelon,
.im {
    position: relative;
    width: 150px;
    height: 150px;
    display: block;
    fill: #525151;
}

    .iconmelon:after,
    .im:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

#inferior {
    width: 100%;
    height: 65px;
    text-align: center;
    position: fixed;
    z-index: 2;
    bottom: 0;
    left: 0;
    cursor: default;
    border-top: 1px solid #dbe3f6;
    -webkit-box-shadow: #CCC 0 0 2px;
    -ms-box-shadow: #CCC 0 0 2px;
    box-shadow: #CCC 0 0 2px;
    background: white;
}
    #inferior .inferior {
        width: 380px;
        height: 55px;
        text-align: left;
        cursor: default;
        margin: 10px auto 0 auto;
    }

        #inferior .inferior img {
            float: left;
            margin: 0 15px 0 0;
            height: 55px;
        }

        #inferior .inferior p {
            margin: 0;
            text-align: left;
            font-size: 10px;
        }
