html {
    font-size: 14px;
}


.modalWrapper {
    position: fixed;
    left: 0px;
    top: 0px;
    text-align: center;
    overflow: auto;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255, 0.6);
    z-index: 99998;
}

.modalMain {
    position: relative;
    top: 5%;
    width: 60%;
    max-width: 500px;
    margin: auto;
}

.modal-right-btn {
    position: absolute;
    right: 17px;
}


.validation-summary-errors {
    margin: 10px 0px;
    color: #a94442 !important;
    background-color: #f2dede;
    border: 1px solid #ebccd1;
    border-left: none;
    border-right: none;
    padding: 15px 0px 0px;
}

#imgAes {
    margin-top: 15px;
    width: 83%;
}

#imgLogoNav {
    max-height: 80px;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}
 
html {
    position: relative;
    min-height: 100%;
}

footer {
    padding: 20px 0px;
}

.hr {
    margin: 40px 0px
}

.btn-img {
    width: 25px;
    padding-right: 8px;
    margin-top: -2px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-25 {
    margin-top: 25px;
}

a {
    cursor: pointer;
    color: #c21a00;
}

    a:hover, a:active {
        cursor: pointer;
        color: #424242;
    }


#divLoading {
    position: fixed;
    background-color: rgba(255,255,255,0.8);
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 999988;
    display: none;
}

#divLoadingInner {
    position: absolute;
    left: 45%;
    top: 35%;
    z-index: 99999;
}

#divLoadingSpinner {
    -webkit-animation: spinLoadingDiv 1.5s linear infinite;
    animation: spinLoadingDiv 1.5s linear infinite;
    width: 100px;
    height: 100px;
    margin: auto;
    border: 12px solid #f3f3f3;
    border-radius: 50%;
    border-top: 12px solid #c21a00;
}

@keyframes spinLoadingDiv {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.ml-25 {
    margin-left: 25px;
}

#divMessageModalContent {
    margin-top: 20%;
}

.modal-content {
    overflow: auto;
    max-height: 90vh;
}

.modal-body {
    overflow: auto;
    max-height: 80vh;
}


#divScreenShotTitle {
    background: #424242;
    color: #fff;
    padding: 25px;
}

.screenshot {
    width: 100%;
    max-width: 375px;
    margin-top: 20px;
}

h1 {
    color: #424242;
    text-transform: uppercase;
}

#hTagLine {
    color: #424242;
    padding: 10px;
}

.btn-hero {
    background-color: #fff;
    color: #424242;
    border-color: #424242;
    margin: 10px;
}

    .btn-hero:hover {
        background-color: #cecece;
        color: #424242;
    }

.btn-red {
    background-color: #c21a00;
    color: #fff;
    border-color: #424242;
}

    .btn-red:hover, .btn-red:active, .btn-red:visited {
        background-color: #424242;
        color: #fff;
    }

    .btn-red:disabled {
        background-color: #761304;
        color: #caafaa;
        border: 1px solid
    }

img {
    padding: 0px;
    margin: 0px;
}

.pwld-section {
    padding: 40px;
    margin-top: 50px
}

#imgTwoFactor {
    width: 100%;
    max-width: 250px;
    padding: 10px 0px 15px;
    margin: auto;
}

#imgNoDeviceLimit {
    width: 100%;
    max-width: 500px;
    padding: 10px 0px 15px;
}

#divCrackPasswordResult {
    width: 100%;
    float: left;
    margin: 15px 0px;
    padding: 15px;
}

#imgCrackPassword {
    width: 100%;
    max-width: 600px;
}

#spCrackPasswordResult {
    font-size: 23pt;
    margin: 24px 8px;
}


#imgCrackPasswordResult {
    width: 60px;
    margin-top: -10px
}

.txt-error {
    border: solid 1px #b12a2a !important;
    background-color: #fbd8dd !important;
}

.loading-spinner {
    display: inline-block;
    width: 80px;
    height: 80px;
    border: 3px solid rgba(51,51,51,.3);
    border-radius: 50%;
    border-top-color: #333333;
    -webkit-animation: load-spin 1s ease-in-out infinite;
    animation: load-spin 1s ease-in-out infinite;
    position: relative;
    top: 4px;
    margin: 20px;
}

@keyframes load-spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes load-spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

.pwResult {
    padding: 6px 2px;
    margin-left: 3px;
    border: solid 1px #cecece;
    border-radius: 8px;
}

#ulPwRules {
    list-style: none;
}

    #ulPwRules img {
        width: 22px;
        margin-right: 10px;
    }


#divMessage {
    position: fixed;
    top: 0px;
    left: 0px;
    text-align: center;
    width: 100%;
    color: black;
    z-index: 99999997;
    display: none;
    text-align: center;
}

    #divMessage a {
        font-size: 15pt;
        color: #000;
        position: relative; 
        text-decoration: none;
        border: solid 1px #424242;
        background-color: #ffffffc2;
        border-radius: 50%;
        padding: 0px 11px;
        float: right;
    }

.msg-error {
    color: #a94442;
    background-color: #f2dedee0;
    border: 1px solid #ebccd1;
    border-left: none;
    border-right: none;
    padding: 15px;
}

.col-ss {
    padding: 0px !important;
}

.msg-success {
    color: #3c763d;
    background-color: #dff0d8d9;
    border: 1px solid #d6e9c6;
    border-left: none;
    border-right: none;
    padding: 15px;
}

.msg-warn {
    color: #8a6d3b;
    background-color: #fcf8e3e0;
    border: 1px solid #faebcc;
    border-left: none;
    border-right: none;
    padding: 15px;
}

.msg-info {
    color: #059;
    background-color: #bbeeffeb;
    border: 1px solid #94def6;
    border-left: none;
    border-right: none;
    padding: 15px;
}

.cb-25 {
    width: 25px;
    height: 25px;
    float: left;
}

.red-link {
    color: #c21a00 !important;
    text-decoration: none;
}

.red-text {
    color: #c21a00 !important;
}

.span-copied {
    margin-left: 10px;
    margin-top: 5px;
    padding: 8px;
    display: none
}

#divPwGenerator {
    display: none;
    background-color: rgba(0,0,0, 0.4);
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2023;
}

.pw-gen-card {
    vertical-align: middle;
    margin: auto;
    width: 90%;
    max-width: 650px;
    position: relative;
    top: 15%;
}

#aPwGenClose {
    position: absolute;
    top: 12px;
    right: 12px;
}

.pw-length {
    width: 70px;
    background-color: white !important;
    float: left;
    padding: 8px 8px 8px 18px;
    font-size: 18pt;
    float: left;
}

.pw-gen-section {
    border-bottom: solid 1px #cecece;
    padding-bottom: 0px;
    padding-top: 10px;
}

#pwSliderOuterContainer {
    width: 60%;
    float: left;
    margin-left: 20px;
    margin-bottom: 20px;
}

.slidecontainer {
    width: 100%;
}

.slider {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 25px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

    .slider:hover {
        opacity: 1;
    }

    .slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 25px;
        height: 25px;
        background: #c21a00;
        cursor: pointer;
    }

    .slider::-moz-range-thumb {
        width: 25px;
        height: 25px;
        background: #c21a00;
        cursor: pointer;
    }

.pw-gen-cb {
    clear: left;
    float: left;
    margin-top: 8px;
}

.pw-gen-label {
    margin-left: 8px;
}

#imgRefresh {
    margin-right: 8px;
    width: 30px;
}

#lblFullName {
    margin-top: 12px;
    margin-right: 30px;
    float: left;
    font-size: 20pt;
    text-decoration: underline;
    color: #c21a00;
}

#txtCrackPassword {
    width: 100%;
    font-size: 16pt;
}

#aCrackPasswordClear {
    position: absolute;
    top: 7px;
    right: 8px;
    cursor: pointer;
    display: none;
}

#imgCrackPasswordClear {
    width: 30px;
}

#spCrackTime {
    float: left;
    margin-left: 6px;
    padding: 6px
}

#divHomePwGenerator {
    border: solid 1px #424242;
    padding: 8px;
}

#divHomePwGenSlider {
    width: 100%;
    text-align: center;
}

#divHomePwGenSliderInner {
    width: 60%;
    margin: auto;
}

#divPwGenHeader {
    background-color: #c21a00;
    padding: 10px 0px;
    margin: -8px;
}

#h1PwGenHeader {
    color: #fff;
}

#divHomeGeneratedPw {
    background-color: #424242;
    padding: 10px 0px;
    margin: -8px;
}

#txtGeneratedPw {
    color: #fff;
}

.txt-pw {
    padding-right: 70px !important;
}

.pw-eye {
    width: 40px;
    position: absolute;
    right: 15px;
    top: 16px;
}

#spOtherPwMgrs {
    font-weight: bold;
    font-size: 14pt;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

@media (max-width: 768px) {

    footer {
        text-align: center;
        font-size: 10pt;
    }

    #lblFullName {
        font-size: 13pt;
        margin-left: 20px;
    }

    #imgLogoNav {
        max-width: 200px;
    }

    #imgAes {
        width: 33%
    }

    .btn-success {
        color: #fff;
        background-color: #198754 !important;
        border-color: #198754;
    }

    #hTagLine {
        width: 100%;
        text-align: center;
    }

    .btn-hero {
        width: 95% !important;
        margin-top: 5px;
    }

    #divLoadingInner {
        position: absolute;
        left: 35%;
        left: 40%;
        top: 25%;
        z-index: 99999;
    }

    #divLoadingSpinner {
        -webkit-animation: spinLoadingDiv 1.5s linear infinite;
        animation: spinLoadingDiv 1.5s linear infinite;
        width: 80px;
        height: 80px;
        margin: auto;
        border: 8px solid #f3f3f3;
        border-radius: 50%;
        border-top: 8px solid #c21a00;
    }

    .pwld-section {
        padding: 15px;
    }

    #divHomePwGenSlider {
        width: 100%;
    }

    #divHomePwGenSliderInner {
        width: 100%;
    }

    #imgCrackPasswordClear {
        width: 25px
    }

    #aCrackPasswordClear {
        top: 10px;
        right: 8px;
    }

    #divCrackPasswordResult {
        width: 100%;
        float: left;
    }


    #spCrackPasswordResult {
        font-size: 15pt;
        margin: 24px 6px;
    }

    #imgCrackPasswordResult {
        width: 45px;
        margin-top: -10px
    }

    .hr {
        margin: 20px 0px
    }

    h1 {
        font-size: 17pt;
    }

    #aPwShowHide {
        top: 12px;
    }

    #spOtherPwMgrs {
        font-size: 16pt;
    }
}
