body {
    margin: 0;
    padding: 0;
    font-family: Calibri !important;
    font-size: 15px;
    letter-spacing: 1px;
    background-color: #f6f6fe;
}

@font-face {
    font-family: 'calibri';
    src: url('../fonts/calibri.ttf') format('truetype');
}

.mT-10 {
    margin-top: 10px;
}

.mR-20 {
    margin-right: 20px;
}

header {
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.20);
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 50px;
}

.whiteOuter {
    padding: 50px;
    margin-bottom: 100px;
    background-color: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.pageTitle {
    margin: auto;
    font-size: 25px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #25275a;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 10px;
}

label {
    padding-bottom: 10px;
}

.mandatory {
    color: #ff0000;
}

input {
    margin-bottom: 15px;
}

.captcha, .refresh {
    padding-bottom: 20px;
}

.btn-make-payment {
    color: #fff !important;
    background-color: #505396 !important;
    
}

    .btn-make-payment:hover {
        color: #fff !important;
        background-color: #25275a !important;
    }

footer {
    width: 100%;
    color: #fff;
    text-align: center;
    background-color: #25275a;
    position: fixed;
    bottom: 0;
    padding: 12px;
}

.modal-content {
    border: none !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}

.modal-header {
    background-color: #ebebec !important;
    border-bottom: 1px solid #dcddde !important;
}
.uppercase-text {
    text-transform: uppercase;
}