.bg {
    background-image: url( '/images/bg.jpg');
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg-primary {
    background-color: #20a8d880 !important;
}
.bg-trans {
    background-color: #ffffff !important;
}

.width-44{
    width:44%
}

.w-280-mar-30-0{
    width: 280px;
    margin: 30px 0;
}

.h-30{
    height: 30px;
}

