* {
    margin: 0;
}

html, body {
    height: 100%;
    background-color: #bfbfbf
}

body {
    font-family: 'PT Sans', sans-serif !important;
    font-size: 14px;
}


b {
    font-weight: 700;
}

a {
    color: #176480;
}

.newsFeed span {
    color: #176480 !important;
}

a.newsFeed p {
    color: #176480 !important;
}


p {
    background: transparent !important;
    color: #fff !important;
}

font {
    color: #fff !important;
}

span {
    background: transparent !important;
    color: #fff !important;
}

h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 2px 0;
    font-weight: bold;
    /*font-family: 'helvitica-bold';*/
}

.announcement-body-content {
    color: #fff !important;
    background-color: transparent !important;
}

.logo-info-container p {
    color: #333 !important;
}

.office-hours-holder p {
    color: #333 !important;
}

.logo-info-container {
    width: 100%;
    padding: 10px 0 10px 0;
}


.info-container p a {
    color: #1a7191 !important;
}

.info-container {
    margin-top: 10px;
}

    .info-container p {
        padding-left: 50px;
        margin: 0 !important
    }



.home-bg {
    background: -moz-linear-gradient(89deg, rgba(17,75,96,1) 0%, rgba(23,100,128,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(23,100,128,1)), color-stop(100%, rgba(17,75,96,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(89deg, rgba(17,75,96,1) 0%, rgba(23,100,128,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(89deg, rgba(17,75,96,1) 0%, rgba(23,100,128,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(89deg, rgba(17,75,96,1) 0%, rgba(23,100,128,1) 100%); /* ie10+ */
    background: linear-gradient(1deg, rgba(17,75,96,1) 0%, rgba(23,100,128,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#176480', endColorstr='#114b60',GradientType=0 ); /* ie6-9 */
}

.home-right-bg {
    background-image: url("../images/homepage/home-right-bg.png");
    background-repeat: no-repeat;
    background-position: 97% 0;
    background-size: contain;
}

.home-container {
    width: 100%;
    height: auto;
    min-height: 520px;
}

.errorBox ul {
    text-align: center;
    list-style: none;
    font-size: 12px;
    padding: 0;
    color: #fe3939 !important;
    font-weight: 600
}

.footer {
    height: auto;
}

.footer-container {
    height: auto;
    margin-top: 1px;
    background-color: #bfbfbf;
}

.login-header-holder {
    color: #fff;
    background-image: url("../images/homepage/login-locked-img.png");
    background-repeat: no-repeat;
    background-position: 100% 4px;
    margin-top: 18px;
}

    .login-header-holder h3 {
        font-size: 14px;
        height: 30px;
    }


.login-container {
    background-image: url("../images/homepage/gradient-login-bg.png");
    background-size: contain;
    height: auto;
    min-height: 500px;
    color: #fff
}

.carousel-holder {
    /*margin-top:40px;*/
}

.login-field-holder {
    margin-top: 20px;
}

    .login-field-holder input {
        font-size: 15px;
        height: 45px;
        -webkit-box-shadow: 0px 3px 6px 0px rgba(50, 50, 50, 0.7);
        -moz-box-shadow: 0px 3px 6px 0px rgba(50, 50, 50, 0.7);
        box-shadow: 0px 3px 6px 0px rgba(50, 50, 50, 0.7);
    }

.login-btn-style {
    /*font-family: 'helvitica-bold';*/
    font-weight: bold;
    border-top: 1px solid #104355;
    border-left: 1px solid #104355;
    border-right: 1px solid #104355;
    border-bottom: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 20px;
    height: 45px;
    width: 100%;
    -webkit-box-shadow: 0px 6px 6px 0px rgba(50, 50, 50, 0.7);
    -moz-box-shadow: 0px 6px 6px 0px rgba(50, 50, 50, 0.7);
    box-shadow: 0px 6px 6px 0px rgba(50, 50, 50, 0.7);
    background: -moz-linear-gradient(90deg, rgba(20,86,110,1) 0%, rgba(29,125,160,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(29,125,160,1)), color-stop(100%, rgba(20,86,110,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(90deg, rgba(20,86,110,1) 0%, rgba(29,125,160,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(90deg, rgba(20,86,110,1) 0%, rgba(29,125,160,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(90deg, rgba(20,86,110,1) 0%, rgba(29,125,160,1) 100%); /* ie10+ */
    background: linear-gradient(0deg, rgba(20,86,110,1) 0%, rgba(29,125,160,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d7da0', endColorstr='#14566e',GradientType=0 ); /* ie6-9 */
}

.logoff-btn {
    /*text-align:center*/
}

.loggedOnBox ul li label {
    font-weight: normal
}

.divActiveUsers {
    display: none;
}

.loggedOnBox {
    display: none;
    padding-bottom: 15px;
}

    .loggedOnBox ul {
        list-style: none;
        padding: 0;
    }

        .loggedOnBox ul li span {
            margin-left: 3px;
            font-weight: 800
        }

.errorBox {
    color: #e06767 !important;
    font-size: 14px;
    bottom: 4px;
    position: relative;
}

.LogoffButton {
    font-weight: 700;
    border-top: 1px solid #104355;
    border-left: 1px solid #104355;
    border-right: 1px solid #104355;
    border-bottom: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    height: 30px !important;
    width: 75px;
    font-size: 11px !important;
    -webkit-box-shadow: 0px 6px 6px 0px rgba(50, 50, 50, 0.7);
    -moz-box-shadow: 0px 6px 6px 0px rgba(50, 50, 50, 0.7);
    box-shadow: 0px 6px 6px 0px rgba(50, 50, 50, 0.7);
    background: -moz-linear-gradient(270deg, rgba(139,189,76,1) 0%, rgba(98,133,53,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(139,189,76,1)), color-stop(100%, rgba(98,133,53,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(270deg, rgba(139,189,76,1) 0%, rgba(98,133,53,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(270deg, rgba(139,189,76,1) 0%, rgba(98,133,53,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(270deg, rgba(139,189,76,1) 0%, rgba(98,133,53,1) 100%); /* ie10+ */
    background: linear-gradient(180deg, rgba(139,189,76,1) 0%, rgba(98,133,53,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8bbd4c', endColorstr='#628535',GradientType=0 ); /* ie6-9 */
    /* ie6-9 */
}


.forgotPassword {
    color: #fff;
    text-decoration: none;
    padding-bottom: 5px;
    border-bottom: 1px solid #628535;
}

    .forgotPassword:hover {
        color: #eaebe8;
        text-decoration: none;
    }

    .forgotPassword:active {
        color: #eaebe8;
        text-decoration: none;
    }


    .forgotPassword:visited {
        color: #eaebe8;
        text-decoration: none;
    }

    .forgotPassword:focus {
        color: #eaebe8;
        text-decoration: none;
    }

.row-12 {
    margin-right: -12px;
    margin-left: -12px;
}

.header {
    background-color: #fff;
}

.latest-news-holder {
    height: auto;
    min-height: 170px;
    width: 23.2%;
}

.support-hours-holder {
    background-color: #628535;
    height: auto;
    min-height: 170px;
    width: 30.8%;
    text-align: center;
    color: #fff;
}

.nicescroll-cursors {
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border: none !important;
}

.support-hours-holder p {
    font-size: 14px;
    color: #fff !important;
    text-align: center;
    margin: 0
}

.support-hours-holder span {
    font-size: 16px;
    font-weight: 700;
    margin-right: 32px;
    margin-left: -12px
}

.office-hours-holder {
    background-image: url("../images/homepage/footer-img-bg.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 100% 0;
    height: auto;
    min-height: 170px;
    width: 45.3%;
}

.support-hours-content {
    margin-top: 40px;
}

    .support-hours-content p img {
        position: relative;
        top: -8px;
        left: -20px
    }

.office-hours-content p {
    font-weight: 600;
    margin: 0
}

.office-hours-content span {
    color: #333 !important;
}

.office-hours-content {
    margin-top: 42px;
    color: #333333 !important;
    margin-left: 25px;
}

.ohours-headertitle {
    padding-bottom: 2px;
    font-weight: bold;
    font-size: 14px;
}

span.bold {
    color: #333333;
    font-weight: bold;
}

.latest-news-content {
    margin-top: 20px;
}

.latest-news-header {
    padding-bottom: 5px;
    margin-bottom: 15px;
    /*border-bottom:3px solid #176480;*/
}

span.latest-news-text {
    text-transform: uppercase;
    /*font-family: 'helvitica-bold';*/
    font-weight: bold;
    color: #333333 !important;
}

.arrow-holder {
    top: 18px;
    right: 14px;
    position: absolute;
}

div.left-img {
    position: absolute;
    top: 0;
    right: 22px;
    cursor: pointer;
    height: 30px !important;
    right: 28px;
    left: auto;
    background: none
}

div.right-img {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    height: 30px !important;
    left: auto;
    right: 0;
    background: none
}


.latest-news-content-holder {
    height: 80px;
    overflow-x: auto;
}

.need-training-btn {
    width: 100%;
    border-bottom: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff !important;
    height: 45px;
    width: 100%;
    border: 1px solid #104355;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(50, 50, 50, 0.7);
    -moz-box-shadow: 0px 3px 6px 0px rgba(50, 50, 50, 0.7);
    box-shadow: 0px 3px 6px 0px rgba(50, 50, 50, 0.7);
    background: -moz-linear-gradient(90deg, rgba(20,86,110,1) 0%, rgba(29,125,160,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(29,125,160,1)), color-stop(100%, rgba(20,86,110,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(90deg, rgba(20,86,110,1) 0%, rgba(29,125,160,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(90deg, rgba(20,86,110,1) 0%, rgba(29,125,160,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(90deg, rgba(20,86,110,1) 0%, rgba(29,125,160,1) 100%); /* ie10+ */
    background: linear-gradient(0deg, rgba(20,86,110,1) 0%, rgba(29,125,160,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d7da0', endColorstr='#14566e',GradientType=0 ); /* ie6-9 */
}


.continue-btn {
    -webkit-box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.7);
    -moz-box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.7);
    box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.7);
    color: #fff;
    background: -moz-linear-gradient(270deg, rgba(139,189,76,1) 0%, rgba(98,133,53,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(139,189,76,1)), color-stop(100%, rgba(98,133,53,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(270deg, rgba(139,189,76,1) 0%, rgba(98,133,53,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(270deg, rgba(139,189,76,1) 0%, rgba(98,133,53,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(270deg, rgba(139,189,76,1) 0%, rgba(98,133,53,1) 100%); /* ie10+ */
    background: linear-gradient(180deg, rgba(139,189,76,1) 0%, rgba(98,133,53,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8bbd4c', endColorstr='#628535',GradientType=0 ); /* ie6-9 */
    /* ie6-9 */
}

    .continue-btn:hover {
        color: #fff
    }

    .continue-btn:active {
        color: #fff
    }

    .continue-btn:focus {
        color: #fff
    }

.need-training-btn:hover {
    color: #fff;
}


@media screen and (max-width: 1199px) and (min-width: 991px) {
    .login-header-holder h3 {
        font-size: 12px;
    }

    .login-field-holder {
        margin-top: 0;
    }

    .home-right-bg {
        background-position: 100% 0
    }
}

@media screen and (max-width: 990px) {
    .home-right-bg {
        background-image: initial;
    }

    .logo-info-container {
        padding: 10px 0 10px 0
    }

    .form-group {
        margin-bottom: 10px
    }

    .login-container {
        min-height: 468px;
    }

    .login-field-holder {
        margin-top: 0;
    }
}

.announcement-text {
    color: #fff !important;
    font-size: 28px;
    letter-spacing: 1.5px;
    margin-top: 20px;
}

#home-content-carousel {
    color: #fff;
}


.green {
    font-weight: 700;
    font-size: 16px;
    color: #628535 !important
}

.blue {
    font-size: 16px;
    font-weight: 700;
    color: #16657f !important
}

.follow-us {
    width: 100%;
    font-weight: 700;
    color: #16657f !important
}

#home-content-carousel .carousel-indicators {
    text-align: left !important;
    margin-left: 0;
    left: 0;
    bottom: -40px;
}

#home-content-carousel .item {
    font-size: 14px;
    /**height:388px;**/
    overflow-x: hidden;
    overflow-y: auto;
}

#login_footer {
    text-align: center;
    font-size: 10px;
}


.nicescroll-cursors {
    right: -10px;
    display: block !important;
}


#home-content-carousel .item p {
    line-height: 26px;
}

#home-content-carousel .item span {
    color: #fff !important
}

#home-content-carousel a {
    color: #aee0f3;
    text-decoration: none
}

#home-content-carousel .carousel-indicators li {
    width: 16px;
    height: 16px;
    margin-right: 12px;
}

.ln-item {
    height: 75px;
    -webkit-transition: 0.3s ease-in-out top;
    -moz-transition: 0.3s ease-in-out top;
    -ms-transition: 0.3s ease-in-out top;
    -o-transition: 0.3s ease-in-out top;
    transition: 0.3s ease-in-out top;
}

.error-message {
    border: 1px solid red;
}

.error-message-text {
    color: red;
}

.modal-body p {
    color: #333 !important;
    font-size: 18px;
}

.modal-header span {
    color: #333 !important;
}

#announcement-loader {
    position: absolute;
    top: 25%;
    left: 40%;
    font-size: 10px;
}


.need-training-content .item span {
    color: #333 !important;
}

.need-training-content .item p {
    color: #333 !important;
}


.need-training-content .item font {
    color: #333 !important;
}

.need-training-content .item {
    padding-bottom: 15px;
    border-bottom: 5px solid #333;
    margin-bottom: 15px;
}


#announcement-loader-green {
    position: absolute;
    top: 25%;
    left: 50%;
    font-size: 10px;
    color: #2893fa !important;
}

#latestnews-loader {
    font-size: 6px;
    position: absolute;
    left: 45%;
    margin: 0 !important;
    top: 104px;
}

/**loading css property**/
.loader {
    color: #ffffff;
    margin: 100px auto;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    text-indent: -9999em;
    -webkit-animation: load4 1.3s infinite linear;
    animation: load4 1.3s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

@-webkit-keyframes load4 {
    0%, 100% {
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }

    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    25% {
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }

    75% {
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }

    87.5% {
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
}

@keyframes load4 {
    0%, 100% {
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }

    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    25% {
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }

    75% {
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }

    87.5% {
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
}

#announcement-title {
    width: 200%;
    font-weight: 600
}

#home-content-carousel .carousel-inner {
    height: 388px !important
}

    #home-content-carousel .carousel-inner .item {
        /**height:372px !important;**/
    }

.carousel-fade .carousel-inner .item {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

    .carousel-fade .carousel-inner .active.left,
    .carousel-fade .carousel-inner .active.right {
        left: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        z-index: 1;
    }

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
    filter: alpha(opacity=10);
}

.carousel-fade .carousel-control {
    z-index: 2;
}

.need-training-content {
    height: 400px !important;
}

.needtraining-t {
    font-size: 24px;
    font-weight: 700
}

.needtraining-p {
    color: #fff !important;
    background-color: transparent !important;
}

.neddtraining-gdate {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

#ActiveUserDetail {
    margin: 15px 0 10px
}

    #ActiveUserDetail ul {
        margin: 0;
        padding: 0;
        list-style: none
    }

#exceedagencyuser {
    padding-bottom: 10px;
    width: 100%;
    float: left;
}

ul {
    list-style: none !important
}

#forgot-password-modal-container ul {
    list-style: disc !important;
}

#pin-modal-container ul {
    list-style: disc !important;
}

#new-password-modal-container ul {
    list-style: disc !important;
}

#new-password-modal-container .modal-content {
    width: 165% !important;
}



/* General styles for centering the modal */
#forgot-password-modal-container .modal-dialog, #pin-modal-container .modal-dialog {
    margin: 30px auto; /* Top margin for spacing and auto to center horizontally */
    position: relative;
    max-width: 100%; /* Ensure the modal does not exceed the viewport width */
}

@media (max-width: 575.98px) {
    #forgot-password-modal-container .modal-dialog, #pin-modal-container .modal-dialog {
        width: 90%; /* Adjust width for extra small devices */
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    #forgot-password-modal-container .modal-dialog, #pin-modal-container .modal-dialog {
        width: 50%; /* Adjust width for small devices */
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    #forgot-password-modal-container .modal-dialog, #pin-modal-container .modal-dialog {
        width: 30%; /* Adjust width for medium devices */
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    #forgot-password-modal-container .modal-dialog, #pin-modal-container .modal-dialog {
        width: 30%; /* Adjust width for large devices */
    }
}

@media (min-width: 1200px) and (max-width: 1400px) {
    #forgot-password-modal-container .modal-dialog, #pin-modal-container .modal-dialog {
        width: 25%; /* Adjust width for extra large devices */
    }
}

@media (min-width: 1401px) and (max-width: 1850px) {
    #forgot-password-modal-container .modal-dialog, #pin-modal-container .modal-dialog {
        width: 20%; /* Adjust width for extra large devices */
    }
}

@media (min-width: 1581px) {
    #pin-modal-container .modal-dialog {
        width: 20%; /* Adjust width for very large screens */
        max-width: 800px; /* Optional: limit maximum width */
    }

    #forgot-password-modal-container .modal-dialog {
        width: 15%; /* Adjust width for very large screens */
        max-width: 800px; /* Optional: limit maximum width */
    }
}

.icon-control + .glyphicon {
    position: absolute;
    right: 0;
    padding: 10px 15px;
    color: black !important;
    z-index: 10;
}

ul.password-requirements > li {
    font-weight: 600;
}

#announcementResendPIN.disabled {
    pointer-events: none;
    opacity: 0.6;
    cursor: not-allowed;
}