.alert {
    position: fixed;
    right: 10px;
    top: 52px ! important;
    z-index: 99999;
}

message>ul {
    list-style: none !important;
}

.addNew {
    background-color: #13bd67;
    border-color: #13bd67;
}

.imghover:hover {
    background: bisque;
    transition: .7s
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #ed2525;
    font-weight: 400 !important;
}