﻿/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .body-content {
        padding: 0;
    }
}

#btnStateLogin > span {
    display: inline-block;
    position: relative;
    top: 2.5px;
    background-image: url("https://webtest.odmhsas.org/AccessControl/Login/content/images/state.svg");
    /*background-image: url("https://localhost:44393/content/images/state.svg");*/
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}

#btnStateLogin:hover > span {
    display: inline-block;
    position: relative;
    top: 2.5px;
    background-image: url("https://webtest.odmhsas.org/AccessControl/Login/content/images/state-white.svg");
    /*background-image: url("https://localhost:44393/content/images/state-white.svg");*/
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}

.form-check .form-checkInput > input {
    float: left;
    margin-left: -1.5rem;
}

.form-checkInput > input {
    --bs-form-check-bg: var(--bs-body-bg);
    flex-shrink: 0;
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-form-check-bg);
    background-image: var(--bs-form-check-bg-image);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: var(--bs-border-width) solid var(--bs-border-color);
    color-adjust: exact;
    print-color-adjust: exact;
}