﻿body {
    margin: 0;
    height: 100%;
    background-image: url("/Images/myHealthPointe_bg.jpg") !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    min-height: 100vh;
}
.m-brand {
    width: 70% !important;
    padding: 7px 8px !important;
}
.linebreak {
    border-bottom-color: lightgray;
    border-bottom-style: solid;
    width: 100%;
    border-bottom-width: 1px;
    margin-bottom: 14px;
}

@media (min-width: 768px) {
    .mw-lg-25 {
        max-width: 30% !important
    }
}

@media (min-width: 992px) {
    .mw-lg-25 {
        max-width: 30% !important
    }
}

@media (min-width: 1200px) {
    .mw-lg-25 {
        max-width: 30% !important
    }
}

.w-100.mw-sm-50.mw-lg-25.mx-auto {
    background-color: white !important;
    padding: 2%;
    margin-top: 5%;    
}