body {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 14px;
    color: #5b5e60;
    margin: 0px;
    overflow: hidden;
    background-color: #FFFFFF;
    background-image: url(../content/images/bkg.jpg) !important;
    background-repeat: no-repeat;
    background-position: center;
}
.warning {
    width: 80%;
    margin: 10% auto;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    padding: 30px;
    border: 1px solid #667eba;
}
.warning a {
    color: #798cba;
    text-decoration: none;
}
.warning a:hover {
    color: #000;
}
