﻿body {
    margin: 0;
    font-family: "Open Sans", sans-serif;
    /*font-size: 0.9rem;*/
    font-weight: 400;
    line-height: 1.6;
    color: #212529;
    text-align: left;
    background-color: #f8fafc;
}
.text-center {
    text-align: center !important;
}

.d-block {
    display: block !important;
}
.pb-4, .py-4 {
    padding-bottom: 1.5rem !important;
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important;
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important;
}
.mb-3, .my-3 {
    margin-bottom: 1rem !important;
}

h2, .h2 {
    font-size: 1.8rem;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
.btn-block {
    display: block;
    width: 100%;
}

.btn-primary{
    color: #fff;
    background-color: #3490dc;
    border-color: #3490dc;
}

.form-group {
    margin-bottom: 1rem;
}

.k-button {
    color: #fff;
    background-color: #3490dc;
    border-color: #3490dc;
}

/*------------------------------------------------------------------*/

.header-brand-Emergency-Event {
    padding-top: 24px;
    padding-bottom: 6px;
    background-color: white;
}
.header__logo-img {
    width: 30%;
    height: 30%;
}

.header__logo-img-customer {
    width: 60%;
    height: 60%;
}


