﻿
body { 
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #F8F9FB
}

.page-holder {
    overflow-x: hidden;
    min-height: calc(100vh - 72px)
} 

.form-control {
    background-color: #fff;
    border: 1px solid #ced4da;
}


h2, .h2 {
    font-size: 1.8rem;
}

.text-primary {
    /*color: #4680ff !important;*/
}

.text-base {
    font-size: .9rem !important;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: .5rem;
    font-family: "Poppins",sans-serif;
    font-weight: 800;
    line-height: 1.2;
    color: inherit;
}