﻿.sy-alert
{
    padding: 7px;
    color: white;
    display: none;
    position: absolute;
    width: 100%;
}

.sy-alert span
{
    line-height: .7;
    vertical-align: middle;
}

.sy-alert-success
{
    background-color: #398218;
}

.sy-alert-error
{
    background-color: #d9534f;
}

.sy-alert-closebutton
{
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.sy-alert-closebutton:hover
{
    color: black;
}