﻿.disabled-customer{
    position: relative;
    margin-top: 50px;
}
.disabled-customer-prompt {
    width: 400px;
    height: 200px;
    text-align: center;
    margin: auto;
}
.disabled-customer .fa-ban {
    color: red;
    font-size: 70px;
    margin: 40px;
    text-shadow: 2px 2px 10px #777;
}