.autosave-success {
    color: green;
    position: absolute;
    right: 10px;
    top: 59%;
    transition: all 0.5s 0s ease-in-out;
    opacity: 0;
}