

.alert-style {
    position: relative;
    top: 1.5rem;
    margin-top: .3rem;
    margin-bottom: .3rem;
    margin-left: 3px;
    text-shadow: 0px .5px #e06e6e;
    transition: 2s;
    z-index: 1;
}

.custom_alert {
    transform: translateY(-1.5rem);

}