/*@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css");*/


body {
    font-size: 12px;
}

h1, .h1 {
    font-size: calc(1.325rem + 0.4vw);
}

h2, .h2 {
    font-size: calc(1.325rem + 0.2vw);
}

.w-5 {
    width: 5% !important;
}

.w-10 {
    width: 10% !important;
}

.w-15 {
    width: 15% !important;
}

.w-20 {
    width: 20% !important;
}

.fs-10 {
    font-size: 12px !important;
}


.gray-bg {
    background-color: #f3f3f4;
}

.logo-name {
    color: #e6e6e6;
    font-size: 150px;
    font-weight: 800;
    letter-spacing: -10px;
    margin-bottom: 0px;
}

div .help-block {
    color: red;
}
