.alert{
    position: absolute;
    width: calc(100% - 270px);
    top: 10px;
    margin: auto;
    z-index: 99;
    right: 0;
}

.body-wrapper {
    position: relative;
}