

.small-box {
    max-width: 450px;
}

.small-bigger-box {
    max-width: 800px;
}

.box-dp{
    border-radius: 25px;
    min-width: 150px;
    padding: 10px 10px 10px 10px;
    overflow:hidden;
    background-color:rgba(139, 203, 222, 0.718); 
} 


body {
    /* background:url('http://www.wallpaperup.com/uploads/wallpapers/2012/10/21/20181/cad2441dd3252cf53f12154412286ba0.jpg'); */
    background: url("/img/computer_engineering_science_tech_2560x1600.jpg");
    /* padding-top: 25px;  */
    color: #fff; 
    /* Footer height */
    padding-bottom: 2.5rem;
}

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2.5rem;
    /* Footer height */
}

#page-container {
    position: relative;
    min-height: 100vh;
}


/* #login-dp{
    border-radius: 25px;
    min-width: 150px;
    padding: 10px 10px 10px 10px;
    overflow:hidden;
    background-color:rgba(255, 255, 255, 0.365); 
}  */

@media(max-width:768px) {
    #login-dp {
        background-color: inherit;
        color: #fff;
    }

    #login-dp .bottom {
        background-color: inherit;
        border-top: 0 none;
    }
}