/**------ Alert Stylings ---------**/

.alert {
    width: 42%;
    position: absolute;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    /* left: 0; */
    right: 20px;
    top: 20px;
    z-index: 200;
}

.alert button {
    line-height: 0;
    margin-top: 16px;
}

.alert-danger {
    border-color: #de1b30;
}

.alert-success {
    border-color: #0e872a;
}

.alert-info {
    border-color: #0da0b7;
}

.status-messages .alert-dismissible .close {
    font-size: 40px;
    padding: 0px 24px;
}

.messages__item a {
    color: #2000ff;
    font-size: 24px;
}

.messages__item {
	text-align: left;
	padding-left: 10px;
}
