﻿.alert button {
    width: 0.5rem;
    height: 0.5rem;
}

.alert-success {
    background-color: white;
    border: solid 1px #1BBC9B;
    color: #2D3E50;
}
