body {
    background: linear-gradient(#c6f3ff, #ecfbff, #f1fbff, #caf5fe, #b9eefe, #a2e3ff, #81d4fc, #59c0fb, #1ea9ff, #3bb0fa);
}
.ibox-content {
    color: #828181;
}
.form-group {
    padding: 0 15px;
}
.form-control, .single-line {
    background-color: #dbdbdb;
    border-radius: 7px;
}
.bar {
    height: 17px;
    background: green;
    color: white;
    text-align: right;
    padding-right: 8px;
    border-radius: 10px;
}
.my-progress{
    border-radius: 10px;
    width: 100%;
    background: red;
    margin-bottom: 10px;
}
.my-img {
    max-width: 100%;
}
.point{
    width: 8px;
    height: 8px;
    border: 0.01rem solid #FD3509;
    position: absolute;
    background: #FD3509;
    border-radius: 50%;
    margin-top: 5px;
}
@media screen and (min-width: 780px) {
    body {
        width: 60% !important;
        margin: 0 auto !important;
    }
}