﻿body, html {
    background-color: #28313c !important;
    color: #ffffff;
    background-image: none !important;
    font-size: 14px;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

h1.txt-color-orange {
    color: #fe7201 !important;
    font-size: 34px;
}

#main {
    margin-left: 0;
    margin-top: 120px;
    padding: 0;
}

a {
    color: #fe7201;
}

    a:hover {
        color: #fe7201;
    }

.btn {
    border-radius: 2px;
    box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5) inset !important;
}

.btn-primary {
    background-color: #fe7201;
    border-color: #a05701;
    color: #fff;
}

.forgotPassword {
    margin-left: 38%;
    color: #777;
}

    .forgotPassword a:hover, .txt-color-orange {
        color: #fe7201 !important;
    }

.smart-form .tooltip {
    background: none repeat scroll 0 0 rgba(40, 49, 60, 0.9) !important;
}

.smart-form .tooltip-top-right:after {
    border-top: 4px solid rgba(40, 49, 60, 0.9) !important;
}

header, footer {
    background-color: transparent !important;
    border: 0 !important;
}

.disclaimerHolder {
    bottom: 10px;
    margin-top: 0;
    position: fixed;
    text-align: center;
    width: 100%;
    color: #ffffff;
}

.wrapperLoginFrm {
    width: 100%;
    display: inline-block;
    text-align: center;
}

/*.set-login-bg {
    background: url(../../../../Images/bg-dotted.png), linear-gradient(180deg, #7496ab 40%,#7496ab 20%,#7d7d7dc7 100%) !important;
    background: #04345d;
    background: -moz-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%);
    background: -webkit-linear-gradient(top, #5ca2f3 0%,#33a3ff 50%,#007ce4 51%,#008fff 100%);
    background: linear-gradient(to bottom, #1e579920%,#65b6f9 50%,#77c0ff 51%,#000000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 );
    background-blend-mode: overlay;
}*/

.color-white {
    color: #fff;
}

.wrapperLoginFrm img {
    margin: 0 0 34px 0;
}

.wrapperLoginFrm .cols {
    display: inline-block;
    float: none;
    text-align: left;
}

.wrapper-login .wrapper-email-address .input input[type="email"] {
    border: none;
    border-bottom: solid 1px #fff;
    background-color: transparent;
    color: #fff;
    width: 57%;
}

.wrapper-login .wrapper-email-address .input {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.wrapper-ebiz-login label {
    color: #fff;
}

.wrapper-ebiz-login .wrapper-email-address {
    text-align: left;
}

    .wrapper-ebiz-login .wrapper-email-address .input {
        margin-top: 10px;
        display: inline-block;
        width: 100%;
    }

    .wrapper-ebiz-login .wrapper-email-address input, .wrapper-ebiz-login .smart-form input[type=password] {
        background-color: #F0F0F0;
        border: solid 1px #212226;
        width: 100%;
        float: left;
        color: #212226;
        padding: 10px;
    }

    .wrapper-ebiz-login .wrapper-email-address .fa {
        float: right;
        border: none;
        color: #212226;
    }

    .wrapper-ebiz-login .wrapper-email-address input.middle:focus, .wrapper-ebiz-login input.middle:focus {
        outline-width: 0;
    }
.wrapper-ebiz-login .lnk-login-continue {
    width:100%;
    display: inline-flex;
    text-decoration:none !important; 
}
    .wrapper-ebiz-login .lnk-login-continue button {
        margin-top: 22px;
        display: inline-block;
        color: #fff;
        text-decoration: none;
        width: 100%;
        background-color: #2BC5EB !important;
        padding: 10px;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
    }
.login-inline-block {
    display:inline-flex;
}

.wrapper-ebiz-login .lnk-login-continue button:hover {
    color: #ffffff;
    background-color: #15acd2 !important;
}

    .wrapper-ebiz-login .lnk-login-continue i.fa {
        margin-left: 17px;
        color: #fd7100;
    }

.wrapper-ebiz-login {
    display: inline-block;
    float: none;
    margin: 15px auto;
    text-align: left;
}

    .wrapper-ebiz-login .smart-form label {
        color: #fff;
        font-family: "Poppins",sans-serif;
        font-size: 14px;
    }

    .wrapper-ebiz-login .smart-form select {
        color: #fff;
        background-color: transparent;
        margin-top: 25px;
        cursor: pointer;
    }

    .wrapper-ebiz-login input.password {
        -webkit-text-security: disc;
        background: none;
        border: none;
        border-bottom: solid 1px #fff;
        color: #fff;
        font-size: 14px;
        padding: 0;
    }

    .wrapper-ebiz-login .forgotPassword {
        color: #f1d13b !important;
        display: inline-block;
        font-size: 12px;
        margin: 32px 0 0 0 !important;
        font-family: "Open Sans",Arial,Helvetica,Sans-Serif;
        float: right;
        transition: 0.3s;
        font-weight:bold;
        text-transform:uppercase;
    }

        .wrapper-ebiz-login .forgotPassword:hover {
            text-decoration: none;
            color: #ff8065 !important;
        }

.loginErrorrow_red-line {
    background-color: #fa8a8a;
    width: 100%;
    display: inline-block;
    height: 7px;
    top: 0;
    left: 0;
    position: absolute;
}

/*.wrapper-ebiz-login #UserName + span.error:before {
    content: "•";
    display: inline-block;
    width: 13px;
    height: 14px;
    color: red;
    font-size: 30px;
    float: left;
    position: absolute;
    left: -16px;
}*/

.wrapper-ebiz-login input.error {
    color: #fa8a8a;
    border-color: #fa8a8a;
}

.wrapper-email-address .tooltip-top-right i.fa-lock {
    margin: 2px 0 0 10px;
    color: #fff !important;
}

.lnk-login-continue button[type="submit"] {
    background: transparent;
    border: none;
}

.wrapper-ebiz-login .input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
}

.erorrMesg {
    float: left;
    color: #ff4444;
    text-align: center;
    position: absolute;
    width: 100%;
    font-family: 'Roboto',sans-serif;
    font-weight: 600;
}

.no-padding-left-right {
    padding-left: 0 !important;
    padding-right: 0px !important;
}

.wrapper-ebiz-login option {
    color: #000;
}

.ebiz-logo {
    width: 100%;
    height: auto;
}

.center-content {
    margin: auto;
    float: none;
}

.contentpara {
    margin-bottom: 68px;
    text-align: center;
    color: #ff6161 !important;
    font-size: 19px;
    margin-top: 20px;
}

    .contentpara i.fa {
        float: none !important; /* font-size: 14px; */
        margin-right: 8px;
        color: #ff6161 !important;
    }

.wrapper-ebiz-login .wrapper-check-list {
    float: left;
    margin-top: 19px;
    margin-right: 13px;
}


/* CSS Checkbox */

input[type=checkbox].css-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

    input[type=checkbox].css-checkbox + label.css-label, input[type=checkbox].css-checkbox + label.css-label.clr {
        padding-left: 35px;
        height: 30px;
        display: inline-block;
        line-height: 30px;
        background-repeat: no-repeat;
        background-position: 0 0;
        font-size: 30px;
        vertical-align: middle;
        cursor: pointer;
        width: 16px;
        height: 16px;
        float: left;
        margin-top: 2px;
        margin-right: 8px;
        font-size: 13px;
        cursor: pointer;
    }

label.css-label.chk {
    background-position: 0 -44px;
    width: 16px;
    height: 16px;
}

label.css-label {
    background-image: url('../../../../Images/css-checkbox.png');
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 16px;
    height: 16px;
    font-size: 13px;
    cursor: pointer;
    float: left;
    display: inline-block;
    margin-top: 2px;
    margin-right: 7px;
    font-weight: 100;
}

.btn-login {
    border: none;
    padding: 4px 19px;
    margin: 27px 0 0 0;
    display: inline-block;
    color: #fff;
    cursor: pointer;
    /* background-color: #2BC5EB;*/
    padding: 16px;
    width: 91%;
    text-transform: uppercase;
    background-color: #eb5636 !important;
    border-radius: 5px;
    font-weight: bold;
    font-family: "Poppins", sans-serif;

    
}
@media only screen and (min-width: 1200px) {
    .btn-login {
        width: 93%;
    }
}

    .btn-login:hover {
        background-color: #15acd2;
    }
.wrapper-ebiz-login .nice-select {
   /* height: 32px;*/
    margin-top: 25px;
    /*line-height: 28px;*/
    background: #F0F0F0;
    color: #212226;
    font-size: 13px;
    width: 100%;
    padding: 0 8px;
    border-color: #212226;
}

.wrapper-ebiz-login .nice-select .list {
    width:100%;
    border-radius:0;
    max-height:250px;
    overflow:auto;
}


.wrapper-ebiz-login .nice-select .option {
    border: solid 1px #fff !important; 
    color: #000;
    font-weight: 200;
    padding-left:7px;
    line-height: 30px;
    min-height: 30px;
}

.wrapper-ebiz-login .nice-select .option:before,
.wrapper-ebiz-login .nice-select .option:after {
  display:none;  
}
.client-logo{
    width:auto;
    max-height:130px;
}
.margin-top-30{
    margin-top:30px;
}

/* Preloader */

#pointx3load {
    width: 100%;
    margin: auto;
    line-height: 100vh;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(6, 6, 6, 0.07);
    z-index: 9999999;
    display: none;
}

    #pointx3load div {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        display: inline-block;
        background: #ff9400;
        -webkit-animation: pointx3 1s ease-in-out infinite;
        animation: pointx3 1s ease-in-out infinite;
    }

        #pointx3load div:nth-of-type(2) {
            animation-delay: 0.1s;
        }

        #pointx3load div:nth-of-type(3) {
            animation-delay: 0.2s;
        }

@-webkit-keyframes pointx3 {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    20% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }

    40% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes pointx3 {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    20% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }

    40% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}
.copyright-text a {
    color: #ffffff !important;
}
/* End of preloader */
/*------------*/

.ForgetPasswordWrapper {
    width: 50%;
    display: grid;
    margin: 0 auto;
    /*background-color: #070707;*/
    padding: 20px 30px;
    border-radius: 5px;
}
    .ForgetPasswordWrapper input[type=email] {
        background-color: transparent !important;
        border: solid 1px #667f65 !important;
        width: 100%;
        float: left;
        color: #fff !important;
        padding: 8px 10px 8px 15px !important;
        height: 40px;
        border-radius: 5px !important;
    }
