﻿.bg-login-image {
    background-image: url(_content/Bismio.App.Shared/images/backgr-login.jpg);
    background-position: center;
    background-size: cover;
}

.bg-register-image {
    background: url(_content/Bismio.App.Shared/images/backgr-register.jpg);
    background-position: center;
    background-size: cover;
}

.bm-policy-wrapper h1 {
    font-size: 1.5rem;
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    color: #363d47;
}

.bm-policy-wrapper h2 {
    font-size: 22px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0.5rem;
    line-height: 1.2;
    color: #363d47;
}

.bm-policy-wrapper h3 {
    font-size: 18px;
    font-weight: 600;
    color: #363d47;
}

.bm-policy-wrapper h4 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    color: #363d47;
}