/* UPEIDA - minimal styles */
body {
    background-color: #f2f2f2;
}

.header {
    background-color: #fff;
    padding-bottom: 10px;
    width: 100%;
    border-bottom: 4px solid #e17001;
}


.upeida-logo {
    max-height: 80px;
    width: auto;
}
.bank-logo {
    padding-top: 20px;
}

.pl-10 { padding-left: 10px !important; }
.pr-10 { padding-right: 10px !important; }
.pt-10 { padding-top: 10px !important; }
.pt-50 { padding-top: 50px !important; }


.panel-default>.panel-heading{
    background: #e27002;
    color: #fff;
    padding: 20px 15px;
}

.box-body {
    padding: 15px;
}

.required::after {
    content: ' *';
    color: #e74c3c;
}
