@import url("icon_style.css"); /* BEGIN Regular */


@font-face {
    font-family: 'poppins-v20-latin-regular';
    src: url('../fonts/poppins-v20-latin-regular.eot') format('embedded-opentype'), url('../fonts/poppins-v20-latin-regular.svg') format('svg'), url('../fonts/poppins-v20-latin-regular.ttf') format('truetype'), url('../fonts/poppins-v20-latin-regular.woff') format('woff'), url('../fonts/poppins-v20-latin-regular.woff2') format('woff2');
}


@font-face {
    font-family: 'poppins-v20-latin-700';
    src: url('../fonts/poppins-v20-latin-700.woff2') format('woff2'), url('../fonts/poppins-v20-latin-700.woff') format('woff'), url('../fonts/poppins-v20-latin-700.ttf') format('truetype'), url('../fonts/poppins-v20-latin-700.svg') format('svg'), url('../fonts/poppins-v20-latin-700.eot') format('embedded-opentype');
}

@font-face {
    font-family: 'poppins-v20-latin-500';
    src: url('../fonts/poppins-v20-latin-500.eot') format('embedded-opentype'), url('../fonts/poppins-v20-latin-500.svg') format('svg'), url('../fonts/poppins-v20-latin-500.ttf') format('truetype'), url('../fonts/poppins-v20-latin-500.woff') format('woff'), url('../fonts/poppins-v20-latin-500.woff2') format('woff2');
}

/* END Bold */

body {
    margin: 0px;
    padding: 0px;
    background: #F6F8FA;
    /*background: url(./Images/banner.jpg) no-repeat center 45px fixed;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /* font-family: 'poppins-v20-latin-regular'; */
}

.alert_text {
    margin-bottom: 12px;
    font-weight: bold;
    padding: 10px;
    text-align: center;
}

/*****font icons CSS Start****/
@font-face {
    font-family: "saras";
    src: url("./fonts/saras.eot");
    src: url("./fonts/saras.eot?#iefix") format("embedded-opentype"), url("./fonts/saras.ttf") format("truetype"), url("./fonts/saras.svg#saras") format("svg");
    font-weight: normal;
    font-style: normal;
}

.form-group {
    position: relative;
    margin-bottom: 12px;
}

[data-icon]:before {
    font-family: "saras" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="sa-"]:before, [class*=" sa-"]:before {
    font-family: "saras" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.sa-user:before {
    content: "\61";
}

.sa-lock:before {
    content: "\62";
}

.sa-down-open-big:before {
    content: "\63";
}

.sa-right-arrow:before {
    content: "\64";
}

/*****font icons CSS END****/
.sa-right-arrow {
    margin-right: 5px;
    position: relative;
    top: 3px;
    display: inline-block;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -ms-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out !important;
}

.logo {
    width: 100%;
    text-align: center;
}

    .logo img {
        vertical-align: middle;
        width: 100px;
        margin: 10px auto 10px !important;
    }

.colorwht {
    color: #fff;
    font-size: 42px;
    line-height: 49px;
    text-shadow: 0px 2px 3px rgba(19, 18, 18, 0.5);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
}

.navbar-brand{
    height:auto !important;
    width:100%;
}

.textstyle {
    margin: 0% 0px 0px 3%;
}

.clearfix {
    clear: both;
}

.whitebrd .sa-lock, .whitebrd .sa-user {
    position: absolute;
    z-index: 10;
    top: 20px;
    left: 5px;
    font-size: 16px;
}

.button {
    background: #472C8A;
    padding: 10px 0px 10px 0px;
    border: 1px solid #472C8A;
    color: #fff;
    font-size: 18px;
    width: 120px;
    cursor: pointer;
    margin: -1px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    border-radius: 4px;
}

    .button:hover {
        opacity: 0.8;
    }

.liststyle {
    font-size: 14px;
    width: 100%;
    margin-bottom: 40px;
    text-align: right;
    color: #000;
}

    .liststyle li {
        display: inline-block;
        margin: 0 15px;
        position: relative;
    }

        .liststyle li a {
            color: #000;
            text-decoration: none;
            -ms-transition: all 0.4s ease-in-out;
            -webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out !important;
        }

            .liststyle li a:hover {
                color: #472C8A;
            }

.sa-down-open-big {
    font-size: 12px;
    position: relative;
    top: 2px;
}

.bgwhite {
    display: block;
}

.logintype1 {
    margin: 0px;
    padding: 0px 0px 0px 10px;
    color: #828282;
    width: 100%;
    left: 3%;
    position: relative;
    right: 20%;
}

    .logintype1 li {
        list-style: none;
        position: relative;
    }

    .logintype1 .sa-user, .logintype1 .sa-lock {
        position: absolute;
        top: 0px;
        font-size: 24px;
    }

.lang {
    position: absolute;
    right: 30px;
    top: 20px;
    color: #000;
}

.language_select {
    padding: 10px;
}

    .language_select a {
        padding: 5px 10px;
        min-width: 170px;
        display: inline-block;
        background: #f4f4f4;
        /* margin-bottom: 9px; */
        margin-left: 12px;
        text-align: center;
        border-radius: 5px;
        cursor: pointer;
        transition: all 0.4s ease-in;
    }

    .language_select:before {
        content: " ";
        width: 18px;
        height: 18px;
        background: white;
        position: absolute;
        top: -10px;
        right: 23px;
        transform: rotate(45deg);
        border: 1px solid #ccc;
        border-bottom: 0;
        border-right: 0;
    }


    .language_select a:hover {
        transform: scale(1.1);
        transition: all 0.4s ease-out;
    }

.lang a {
    color: #000;
    text-decoration: none
}

.lang_main {
    top: 30px !important;
    min-width: 400px;
    left: unset !important;
    right: 0;
}

.modal.fade .modal-dialog {
    transform: translate(0, 0) !important;
}
.modal-header .close{
    margin-top:0px !important;
}
.modal-title{
    display:inline-block;
    font-size:16px;
}
.logintype1 input {
    padding: 0px 5px 0px 28px;
    border: 0px solid #ccc;
    font-size: 16px;
    min-height:48px;
    width: 100%;
    border-right: 1px solid #ccc;
    padding: 12px;
    color:#fff;
}

    .logintype1 input:focus, .logintype1 input:hover {
        outline: none;
        -ms-transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        transition: all 0.1s ease-in-out !important;
        font-size: 16px;
      
    }

.brd {
    border: 0px !important;
}

.logincontainer {
    width: 70%;
    margin-top: 13%;
    margin-left: 10%;
}

.dropdown {
    position: absolute;
    background: #ffffff;
    margin-top: 6px;
    left: -73px;
    width: 203px;
    padding: 5px;
    display: none;
    max-height: 226px;
    overflow-y: auto;
    overflow-x: hidden;
    text-align: left;
    z-index: 999;
}

    .dropdown li {
        width: 100%;
        /* border-top: 1px solid #3ab5e8; */
        margin: 0;
    }

        .dropdown li a {
            display: block;
            padding-top: 8px;
            padding-bottom: 8px;
            -ms-transition: all 0.4s ease-in-out;
            -webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out !important;
        }

            .dropdown li a:hover {
                background: #3ab5e8;
                padding-left: 5px;
                color: #fff;
            }

.show {
    display: block;
}

footer {
    position: fixed;
    bottom: 0;
    font-size: 11px;
    color: #6d6d6d;
    /* margin-left: 3%; */
    background: #fff;
    width: 100%;
    box-shadow: -1px 5px 12px;
    padding: 9px;
}

.fontcolor {
    position: relative;
    top: 3px;
}

footer p {
    float: right;
}

footer div {
    float: left;
}

footer a {
    color: #1fa6dd;
    text-decoration: none;
}

    footer a:hover {
        text-decoration: underline;
    }

footer p {
    margin: 3px 0;
}

.left_content_login {
    width: 50%;
    float: left;
}

.left_graphic {
    position: absolute;
    width: 65%;
    height: 100%;
}

    .left_graphic img {
        width: 70%;
        padding: -15%;
        margin: 8% auto 0;
    }

.grpahic_tp_1 {
    width: 100%;
    height: 80%;
    background: #978ae6;
    border-radius: 40px;
    transform: rotate( 49deg);
    left: -301px;
    position: absolute;
    top: 0px;
    z-index: 9;
    background: #6C63FF;
    box-shadow: 8px 0px 24px rgb(108 99 255 / 50%);
}

.grpahic_tp_2 {
    width: 87%;
    height: 75%;
    background: #F7DFAE;
    border-radius: 40px;
    transform: rotate( 49deg);
    left: -229px;
    position: absolute;
    top: -20px;
}

.maindiv {
    float: right;
    width: 35%;
    position: relative;
}

.errortext {
    color: #d2352a;
    font-size: 12px;
    margin-left: 15px;
    background: rgba(251, 180, 180, 0.81);
    padding: 5px 8px;
    margin-bottom: 5px;
    border: 1px solid #f7867e;
    display: none;
}

    .errortext.field-validation-error {
        display: block;
    }

.button:hover .sa-right-arrow {
    -ms-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out !important;
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

@media (max-width: 800px) {
    .textstyle {
        margin: 50% 0px 0px 3%;
    }

    .colorwht {
        font-size: 37px;
    }
}

@media (max-width: 767px) {
    .errortext {
        margin-left: 10px;
        margin-right: 10px;
    }

    .maindiv {
        position: relative;
        top: 0%;
        -webkit-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
        width: 100%;
    }

    .textstyle {
        margin: 15% 0px 0px 3%;
    }

    body {
        background: #f4f5f7;
    }

    .liststyle li a {
        color: #888;
    }

    .liststyle {
        background: transparent;
        float: none;
        padding: 0;
    }

    .bgwhite {
        background: transparent;
        float: none;
        border: 0;
    }

    .logincontainer {
        width: 100%;
        margin: 50px 0px 0px 0px;
        text-align: center;
    }

    .button {
        padding: 10px 15px;
        font-size: 16px;
        margin: 20px 0;
    }

    .logintype1 li {
        margin-bottom: 10px;
        display: block;
    }

    .logintype1 .sa-user, .logintype1 .sa-lock {
        padding-left: 5px;
        top: 6px;
    }

    .logintype1 input {
        padding: 5px 5px 5px 35px;
        border: 1px solid #c3c3c3 !important;
    }

    .textstyle {
        margin: 10% 0px 0px 0%;
        text-align: center;
        margin-bottom: 10px;
    }

    .colorwht {
        font-size: 20px;
        line-height: 30px;
    }

    .logo {
        /* background: #ff5d00; */
        text-align: center;
    }

    .logintype1 {
        margin: 0px;
        padding: 0px 0px 0px 10px;
        color: #828282;
        width: 90%;
        left: 0;
    }

    .colorwht {
        color: #00000;
    }

    footer {
        bottom: 3px;
        margin: auto;
        text-align: center;
        width: 100%;
    }

    .dropdown li a {
        color: #fff;
    }

    .dispnone {
        display: none;
    }

    .colorwht {
        text-shadow: none;
    }
}


/*bootstrap off canvas*/


.material-textfield {
    position: relative;
    margin-bottom: 5px;
    margin-bottom: 25px;
}

    .material-textfield label {
        position: absolute;
        font-size: 15px;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        background-color: #F6F8FA;
        color: #000;
        padding: 0 0.3rem;
        margin: 0 0.5rem;
        transition: .1s ease-out;
        transform-origin: left top;
        pointer-events: none;
        font-weight: normal;
    }

    .material-textfield input {
        font-size: 14px;
        outline: none;
        border: 1px solid #005e83;
        border-radius: 2px;
        padding: 0.8rem 0.7rem;
        color: #000;
        background: transparent;
        transition: 0.1s ease-out;
        transition: border 0.2s, box-shadow 0.2s;
        border-radius: 4px;
    }

        .material-textfield input:focus {
            border-width: 2px
        }

            .material-textfield input:focus + label {
                color: #000;
                top: 2px;
                transform: translateY(-50%) scale(.9);
            }

        .material-textfield input:not(:placeholder-shown) + label {
            top: 0;
            transform: translateY(-50%) scale(.9);
        }

    .material-textfield input {
        width: 100%
    }

.flot-left {
    float: left
}

.forgot {
    float: right;
}

.login_action {
    margin-top: 40px;
}

.cst_pd_btn {
    padding: 10px 21px !important;
    font-size: 20px;
    border-radius: 2px;
    background: #fff;
    text-decoration: none !important;
    border: none;
    color: #009245;
    box-shadow: 0px 3px 1px -2px rgb(0 0 0 / 20%), 0px 2px 2px 0px rgb(0 0 0 / 14%), 0px 1px 5px 0px rgb(0 0 0 / 12%);
    margin-left: 10px;
}

    .cst_pd_btn a {
        text-decoration: none;
        color: #009245
    }

.forgot a {
    text-decoration: none;
    padding-top: 12px;
    float: right;
}

.flot-right {
    float: right
}

.offcanvas-toggle {
    background: #f8f8f8;
}

    .offcanvas-toggle .icon-bar {
        background: #000;
    }

    .offcanvas-toggle.offcanvas-toggle-close {
        margin-right: 0px;
    }

        .offcanvas-toggle.offcanvas-toggle-close .icon-bar:nth-child(1) {
            -webkit-transform: rotate(45deg) translate(5px, 4px);
            -moz-transform: rotate(45deg) translate(5px, 4px);
            -o-transform: rotate(45deg) translate(5px, 4px);
            transform: rotate(45deg) translate(5px, 4px);
        }

        .offcanvas-toggle.offcanvas-toggle-close .icon-bar:nth-child(2) {
            opacity: 0 !important;
        }

        .offcanvas-toggle.offcanvas-toggle-close .icon-bar:nth-child(3) {
            -webkit-transform: rotate(-45deg) translate(4px, -4px);
            -moz-transform: rotate(-45deg) translate(4px, -4px);
            -o-transform: rotate(-45deg) translate(4px, -4px);
            transform: rotate(-45deg) translate(4px, -4px);
        }

/*bootstrap off canvas End*/
.logo_text {
    text-align: center;
    margin-bottom: 10px;
    /* float: left; */
    margin-left: 40px;
}

    .logo_text h2 {
        color: #000000;
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 20px;
        /* padding-left: 5%; */
    }

    .logo_text h3 {
        font-size: 22px;
        margin-bottom: 5%;
    }

.eye_icn {
    position: absolute;
    right: 10px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    top: 15px;
    font-size: 22px;
    color: #000;
}

.delivery_theme_loginimg {
    background: #365cc1;
    background-size: 100% 100%;
}

.autoring_theme_loginimg {
    background: #c6d7ff;
    background-size: 100% 100%;
    text-align: center;
}

.delivery_theme_bg {
    background: #f48120;
    border: 1px solid #f48120;
}

.autoring_theme_bg {
    background: #f48120;
    border: 1px solid #f48120;
}

.delivery_theme_col {
    color: #f48120;
}

.autoring_theme_col {
    color: #f48120;
}

.error_text {
    position: absolute;
    font-size: 12px;
    margin-top: -20px;
    color: red;
}

.success_text {
    position: absolute;
    font-size: 12px;
    margin-top: -20px;
    color: #1dae1e;
}

.resendotp_btn {
    color: #9d8641;
    font-size: 18px;
    box-shadow: 0px 3px 1px -2px rgb(0 0 0 / 20%), 0px 2px 2px 0px rgb(0 0 0 / 14%), 0px 1px 5px 0px rgb(0 0 0 / 12%);
    padding: 12px 10px;
}

.captcha_text {
    width: 50% !important;
}

.w-100P {
    width: 100%
}


.CssErrorMessage {
    color: red;
    text-align: left !important;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    top: -12px;
}

.excam_option {
    float: left;
    width: 100%;
    margin-top: 20px;
    display: inline-block;
    text-align: center;
}

    .excam_option div {
        width: 50px;
        height: 50px;
        border-radius: 50px;
        padding: 10px;
        margin-right: 10px;
        display: inline-flex;
        background: #ffffff;
        position: relative;
        border: 1px solid #f48120;
        color: #f48120;
        transition: all 0.5s ease;
        cursor: pointer;
    }

        .excam_option div:hover {
            transform: scale(1.1)
        }

    .excam_option .icon_op {
        font-size: 28px;
    }

    .excam_option .secu_icon {
        position: absolute;
        top: 18px;
        font-size: 11px;
        left: 21px;
    }

    .excam_option span {
        margin-bottom: 10px;
        float: left;
        width: 100%;
        margin-top: 20px;
        color: #000;
    }

.form-control:disabled, .form-control[readonly] {
    background-color: #f6f8fa;
    opacity: 1;
}
