.login-body {
    color:#fff;
}

.login-body h1,.login-body h2,.login-body h3,.login-body h4,.login-body h5,.login-body h6{
    color: inherit;
}

.price-panel{
    padding: 10px;
    border: 1px solid #ccc;
    background: #eee;
    border-radius: 5px;
}

.price-box {
    margin-bottom: 10px;
}
.price-box:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.remove-image{
    position: absolute;
    top: 1px;
    right: 11px;
    height: 30px;
    width: 30px;
    border-radius: 50% !important;
    padding: 5px 0 0 4px !important;
}

.preview-img {
    margin-bottom:10px;
    max-height:150px;
    min-height:150px;
    overflow:hidden;
}

.image-box{
    padding-top:10px;
}

.gallery .gallery-item .image {
    min-height: 150px;
    max-height: 150px;
}

.gallery .gallery-item .meta strong {
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
}