﻿@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;1,100;1,300;1,400;1,500;1,700&display=swap');

* {
    margin: 0;
    padding: 0;
}

html,
body {
    min-height: 100%;
    height: 100%;
}

body {
    background: #f6f6f6;
    font-size: 16px;
    padding: 0px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 1.4em;
}


/*for login updates box style start*/
.signin-form-wrapper {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    background: none;
}

    .signin-form-wrapper .signin-form {
        max-width: 40%;
        position: relative;
        flex: 40%;
        background: #f6f6f6;
        font-size: 16px;
        padding: 0px;
        font-family: 'Roboto', Arial;
        font-weight: 300;
        background: url(../images/login-bg-image.webp) no-repeat center center #f6f6f6;
        background-size: cover;
    }

.latestupdates-login .logincont_wrapper {
    padding: 15px 20px 10px;
}

.latestupdates-login .latestupdates-inner {
    border: solid 1px #E6ECF0;
    border-radius: 10px;
    background-color: #fff;
}

.updates-header {
    padding: 13px 15px;
}

.latestupdates-login .logincontentwrapper p {
    padding: 10px 0;
}

.latestupdates-login .updates-header h3 {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    margin: 0;
    line-height: 24px;
}

.latestupdates-login .updates-body {
    border-top: solid 1px #E6ECF0;
    border-bottom: solid 1px #E6ECF0;
    margin-bottom: 15px;
    height: 85vh;
    overflow-y: hidden;
}

.latestupdates-login .logincontentwrapper ol {
    padding-right: 11px;
    margin-top: 15px;
    margin-left: 30px;
}

    .latestupdates-login .logincontentwrapper ol li {
        padding-bottom: 10px;
    }



.latestupdates-login .updates-body::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
    border-radius: 10px;
    /*background-color: #D8D8D8;*/
}

.latestupdates-login .updates-body::-webkit-scrollbar {
    width: 4px;
    /*background-color: #D8D8D8;*/
    border-radius: 10px;
}

.latestupdates-login .updates-body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);*/
    background-color: #d8d8d8;
}


.latestupdates-login span.badge-updates.social {
    background: #068A2D;
}

.latestupdates-login span.badge-updates.primary {
    background: #3255D8;
}

.latestupdates-login .display-flex {
    display: flex;
    height: 100%;
    background: #f6f6f6;
}


@media (max-width:1024px) {
    .latestupdates-login .display-flex {
        display: flex;
        height: auto;
    }

    .latestupdates-login .margin-r-10 {
        margin-right: 0px;
    }

    .latestupdates-login .updates-body {
        overflow-y: auto;
    }
}

.latestupdates-login .display-flex .grid-2 {
    flex: 50%;
    max-width: 50%;
}

.latestupdates-login span.badge-updates {
    color: #fff;
    background: transparent;
    font-size: 18px;
    line-height: 22px;
    padding: 5px 20px;
    display: inline-block;
    margin-top: 10px;
    font-weight: 500;
    margin-bottom: 20px;
}

.latestupdates-login .margin-r-10 {
    margin-right: 15px;
}

.latestupdates-login .logincontentwrapper {
    padding: 0 15px 25px;
    height: calc(100vh - 190px);
    overflow-y: scroll;
    margin-right: 15px;
}

    .latestupdates-login .logincontentwrapper strong {
        font-weight: 600;
    }

    .latestupdates-login .logincontentwrapper a {
        color: #0053B3;
        text-decoration: underline;
    }

        .latestupdates-login .logincontentwrapper a:hover {
            text-decoration: none;
        }

.latestupdates-login .whitebg_login {
    background: #fff;
    height: 100%;
}



.latestupdates-login .logincontentwrapper ul {
    padding-right: 11px;
    margin-top: 15px;
    margin-left: 30px;
}

    .latestupdates-login .logincontentwrapper ul li {
        padding-bottom: 10px;
    }

.latestupdates-login .logincontentwrapper::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
    border-radius: 10px;
    /*background-color: #D8D8D8;*/
}

.latestupdates-login .logincontentwrapper::-webkit-scrollbar {
    width: 4px;
    /*background-color: #D8D8D8;*/
    border-radius: 10px;
}

.latestupdates-login .logincontentwrapper::-webkit-scrollbar-thumb {
    border-radius: 10px;
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);*/
    background-color: #d8d8d8;
}

@media(max-width:1024px) {
    .latestupdates-login .display-flex .grid-2 {
        flex: 100%;
        max-width: 100%;
    }

    .latestupdates-login .display-flex {
        flex-wrap: wrap;
    }
}


@media(max-width:768px) {





    .latestupdates-login .updates-body {
        height: auto;
    }

    .latestupdates-login .logincontentwrapper {
        height: auto;
        overflow-y: visible;
    }

    .latestupdates-login .whitebg_login {
        height: auto
    }

    .latestupdates-login .whitebg_login {
        margin: 0;
        margin-bottom: 15px;
    }
}






@media(min-width:992px) {
    body {
        height: 100%;
        min-height: 100%;
    }

    .signin-form-wrapper .signin-form {
        height: 100%;
        min-height: 100%;
    }

    .signin-form-wrapper .footer {
        position: absolute;
        max-width: 40%;
    }
}


.updates-login {
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /*height: 83%;*/
}

/*@media(min-width:1600px) {
    .updates-login {
        height: 80%;
    }
}
@media(min-width:1900px) {
    .updates-login {
        height: 81%;
    }
}
@media(max-width:1200px) {
    .updates-login {
        height: 68%;
    }
}*/


@media(min-width: 1300px) and (max-width:1400px) {
    .signin-form-wrapper .signin-form .login-page {
        padding-top: 55px;
    }

    .updates-login {
        height: 98%;
    }

    .virus-icon svg {
        width: 80px;
        height: 80px;
    }

    .updates-login h3 {
        font-size: 27px;
    }
}

.latest-updates {
    max-width: 60%;
    flex: 60%;
    background: #f6f6f6;
}


.virus-icon svg {
    display: block;
    margin: 0 auto 10px;
    height: 70px;
}

.updates-login h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 31px;
    color: #030303;
    margin-bottom: 8px;
    text-align: center;
}

.updates-login .updates-box {
    padding: 12px 15px;
    background: #ffffff;
    box-shadow: 3px 3px rgba(0, 0, 0, 0.55);
    /* box-shadow: inset 6px 6px 6px rgba(0, 0, 0, 0.5); */
    max-width: 730px;
    margin: 0 auto 20px;
    border-radius: 10px;
}

@media(min-width:1024px) {

    .information-boxes {
        height: 80vh;
        overflow-y: auto;
        padding: 0 15px;
    }
}

@media(max-width:1024px) and (min-width: 992px) {
    .latestupdates-login .logincontentwrapper,
    .latestupdates-login .whitebg_login {
        height: auto;
    }

    .latest-updates,
    .signin-form-wrapper .signin-form {
        max-width: 50%;
        flex: 50%;
    }
}

@media(min-width:1024px) and (max-width: 1200px) {
    .login-page.login-form-box .wrap {
        width: 390px;
    }
}

.information-boxes::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
    border-radius: 10px;
    background-color: #D8D8D8;
}

.information-boxes::-webkit-scrollbar {
    width: 6px;
    background-color: #D8D8D8;
    border-radius: 10px;
}

.information-boxes::-webkit-scrollbar-thumb {
    border-radius: 10px;
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);*/
    background-color: #363636;
}


.updates-login .updates-box .header-label {
    position: relative;
    text-align: center;
}

    .updates-login .updates-box .header-label h4 {
        font-size: 18px;
        font-weight: 500;
        color: #fff;
        position: absolute;
        top: 7px;
        left: 0;
        right: 0;
    }

.updates-login .updates-box .updates-text {
}

    .updates-login .updates-box .updates-text ul {
        padding-left: 30px;
        margin-top: 9px;
    }

        .updates-login .updates-box .updates-text ul li {
            color: #030303;
            font-size: 15px;
            font-weight: 400;
            margin-bottom: 5px;
            line-height: 1.6;
            padding-left: 5px;
        }





/*for login updates box style end*/


textarea,
p,
a,
li,
td,
button,
input,
div,
label,
h1 {
    font-family: Roboto, Arial;
}

    a,
    a:hover,
    a:focus,
    img {
        outline: none;
        outline: 0;
        text-decoration: none;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
        outline: 0;
    }

        a,
        a:hover,
        a:focus,
        .forgot a {
            color: #26abf7;
            display: inline-block;
        }

.contact-us .wrap {
    padding-bottom: 25px;
    padding-top: 25px;
    margin-top: 0;
    /*width: 500px;*/
}

.wrap {
    padding-bottom: 36px;
    background-color: #fff;
    padding-top: 40px;
    width: 450px;
    margin: 20px auto 0;
    border-radius: 7px;
    box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.5);
}

.resetpassword-wrapper .wrap {
    padding-top: 20px;
    padding-bottom: 10px;
}

.start-trial {
    font-size: 16px;
    text-align: center;
    padding: 15px 0 10px;
    /*margin-top: 15%;*/
    color: #fff;
    font-family: Arial;
    padding-top: 0;
}

    .start-trial a {
        color: #fff;
        text-decoration: underline;
    }

.row-wrap {
    /*overflow: hidden;*/
}


/*Login*/
/*.login-page {
    width: 50%;
    background-color: #f6f6f6;
    float: right;
}*/

/*@media(min-width:831px) {
        .login-page {
            min-height: 100%;
            height: 100%;
        }
    }*/

.form-login {
    background: #fff;
    padding: 0 40px 0;
    box-sizing: border-box;
    /* width: 400px; */
    /* margin: auto; */
    /* border: 1px solid #f3f3f3; */
    /* box-shadow: 3px 3px 8px #ccc; */
    /* border-radius: 4px; */
}

    .form-login .login-labels {
        color: #000;
        font-size: 16px;
        font-weight: 400;
        display: inline-block !important;
    }

    .form-login .field {
        position: relative;
        padding: 0px 0px 5px 0;
        margin-bottom: 15px;
    }

.contact-us .form-login .field {
    margin-bottom: 5px;
}

.form-login .forgot {
    float: right;
}

    .form-login .forgot a {
        color: #0090e2;
        font-size: 15px;
        font-weight: 400;
    }

.form-login .field input,
.form-login .field input[type="text"],
.form-login .field textarea {
    box-sizing: border-box;
    padding: 10px;
    width: 100%;
    color: #000;
    -webkit-appearance: none;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.form-login .field textarea {
    height: 80px;
}

.logo-form {
    text-align: center;
    padding-bottom: 10px;
}

    .logo-form img {
        width: 190px;
    }

.form-login label {
    display: inline-block;
    padding-bottom: 2px;
}

.form-login .field span {
    position: absolute;
    right: 8px;
    top: 5px;
    font-size: 12px;
}

    .form-login .field span a {
        color: #0C5E9F;
        font-weight: 400;
    }

.login-menu a {
    color: #fff;
    display: inline-block;
    font-weight: 400;
}

.login-menu {
    text-align: center;
    padding: 10px 0;
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

    .login-menu .customer-service {
        color: #989898;
        font-size: 14px;
    }

        .login-menu .customer-service span {
            font-size: 18px;
            vertical-align: -4px;
        }

.contact-us.login-page h1 {
    padding-bottom: 0;
}

.login-page h1 {
    text-align: center;
    font-size: 25px;
    line-height: 27px;
    color: #000;
    font-weight: 300;
    padding-bottom: 10px;
}

.form-login .field span a:hover,
.login-menu a:hover {
    text-decoration: underline;
}

.login-button {
    display: inline-block;
    text-align: center;
    margin-top: 15px;
}

    .login-button input {
        box-sizing: border-box;
        padding: 15px 20px;
        -webkit-appearance: none;
        text-align: center;
        font-size: 16px;
        font-weight: normal;
        color: #fff;
        background: #67b800;
        border: 0px;
        cursor: pointer;
        border-radius: 4px;
    }

        .login-button input:focus,
        .form-login .field input:focus,
        .form-login .field textarea:focus {
            outline: none;
            outline: 0;
        }

    .login-button a {
        color: #0090e2;
        font-size: 16px;
        font-weight: normal;
        display: inline-block;
        margin-top: 15px;
    }

.error-msg {
    position: relative;
}

.error input,
.error textarea {
    border: 1px solid #e59797 !important;
}

table {
    position: relative;
    width: 100%;
}

.error-message {
    color: #dd4d4d !important;
    font-size: 15px !important;
    font-weight: 400;
    text-align: center;
    left: 0px;
    width: 100%;
    box-sizing: border-box;
    top: -15px;
    margin-bottom: 10px;
}

.required-meesage {
    color: #dd4d4d;
    font-size: 15px;
}

    .required-meesage span {
        top: 0px !important;
        position: static !important;
        right: 0px !important;
        color: #dd4d4d !important;
        font-size: 15px !important;
        font-weight: 400;
    }


/*.forgot-password,
.contact-us,
.client-expired,
.change-password {
    display: none;
}*/

.login-form-box p,
#forgot-shake p,
.contact-us p,
.change-password p,
.client-expired p {
    font-size: 15px;
    line-height: 19px;
    padding: 10px;
    margin-bottom: 0;
    text-align: center;
    font-weight: 400;
    color: #363636;
    font-family: arial;
}

.close {
    text-align: right;
}

    .close a {
        color: #000;
    }

.app-links {
    text-align: center;
}

.contact-us .app-links a img {
    width: auto;
    margin: 8px 10px 0px;
    height: 45px;
}

.app-links a img {
    /*width: 180px;*/
    margin: 15px 10px 0px;
}

.site-info {
    position: relative;
    float: right;
    width: 50%;
}

    .site-info .main {
        text-align: center;
        color: #fff;
        font-size: 17px;
        font-weight: normal;
        margin: 0 auto;
        margin-top: 33%;
        margin-bottom: 30%;
    }

        .site-info .main h1 {
            font-size: 27px;
        }


/*.footer {
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    bottom: 7px;
    margin-top: 60px;
    padding: 12px 10px 0;
}*/
.footer {
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    bottom: 7px;
    margin-top: 60px;
    padding: 12px 10px 0;
}

@media(max-width:767px) {
    /*.footer {
        padding: 12px 10px 12px;
    }*/
    .signin-form-wrapper .signin-form .footer {
        margin-top: 0;
    }
}

.footer a {
    color: #fff;
}

    .footer a:hover {
        text-decoration: underline;
    }

.footer .left {
    padding-bottom: 5px;
}

@media(min-width:768px) {
    .footer {
        position: fixed;
    }

        .footer .left {
            width: 50%;
            float: left;
        }

        .footer .right {
            width: 50%;
            float: right;
        }
}

.footer .right .login-menu,
.footer .right .login-menu a {
    font-size: 14px;
    color: #fff;
    padding: 0;
}

.contact-us .start-trial {
    /*margin-top: 5%;*/
}

.footer .right .login-menu a {
    font-size: 14px;
    color: #fff;
    text-decoration: underline;
}

.forgot a {
    color: #26abf7;
}

.remember-me {
    display: inline-block;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    margin-top: 28px;
}

    .remember-me input[type=checkbox] {
        width: 18px;
        height: 18px;
        margin-right: 8px;
        vertical-align: middle;
    }

_:-ms-lang(x), #contact_us_Main {
    display: block !important;
    height: 100% !important;
}

@media(min-width:768px) {
    .login-page {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 90%;
    }

        .login-page.resetpassword-wrapper {
            height: 96%;
        }
}

@media (max-width: 830px) {

    .form-login {
        position: relative;
    }

        .form-login #window-username {
            position: relative;
            top: 70px;
        }

        .form-login #window-password {
            position: relative;
            top: 90px;
        }

    .login-button {
        display: block;
    }

    .password-field,
    .remember-field {
        margin-top: 20px;
    }

    .remember-field {
        margin-bottom: 10px;
    }


    .login-page {
        width: 100%;
        clear: both;
        padding: 50px 0;
    }

        .login-page.resetpassword-wrapper {
            padding: 30px 0;
        }

        .login-page h1 {
            font-size: 21px;
            line-height: 22px;
        }

    .logo-form img {
        width: 150px;
    }

    .site-info {
        position: relative;
        clear: both;
        width: 100%;
        background: url(../images/agencies-bg-live.jpg) no-repeat center center #f6f6f6;
        background-size: cover;
        /*background-attachment: fixed;*/
    }
}

@media (max-width: 425px) {

    .form-login,
    .wrap {
        width: 95%;
    }

    .progress-button[data-perspective] .content {
        padding: 0 15px !important;
    }
}

#divLoader {
    text-align: center;
    margin-top: 15px;
    display: none;
}

.customer-service a {
    color: #989898;
    font-size: 14px;
}

@media (max-width:830px) {
    .action-btn {
        margin-top: 25px;
    }
}

@media (min-width:350px) {
    .floatright,
    #forgot-progress {
        float: right;
    }
}

button.progress-button {
    pointer-events: none;
}

@media(min-width: 1200px) and (max-width:1440px) {
    .login-page.contact-us .wrap {
        padding-bottom: 10px;
        padding-top: 20px;
        width: 520px;
        margin: 0 auto 0;
    }


    .form-login {
        padding: 5px 25px 0;
    }

        .form-login .field {
            margin-bottom: 7px;
        }

    .contact-us .start-trial {
        margin-top: 5px;
    }

    .app-links a img {
        margin: 10px 10px 0px;
      /*  height: 42px;
        width: auto;*/
    }
    .banner-link a img {
        margin: 3px 10px 0px;
    }
}

@media (max-width:1024px) {
    .login-page.contact-us {
        height: auto;
        ;
    }

        .login-page.contact-us .start-trial {
            margin-top: 2%;
        }
}


@media(max-width:767px) {

    input[type="color"],
    input[type="date"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="email"],
    input[type="month"],
    input[type="number"],
    input[type="password"],
    input[type="search"],
    input[type="tel"],
    input[type="text"],
    input[type="time"],
    input[type="url"],
    input[type="week"],
    select:focus,
    textarea {
        font-size: 16px !important;
    }
}









/*for forgot page stylesheet*/
/* The Modal (background) */
.forget-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 0; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

    .forget-modal .forgotmodal-inner {
        display: flex;
        justify-content: center;
        height: 100%;
    }
/* Modal Content */
.forget-modal-content {
    background-color: #ffffff;
    margin: auto;
    border-radius: 10px;
    position: relative;
}

.forgot-modal-email {
    padding: 30px 20px 20px 20px;
    border: 1px solid #888;
    width: 33%;
}

    .forgot-modal-email .required-meesage {
        position: relative;
        top: -16px;
    }

@media (max-width: 1440px) and (min-width: 1200px) {
    .forgot-modal-email .required-meesage {
        top: -8px;
    }
}
/* The Close Button */
.forget-close {
    color: #635f5f;
    float: right;
    position: absolute;
    right: 20px;
    top: 10px;
    font-weight: 400;
    font-size: 39px;
}

    .forget-close:hover,
    .forget-close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

.forget-logo-form {
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 24px;
}

    .forget-logo-form img {
        width: 190px;
    }

.forget-modal-title {
    color: #363636;
    font-size: 21px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 15px;
}

.forget-modal-link {
    /*text-align: center;
            font-size: 17px;*/
}

    .forget-modal-link ul {
        list-style: none;
    }

        .forget-modal-link ul li {
            display: block;
        }
/*for forgot password modal*/
.forget-modal .forget-modal-content p {
    text-align: center;
    margin-top: 15px;
}

.contactus-forgot {
    display: block !important;
    text-align: center;
    margin-top: 0;
    text-transform: capitalize;
}

.loginbox-option {
    position: relative;
}

    .loginbox-option .cancel-forgot-option {
        position: absolute;
        right: 20px;
        top: 10px;
    }

        .loginbox-option .cancel-forgot-option a {
            font-size: 27px;
            color: rgba(0, 0, 0, 0.65);
            font-weight: 400;
            cursor: pointer;
        }

.checkbox-wrap {
    display: block;
    position: relative;
    padding: 4px 0 4px 40px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 1;
    border: solid 1px transparent;
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

    .checkbox-wrap input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        z-index: 9;
        top: 0;
        margin: 0;
    }

    .checkbox-wrap .checkbox_checkmark {
        position: absolute;
        top: 2px;
        margin-bottom: 0;
        left: 7px;
        height: 20px;
        width: 20px;
        border-radius: 3px;
        border: solid 1px #7d7d7d;
        -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.5);
        box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.5);
        background: #ffffff;
    }

        .checkbox-wrap .checkbox_checkmark:after {
            content: "";
            position: absolute;
            display: none;
            border: solid #ffffff;
            width: 11px;
            height: 25px;
            border-width: 0 4px 4px 0;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
            left: 8px;
            top: -7px;
            border-color: #3BA500;
        }

    .checkbox-wrap:hover {
        /*border: solid 1px $blackColor;*/
        -webkit-transition: all ease 0.4s;
        -o-transition: all ease 0.4s;
        transition: all ease 0.4s;
    }

        .checkbox-wrap:hover .checkbox_checkmark {
            border: solid 1px #000000;
        }

    .checkbox-wrap input:checked ~ .checkbox_checkmark {
        border: solid 1px #000000;
    }

        .checkbox-wrap input:checked ~ .checkbox_checkmark:after {
            display: block;
        }

    .checkbox-wrap.radiobutton-wrap .radio_checkmark {
        border-radius: 50%;
    }

        .checkbox-wrap.radiobutton-wrap .radio_checkmark:after {
            width: 12px;
            height: 12px;
            left: 3px;
            top: 3px;
            border-color: transparent;
            background: #3BA500;
            border-radius: 50%;
        }

    .checkbox-wrap.radiobutton-wrap input:checked ~ .radio_checkmark {
        border: solid 1px #7d7d7d;
    }

    .checkbox-wrap.radiobutton-wrap:hover .checkbox_checkmark {
        border: solid 1px #7d7d7d;
    }

.btncontinue .login-button {
    display: block;
}



@media(max-width:1200px) {


    .updates-login .updates-box {
        max-width: 90%;
    }
}


@media(max-width:992px) {
    .signin-form-wrapper .signin-form {
        max-width: 100%;
        position: relative;
        flex: 100%;
    }

    .signin-form-wrapper {
        display: block;
        flex-wrap: wrap;
    }

    .latest-updates {
        max-width: 100%;
        flex: 100%;
    }

    .updates-login {
        padding-top: 30px;
        display: block;
        height: auto;
    }

    .app-links a img {
        width: 170px;
        margin: 15px 5px 0px;
    }

    .signin-form .login-page {
        padding: 30px 0 30px;
        height: auto;
    }


    .signin-form-wrapper .footer {
        color: #5C5B5B;
        margin-top: 0;
        position: static;
        margin-bottom: 0;
        padding: 12px 10px 12px;
        line-height: 19px;
    }

        .signin-form-wrapper .footer p a {
            color: #3484FF;
        }

    .updates-login h3 {
        font-size: 27px;
    }
}



@media(max-width:767px) {


    .updates-login .updates-box {
        max-width: 90%;
    }
}

/*form Renewal page style start*/
.renewal-wrapper .wrap {
    padding: 10px 10px 35px;
}

.renewal-wrapper .logo-form img {
    width: auto;
}

.renewal-wrapper .form-login {
    padding: 0 15px;
}

    .renewal-wrapper .form-login span.error-login {
        background: #FFF0F0;
        color: #9B0303;
        display: block;
        text-align: center;
        padding: 15px;
        margin: 10px 0 0;
        font-weight: 400;
        font-size: 17px;
    }

    .renewal-wrapper .form-login h2 {
        font-size: 21px;
        line-height: 26px;
        color: #000;
        font-weight: 400;
        text-align: center;
        margin: 10px 0 20px;
    }

.text-center {
    text-align: center;
}

/*form Renewal page style end*/

.mod-wid-ht {
    width: 681px;
    height: 443px;
}

.w-372 {
    width: 372px;
}

.required-content {
    padding: 1px 0 1px;
    margin: 5px auto;
    position: relative;
}

.mr-5, .mx-5 {
    margin-right: 3rem !important;
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important;
}

.mt-5, .my-5 {
    margin-top: 3rem !important;
}

​​​​​​​​​
.mt-10 {
    margin-top: 10px;
}

.updpwd_txt {
    font-family: Roboto;
    font-size: 18px !important;
    line-height: 32px;
    color: #000000 !important;
    font-weight: 400 !important;
}

.margin-t {
    margin-top: 3rem !important;
}

.cobatbluetext {
    color: #0053b3 !important;
}
.p-30 {
    padding: 30px;
}
.w-100 {
    width: 100% !important;
}​​​​​​
.mt-05 {
     margin-top: 5px;
}
​.mt-20 {
    margin-top: 20px;
}
.transpaerent-blue-button {
    background: transparent;
    transition: all ease .4s;
    border: solid 1px #0565ff;
    border-radius: 4px;
    display: inline-block;
    line-height: 42px;
    color: #0565ff;
    font-size: 17px;
    font-weight: 400;
    padding: 0 45px;
    position: relative;
}
.datdon_txt {
    font-family: Roboto;
    font-size: 16px !important;
    line-height: 27px !important;
    color: #000000 !important;
    font-weight: 400 !important;
}
.mb-4, .my-4 {
    margin-bottom: 1.5rem !important;
}
.signin-background {
    /*background: url(~/images/login-bg-image.webp) #f6f6f6;*/
   /* background: url(../images/login-bg-image.webp) #f6f6f6 !important;
    background-size: contain !important;*/
}
/*banner new style start11-08-08-21-added by appaji*/
#loading {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
    opacity: 1;
    background-color: transparent;
    z-index: 99;
    text-align: center;
}

    #loading div {
        position: absolute;
        top: 2px;
        left: 2px;
        z-index: 100;
    }



.refer-banner {
    background-color: #ffffff;
    position: relative;
    padding: 0px;
    margin-top: 20px;
    margin-bottom: 7px;
}

.bg-banner {
    position: relative;
    box-sizing: content-box;
    padding: 40px 0;
    overflow: hidden;
}

.banner_title {
    color: #000;
    position: absolute;
    top: 55%;
    font-weight: 500;
    letter-spacing: -1px;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    z-index: 1;
    width: 100%;
    text-align: center;
}

    .banner_title span {
        display: block;
        color: #0053B3;
        letter-spacing: 0px;
        font-size: 0.8em;
        padding-top: 5px;
    }

        .banner_title span img {
            top: 1px;
            position: relative;
        }

.cube {
    position: absolute;
    bottom: -10px;
    left: -1px;
    width: 10px;
    height: 10px;
    background: #C9CE4C;
    border-radius: 900px;
    transform-origin: top left;
    transform: scale(10) rotate(0deg) translate(-50%, -50%);
    opacity: 0.8;
}

    .cube:nth-child(2n) {
        background: #C9CE4C;
    }

    .cube:nth-child(2) {
        top: -10px;
        left: -4px;
        width: 10px;
        height: 10px;
        opacity: 0.5;
    }

    .cube:nth-child(3) {
        top: 45px;
        left: inherit;
        right: -4px;
        width: 10px;
        height: 10px;
        opacity: 0.5;
    }

    .cube:nth-child(4) {
        left: inherit;
        bottom: -39px;
        right: 32px;
        width: 10px;
        height: 10px;
        opacity: 0.8;
    }

img.ref-badge {
    position: absolute;
    z-index: 999;
    top: -17px;
    left: -25px;
    width: 120px;
    height: auto;
}

@media only screen and (max-width: 400px) {

    .banner_title {
        font-size: 22px;
    }
}

.nazi > a, a:focus {
    color: #0053B3 !important;
    /*banner new style start11-08-08-21-endd by appaji*/
}
.updatedlogo_rl img {
    display: block;
    margin: auto;
}
.message-passwordpopup {
    padding: 0px 15px;
    font-size: 13px;
}

.message-passwordpopup span {
        font-weight: 500;
}
.message-passwordpopup .reqpwd_txt {
    height:auto;
}