.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.bg-primary-dark-important {
    background-color: #3e4a59 !important;
    color: #fff;
    font-weight: 600;
    text-align: left;
}
.help-block {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
    color: #c72928;
    font-size: 12px;
}
.loader-blanket {
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 1010;
    position: fixed;
    top: 0px;
}
.loader {
    position: fixed;
    top: 30%;
    left: 45%;
    width: 10%
}
.loader img {
    width: 100%
}