﻿.payment_result_bg {
    width: 100%;
    padding-top: 20px;
    height: 100vh;
    background-image: url(/Content/assets/media/demos/demo4/bg_payment.jpg);
    background-repeat: no-repeat;
}

.border-bottom-blue {
    border-bottom: 4px solid #003399;
}

.text-blue {
    color: #003399;
}

.pt-40px {
    padding-top: 40px;
}

.pt-55px {
    padding-top: 55px;
}

.text-green {
    color: #009933;
}

.text-red {
    color: #cc0000;
}

.text-black {
    color: black !important;
}

.border-bottom-gray {
    border-bottom: 1px solid #999999;
}
