body {
    font-family: "Poppins";
    min-height: 98vh;
    /*overflow: hidden;*/
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    max-width: 2560px;
    padding-right: 0px;
    padding-left: 0px;
}

.brand-wrapper {
    margin-bottom: 19px;
}

.login-card {
    border: 0;
    padding-top: 2%;
    padding-left: 9%;
    overflow: hidden;
}

.login-card-img {
    border-radius: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}


/*   .login-card .card-body {
    padding: 85px 60px 60px; } */

@media (max-width: 422px) {
    /* .login-card .card-body {
        padding: 35px 24px; } */
    .login-card form {
        max-width: 326px;
    }
}

.login-card-description {
    /*  font-size: 29px;
    font-weight: 500; */
    letter-spacing: 0.1em;
    margin-bottom: 23px;
    font-family: "Poppins";
    color: #020F22;
}
.pull-bottom
{
	position: fixed; 
	bottom: 0; 
	width:100%;
}
.login-card-copyright {
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.1em;
    margin-bottom: 23px;
    font-family: "Poppins";
    color: #020F22;
}

.form-control:focus {
    border-color: #000;
    box-shadow: 0 0 0 0.01rem rgba(0, 0, 0, 0.5);
}

.login-card form {
    max-width: 375px;
}

.login-card .form-control {
    border: 1px solid #020f2261;
    border-radius: 0px;
    padding: 15px 10px;
    margin-bottom: 20px;
    min-height: 45px;
    max-width: 500px;
    line-height: 15;
    font-weight: normal;
}

.login-card .form-control::-webkit-input-placeholder {
    font-family: "Poppins";
    font-weight: 400;
    display: table-cell;
    vertical-align: top;
    color: #020F22;
    font-size: 90%;
}

.login-card .form-control::-moz-placeholder {
    font-family: "Poppins";
    font-weight: 400;
    display: table-cell;
    vertical-align: top;
    color: #020F22;
    font-size: 90%;
}

.login-card .form-control:-ms-input-placeholder {
    font-family: "Poppins";
    font-weight: 400;
    display: table-cell;
    vertical-align: top;
    color: #020F22;
    font-size: 90%;
}

.login-card .form-control::-ms-input-placeholder {
    font-family: "Poppins";
    font-weight: 400;
    display: table-cell;
    vertical-align: top;
    color: #020F22;
    font-size: 90%;
}

.login-card .form-control::placeholder {
    font-family: "Poppins";
    font-weight: 400;
    display: table-cell;
    vertical-align: top;
    color: #020F22;
    font-size: 90%;
}

.login-card .login-btn {
    padding: 13px 20px 12px;
    background-color: #444d50;
    border-radius: 4px;
    font-family: "Poppins";
    font-size: 18px;
    font-weight: normal;
    line-height: 20px;
    color: #fff;
    margin-bottom: 24px;
}

.login-card .login-btn:hover {
    border: 1px solid #000;
    background-color: #2570cb;
    color: white;
}

.login-card .login-btn>i {
    float: right;
    color: white;
}

.loginErrorMessage {
    color: #2570cb;
    font-family: "Poppins";
}

.field-icon {
    float: right;
    margin-left: -25px;
    margin-top: -50px;
    margin-right: 10px;
    position: relative;
    color: #2570cb;
    z-index: 2;
}

#divusername {
    margin-top: 11%;
}

#divpassword {
    margin-top: 5%;
}

@media screen and (max-width: 750px) {
    .login-bg {
        visibility: hidden;
        clear: both;
        float: left;
        display: none;
    }
}

.logo {
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    background-size: 275px 110px;
    left: 80px;
    /*top: 20px;*/
    width: 275px;
    height: 115px;
    position: relative;
}

@media screen and (max-width: 320px) {
    .logo {
        align-self: center;
        left: 15%;
    }
    .login-card-description {
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 0.1em;
        margin-bottom: 23px;
        font-family: "Poppins";
        color: #020F22;
    }
    .login-card-copyright {
        font-size: 7px;
    }
}

@media screen and (max-width: 349px) and (min-width: 321px) {
    .logo {
        align-self: center;
        left: 25%;
    }
    .login-card-description {
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 0.1em;
        margin-bottom: 23px;
        font-family: "Poppins";
        color: #020F22;
    }
    .login-card-copyright {
        font-size: 8px;
    }
}

@media screen and (max-width: 400px) and (min-width: 350px) {
    .logo {
        align-self: center;
        left: 20%;
    }
    .login-card-description {
        font-size: 22px;
        font-weight: 500;
        letter-spacing: 0.1em;
        margin-bottom: 23px;
        font-family: "Poppins";
        color: #020F22;
    }
    .login-card-copyright {
        font-size: 8px;
    }
}

@media screen and (max-width: 499px) and (min-width: 401px) {
    .logo {
        align-self: center;
        left: 20%;
    }
    .login-card-description {
        font-size: 24px;
        font-weight: 500;
        letter-spacing: 0.1em;
        margin-bottom: 23px;
        font-family: "Poppins";
        color: #020F22;
    }
    .login-card-copyright {
        font-size: 8px;
    }
}

@media screen and (max-width: 570px) and (min-width: 500px) {
    .logo {
        align-self: center;
    }
    .login-card-description {
        font-size: 28px;
        font-weight: 500;
        letter-spacing: 0.1em;
        margin-bottom: 23px;
        font-family: "Poppins";
        color: #020F22;
    }
}

@media screen and (min-width: 571px) and (max-width: 930px) {
    .logo {
        align-self: center;
        left: 5%;
    }
    .login-card {
        left: -5%;
    }
    .login-card-description {
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 0.1em;
        margin-bottom: 23px;
        font-family: "Poppins";
        color: #020F22;
    }
}

@media (min-width: 750px) {
    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
}

@media screen and (min-width: 931px) and (max-width: 1100px) {
    .login-card-description {
        font-size: 24px;
        font-weight: 500;
        letter-spacing: 0.1em;
        margin-bottom: 23px;
        font-family: "Poppins";
        color: #020F22;
    }
}

.login-bg {
    background-image: url(../images/login_bg.svg);
    background-repeat: no-repeat;
    /*background-size: 750px;*/
    overflow: hidden;
    /* top: 0px; */
    /* margin-top: -20%; */
    width: 750px;
    height: 100vh;
    position: absolute;
    left: 50.5%;
    z-index: 80;
    margin-right: -20%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.newscard {
    /*border-color: #000;*/
    /*     border-color: rgba(220, 219, 219, 0.2);
    border-style: solid;
    border-width: 1px; */
    border-radius: 4px;
    font-family: "Poppins";
    font-weight: 400;
    color: #020F22;
    /*color: #fff;*/
    font-size: 16.0px;
    margin: -6px;
    /*background-color: rgba(220, 220, 220, 0.1);*/
    background-color: rgb(196 208 220 / 70%);
    /*background-color: #444d50;*/
    margin-top: 3%;
    height: 80px;
    width: 87%;
}

.newscard:hover {
    border: 1px solid #303D4D;
}

.newstitle {
    position: absolute;
    width: 120px;
    height: 121px;
    margin-left: -9px;
    margin-top: -9px;
}

.newsitem {
    font-family: "Poppins";
    font-size: 14.0px;
    font-weight: 500;
    margin-left: 10%;
}

.newstitle span {
    /* Abs positioning makes it not take up vert space */
    font-family: "Poppins";
    font-size: 14.0px;
    font-weight: 600;
    position: absolute;
    top: 49px;
    left: 9px;
    transform-origin: 0 0;
    transform: rotate(316deg);
    color: #ffffff;
}

.newstitleb {
    background-image: url(../images/newstitle_b.png);
    position: absolute;
    width: 9px;
    height: 9px;
    bottom: 28%;
    left: 3%;
}

.newstitlet {
    background-image: url(../images/newstitle_t.png);
    position: absolute;
    width: 10px;
    height: 6px;
    top: 3px;
    margin-left: 66%;
}

.newstitlebar {
    background-image: url(../images/newstitle.png);
    background-size: 85px;
    background-repeat: no-repeat;
    position: absolute;
    left: 3%;
    top: 2%;
    width: 121px;
    height: 121px;
}

.newscardmini {
    border-color: rgba(220, 219, 219, 0.6);
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    font-family: "Poppins";
    font-weight: 400;
    color: #020F22;
    font-size: 16.0px;
    margin: -6px;
    /* background-color: rgba(246, 246, 246, 0.3);*/
    background-color: rgb(196 208 220 / 70%);
    margin-top: 5%;
    height: 80px;
}

.newstitlemini {
    position: absolute;
    width: 120px;
    height: 121px;
    margin-left: -9px;
    margin-top: -9px;
}

.newsitemmini {
    font-family: "Poppins";
    font-size: 14.0px;
    font-weight: 500;
    margin-left: 15%;
}

.newstitlemini span {
    /* Abs positioning makes it not take up vert space */
    font-family: "Poppins";
    font-size: 10.0px;
    font-weight: 600;
    position: absolute;
    top: 35px;
    left: 7px;
    transform-origin: 0 0;
    transform: rotate(316deg);
    color: #fff;
}

.newstitlebmini {
    background-image: url(../images/newstitle_b.png);
    position: absolute;
    width: 9px;
    height: 9px;
    bottom: 48%;
    left: 3%;
}

.newstitletmini {
    background-image: url(../images/newstitle_t.png);
    position: absolute;
    width: 10px;
    height: 6px;
    top: 3px;
    margin-left: 45%;
}

.newstitlebarmini {
    background-image: url(../images/newstitle.png);
    background-size: 60px;
    background-repeat: no-repeat;
    position: absolute;
    left: 3%;
    top: 2%;
    width: 121px;
    height: 121px;
}

@media screen and (min-width: 750px) {
    #newscardmini {
        visibility: hidden;
        clear: both;
        float: left;
        display: none;
    }
}

.productcatalog {
    margin-left: 50px;
}

.products {
    margin-top: 1.5%;
}

.col-md-3point5 {
    width: 26%
}
.container .productcatalog
{
	/*margin-top: -15px;*/
}

.productcard {
    text-align: center;
    /* border-color: #303D4D;*/
    height: 170px; 
    font-family: "Poppins";
    font-weight: 400;
    color: #020F22;
    font-size: 16.0px;
    margin: 5px 10px;
    background-color: rgba(220, 220, 220, 0.1);
    /* border-color: rgba(220, 219, 219, 0.5);
	border-style: solid;
    border-width: 1px; */
    border: 1px solid rgba(45 140 255);
	border-radius: 4px;
}

.productcard:hover {
    border: 1px solid #303D4D;
}

.producttitle {
    font-family: "Poppins";
    font-weight: 500;
    color: #020F22;
    font-size: 16.0px;
    height: 10px;
    margin-top: 12px;
}

.productimg {
    height: 40px;
    width: 40px;
    margin-top: 11px;
}

.productdescription {
    padding-left: 3%;
    padding-right: 3%;
    /* text-align: justify; */
    word-spacing: -1px;
    /* text-align-last: left; */
    font-family: "Poppins";
    font-weight: 400;
    color: #506072;
    font-size: 13px;
}

.product-description-list-item {
    text-align: left;
    margin-left: -20px;
    text-align-last: left;
    font-family: "Poppins";
    font-weight: 400;
    color: #506072;
    margin-top: 5px;
    font-size: 12.5px;
}

ul.productdescriptionlist {
    list-style-image: url('../images/arrow.svg');
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .newstitle {
        position: absolute;
        width: 120px;
        height: 121px;
        margin-left: -81%;
        margin-top: -2%;
        float: left;
    }
    .newstitlemini {
        position: absolute;
        width: 120px;
        height: 121px;
        margin-left: -95%;
        margin-top: -2%;
        float: left;
    }
}

@media all and (display-mode: fullscreen) {
    body {
        margin-top: 2%;
    }
}

.sitedownmsg {
    width: 100%;
    text-align: center;
    color: #FF0000;
    font-weight: bold;
}

.ovf-hid {
    overflow: hidden;
}

@media screen and (min-width: 812px) and (max-width: 812px) {
    .login-bg {
        height: inherit;
    }
}

@media screen and (min-width: 1900px) and (max-width: 2600px) {
    body {
        max-width: 1366px;
    }
    .login-card {
        left: 25%;
    }
    .logo {
        left: 25%;
    }
}

@media screen and (min-width: 2601px) and (max-width: 3000px) {
    body {
        max-width: 1366px;
    }
    .login-card {
        left: 45%;
    }
    .logo {
        left: 45%;
    }
}

@media screen and (min-width: 3001px) and (max-width: 4000px) {
    body {
        max-width: 1366px;
    }
    .login-card {
        left: 80%;
    }
    .logo {
        left: 80%;
    }
}

@media screen and (min-width: 1360px) and (max-width: 1366px) {
    .login-bg {
        left: 44.5%;
    }
}

@media screen and (min-width: 1367px) and (max-width: 1450px) {
    .login-bg {
        left: 46%;
    }
}