
/*alert*/
.soft-alert{
    position: relative;
    padding: .75rem 1.25rem;
    margin: 1rem auto;
    border: 1px solid transparent;
    border-radius: .25rem;
    text-align: center;
}
.soft-alert i{
    margin-right: 5px;
}
.soft-alert-success{
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.soft-alert-warning{
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
.alert2 {
    position: relative;
    padding: 0;
    min-width: 250px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.login .alert2 {
    margin-bottom: 8rem;
}
.alert-icon2,
.alert-text2 {
    display: table-cell;
    vertical-align: middle;
}
.alert-icon2 {
    min-width: 40px;
    text-align: center;
    font-size: 1.5rem;
    color: white;
    background-color: rgba(0, 0, 0, 0.25);
    padding: .8rem;
}
.alert-text2 {
    color: #2d3a51;
    padding: 1rem;
    width: 100%;
}
.alert-text2 > h5 {
    margin-top: 0;
    font-weight: 600;
}
.alert-text2 span {
    font-size: .875rem;
}
.alert2 .alert-link {
    font-weight: normal;
    color: #4790e6;
}
.alert2 ul {
    margin: 0;
}
.alert2 ul li {
    margin-bottom: 0.2rem;
}
.alert2 ul li:last-child {
    margin-bottom: 0;
}
.alert-warning2 {
    background-color: #fff8f5;
    border-color: #ffccb3;
}
.alert-warning2 .alert-text2 h5 {
    color: #ff5400;
}
.alert-warning2 button.close {
    color: #ff5400;
}
.alert-warning2 .alert-icon2 {
    background-color: #ff5400;
}
.alert-help2 {
    background-color: #fffcf5;
    border-color: #ffe4ad;
}
.alert-help2 .alert-text2 h5 {
    color: #ffab00;
}
.alert-help2 button.close {
    color: #ffab00;
}
.alert-help2 .alert-icon2 {
    background-color: #ffab00;
}
.alert-info2 {
    background-color: #f7fbff;
    border-color: #cee5ff;
}
.alert-info2 .alert-text2 h5 {
    color: #3592ff;
}
.alert-info2 button.close {
    color: #3592ff;
}
.alert-info2 .alert-icon2 {
    background-color: #3592ff;
}
.alert-danger2 {
    background-color: #fdf5f5;
    border-color: #f6d3d3;
}
.alert-danger2 .alert-text2 h5 {
    color: #d33534;
}
.alert-danger2 button.close {
    color: #d33534;
}
.alert-danger2 .alert-icon2 {
    background-color: #d33534;
}
.alert-success2 {
    background-color: #edf8ed;
    border-color: #b9e4b9;
}
.alert-success2 .alert-text2 h5 {
    color: #42ae42;
}
.alert-success2 button.close {
    color: #42ae42;
}
.alert-success2 .alert-icon2 {
    background-color: #42ae42;
}
