.alert {
    padding: 15px;
    margin-bottom: 20px !important;
    border: 0px solid transparent !important;
    border-radius: 4px !important;
    /* position: absolute !important; */
    margin-bottom: 15px !important;
    background-color: green !important;
    color: white !important;
    vertical-align: center !important;
    /* top: 37.5% !important;
    left: 33.5% !important; */
    width: 100% !important;
    text-align: center !important;
}
.alert-r {
    margin-bottom: 20px !important;
    border: 13px solid transparent !important;
    border-radius: 4px !important;
    /* position: absolute !important; */
    margin-bottom: 15px !important;
    background-color: #ed8969 !important;
    color: white !important;
    vertical-align: center !important;
    /* top: 37.5% !important;
    left: 33.5% !important; */
    width: 100% !important;
    text-align: center !important;
}

.container-alert {
 margin-left: 100px;
 margin-right: 100px;
}

/* The close button */
.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
    display: none;
}

/* When moving the mouse over the close button */
.closebtn:hover {
    color: black;
}
