body, html {
    height: 100%;
    background: #DDD;
}

.logo {
    min-width: 350px;
    max-width: 400px;
    margin: 0 auto 5px auto;
    background: url(/assets/img/logo_ledspark.png) no-repeat center;
    background-size: contain;
    height: 60px;
}

.container {
    width: 400px;
    background: #FFF;
    margin: 0 auto;
    padding: 20px;
}

h2 {
    margin-top: 0;
}

.form-control, .btn, .alert {
    border-radius: 0;
}

.wrapper {
    min-height: 100%;
    /* equal to footer height */
    margin-bottom: -60px; 
}
.wrapper:after {
    content: "";
    display: block;
}
.product-by-abel, .wrapper:after {
    /*height: 60px;*/
    /*float: right;*/
    /*margin-right: 10px;*/
    position: absolute;
    bottom: 10px;
    z-index: 10000;
    right: 10px;
}

.abel-logo {
    width: 100px;
    height: 50px;
    background: url(/img/logo-abel.png) right no-repeat;
    background-size: contain;
}
    
.abel-logo a {
    display: block;
    width: 100%;
    height: 100%;
}