﻿* {
    font-family: "Montserrat",sans-serif;
}

.full-bg {
    min-height: 100vh;
    background-position: center center;
    background-size: cover;
    background-image: url('../images/Bank-Islam-Malaysia.jpg');
}

.container-mora{
    max-width:800px;
    margin:0 auto;/*make it centered*/
}

.main-content {
    background: #fff;
    min-height: 100vh;
}

.main-title {
    background-color: #a2000e;
    color: #fff;
    text-align: center;
    width: 100%;
    font-weight: bold;
    padding: 10px 0px;
}

.main-body {
    padding: 30px;
}

.btn-mora {
    background-color: #a2000e;
    border: #a2000e;
}

@media (min-width: 768px) {
    .modal-extra {
        width: 90%;
        max-width:1200px;
    }
}

.watermark {
    min-height: 100vh;
    background-position: center center;
    background-image: url('../images/illus.png');
    background-repeat: repeat-y;
}

#divValidationError {
    color: red;
}
