.alert-dev-top {
    position: absolute;
    top: 10px;
    z-index: 9999999;
}

.show-edit-img {
    width: 120px;
    height: 120px;
    overflow: hidden;
    border: 1px solid gray;
    border-radius: 7px;
    padding: 3px;
    margin-bottom: 15px;
}

.show-edit-img img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
}

.error-msg {
    font-size: 12px;
    font-family: arial;
    color: red;
}