﻿body {
    background-image: url('/image/bg-image2.jpeg');
    background-size: 100%;
    background-position: 0 5%;
    background-repeat: no-repeat;
}

.background_div {
    background-color: #ffffff;
    padding: 20px 20px 20px 20px;
}

.borderless td, .borderless th {
    border: none !important;
}

.font_bold_large {
    font-family: Rawline;
    color: black;
    font-weight: 900;
    font-size: 32px;
}

.font_normal {
    font-family: Rawline;
    color: black;
    font-size: 16px;
}

.font_medium {
    font-family: Rawline;
    color: black;
    font-size: 15px;
}

.btn_blue, .btn_blue:hover {
    background-color: #0034C6;
    text-decoration: none;
    font-family: Rawline;
    color: white;
    font-size: 15px;
    border-radius: 25px 25px;
    text-align: center;
    padding: 5px 15px 10px 15px;
}