.input_error label{
    color: #a94442 !important ;
}
.input_error span{
    color: #a94442 !important ;
}
.noti_bubble {
    position: absolute;
    left: 651px;

    padding: 0px 6px 2px 4px;
    background-color: red;
    color: white;
    font-weight: bold;
    font-size: 0.6em;
    border-radius: 50%;
    box-shadow: 1px 1px 1px grey;
    width: 18px;
    height: 18px;
}



.help-block{
    width: 100% !important;
    text-align: -webkit-right !important;
    font-size: 13px;
}
.media-body.message__body{
    font-size: 14px;
}
.js-flash-messages {
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 0 14px;
    z-index: 3000
}

.js-flash-messages .alert {
    width: 61%;
    height: auto;
}

@media ( min-width :992px) {
    .js-flash-messages {
        bottom: 20px;
    }
}
.respon-lg-6, .respon-md-6, .respon-sm-6 {
    width: 100%
}

@media ( min-width :768px) {
    .respon-sm-6 {
        width: 582px
    }
}
.close {
    float: left;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity = 20)
}
