

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
#login-dp{
    min-width: 250px;
    padding: 14px 14px 0;
    overflow:hidden;
    background-color:rgba(255,255,255,.8);
}
#login-dp .help-block{
    font-size:12px    
}
#login-dp .bottom{
    background-color:rgba(255,255,255,.8);
    border-top:1px solid #ddd;
    clear:both;
    padding:14px;
}
#login-dp .social-buttons{
    margin:12px 0    
}
#login-dp .social-buttons a{
    width: 49%;
}
#login-dp .form-group {
    margin-bottom: 10px;
}
@media(max-width:768px){
    #login-dp{
        background-color: inherit;
        color: #fff;
    }
    #login-dp .bottom{
        background-color: inherit;
        border-top:0 none;
    }
}
.box {
    width: 120px;
    padding: 10px;
    margin: 10px;
    height: 120px;
    border: 0px;
    background: #fff;
    display: inline-block
}
#wrapper {
    /*max-width: 960px;
    min-width: 320px;*/
    width:auto;
    background: #444;
    margin: 0 auto;
    text-align: center
}

