body {
    background-color: #f7f7f7;
}

header {
    border-bottom: 2px solid #d4d4d4;
    background-color: #fff;
}

header .container-fluid {
    padding: 15px 50px;
}

header .row {
    display: flex;
}

.login-btn {
    display: flex;
    justify-content: end;
}

.login-btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0099ff;
    color: #fff;
    padding: 8px 16px;
    font-weight: 700;
    font-size: 16px;
    border-radius: 20px;
    height: 50px;
    width: 200px;
    -webkit-border-radius: 2-px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 2px;
}

.login-btn img {
    padding-right: 7px;
    width: 22px;
}

.page-title {
    padding: 15px 50px;
    background-color: #fff;
}

.page-title h1 {
    color: #222;
    font-size: 18px;
    font-weight: 700;
}

#content-div {
    margin: 20px;
}

.content {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
}

.content h2 {
    font-size: 20px;
    font-weight: 700;
    color: #222;
    margin-top: 0
}

.content p {
    font-size: 18px;
    font-weight: 400;
    color: #464646;
}

.content li {
    font-size: 18px;
    font-weight: 400;
    color: #464646;
}

.terms p {
    font-size: 16px !important;
}

.mb-0 {
    margin-bottom: 0;
}

.list-style-none {
    list-style-type: none;
    padding-inline-start: 0; 
}

.list-lower-alpha {
    list-style-type: lower-alpha;
}

.list-disc {
    list-style-type: disc;
}

.half-width {
    width: 50%;
}

.footer-logo img {
    width: 200px;
}

.one-fifth {
    width: 20%;
}

.four-fifth {
    width: 80%;
}

footer {
    background-color: #fff;
}

footer .container{
    display: flex;
    align-items: center;
    width: 1250px;
}

footer ul {
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 95%;
    padding: 0;
}

footer li {
    color: #0c5df8;
    font-weight: 700;
    font-size: 16px;
}

footer a {
    text-decoration: none;
}

footer hr {
    color: #d9d9d9;
    width: 100%;
    height: 2px;
    margin: 10px 0;
}

footer span {
    color: #0C5DF8;
}

footer p {
    color: #464646;
    font-size: 15px;
    margin-bottom: 5px;
}