.form-message {
    position: fixed;
    right: 20px;
    top: 92%;
    width: 347px;
    height: 50px;
    display: block;
    z-index: 99999999;
    background: #00d97e;
    border-radius: 4px;
    border: 1px solid #3ceaa1;
}

.form-message font.notetext {
    color: white;
    position: relative;
    top: 14px;
    left: 15px;
}

.check-delete {
    position: relative;
    top: 3px;
}