.messages {
    padding: 0;
    position: fixed;
    bottom: 15px;
    right: 30px;
    width: 250px;
    margin: 0 !important;
    line-height: 1.1;
}

.nobull {
    list-style-type: none;
}

.success {
    background-color: #04AA6D;
    color: white;
    padding: 16px;
    border-radius: 2px;
    width: 100%;
}

.error {
    background-color: orange;
    color: black;
     padding: 8px 16px;
    border-radius: 4px;
    width: 100%;
}

@media (max-width: 601px) {
    .messages {
    bottom: 0;
    right: 0;
    width: 100%;
}
}