@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
html {
    font-size: 16px !important;
    line-height: 22.8571px;
    text-size-adjust: 100%;
}
.abs{
    position: absolute;
}
.w100{
    width: 100%;
}
.h100{
    height: 100%;
}
.flex{
    display: flex;
}
.justify-center{
    justify-content: center;
}
.items-center{
    align-items: center;
}
.white{
    background: #fff;
}
.px2{
    padding-left: 1rem;
    padding-right: 1rem;
}
.text-center{
    text-align: center;
}
.py2{
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.m-x2{
    margin: 0 1rem;
}
.m-b3{
    margin-bottom: 2rem;
}
.m-b2{
    margin-bottom: 1rem;
}
.m-b15{
    margin-bottom: 1.5rem;
}
.m-r2{
    margin-right: 1rem;
}
.m-b1{
    margin-bottom: .5rem;
}
.scroll-template .block-content{
    border-radius: 4px;
}
.gray-mid-text{
    color: #5b6b78;
}
.small{
    font-weight: 400;
    line-height: 1.25rem;
    font-size: 0.875rem;
}
.bg-login{
    background-size: cover;
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
}
.darken{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(57,96,112,.3);
}
.card-logo {
    max-height: 40px !important;
    height: auto;
    display: block;
    max-width: 80%;
    width: auto;
}
h4 {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 2rem;
    font-family: 'Open Sans',sans-serif;
}
p {
    font-weight: 400;
    font-family: 'Open Sans',sans-serif;
    font-size: 16px;
    line-height: 1.75rem;
    word-wrap: break-word;
    text-size-adjust: 100%;
}
a {
    font-family: 'Open Sans',sans-serif;
    text-decoration: none;
}
p a {
    font-family: 'Open Sans',sans-serif;
}
a:hover, a:focus {
    text-decoration: underline;
}

.container-recommended-browser {
    border: 1px solid #cdcdcd;
    height: 150px;
    width: 100%;
}