body {
    background-image: url(../../image/pap/homewebBG_login.png) !important;
    background-size: cover;
    background-position:center center !important;
    padding:0;
    min-height:100vh;
    height:auto;
    margin:0;
}
/* =============================================[   FOOTER   ]=============================================== */
footer {
    background-color: #363b3f;
    position: absolute;
    bottom: 0;
    left:0;
    width: 100%;
    box-sizing: border-box;
    font-size: 13px;
    text-align: center;
}
footer p {
    color: rgba(255,255,255,.87);
}
footer p a, footer p a:visited {
    color: rgba(255,255,255,.87);
}
@media only screen and (min-width: 768px) {
    #content, footer {
        padding-left: 0;
    }
}
#wrapper {
    padding:0;
}
#content {
    height: 100vh;
    padding: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 120px;
}

@media only screen and (min-width: 768px) {
    #content {
        justify-content: flex-end;
        margin-bottom: 0;
    }
}

#login-box {
    width:300px;
    text-align:center;
    box-sizing:border-box;
    padding: 20px;
    box-shadow: 2px 3px 4px rgba(0,0,0,0.2);
    background-color: #f5f5f5;
    color: rgba(0,0,0,.84);
    margin-top
}
@media (max-width: 1000px) {
    #img-logo img{
        width:180px;
        height:180px;
    }
}
#img-logo {
    text-align:center;
    padding-bottom:25px;
    padding-top:20px;
}
#img-logo img{
    width:150px;
    height:auto;
}
a{
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
}
#forget-pass {
    display:inline-block;
    margin-bottom:25px;
}

#back-tologin {
    display:inline-block;
    padding-top:10px;
}
h3 {
    position:relative;
    padding-bottom:10px;
}
.remember-me {
    float:left;
    width:100%;
    margin-bottom:5px;
    text-align:center;
    font-size:14px;
}
.remember-me label {
    margin-left:7px;
}