body {
    font-family: WorkSansMedium;
    font-size: 14px;
    color: #182832;
    line-height:normal;
}

a {
    color: #1277d9;
    outline: none;
}

    a:hover {
        color: #0c7da6;
        outline: none;
        text-decoration: none;
    }

    a:focus {
        color: #0c7da6;
    }

input:-internal-autofill-selected {
    -webkit-appearance: menulist-button;
    background-color: rgb(250, 250, 250) !important;
    background-image: none !important;
    color: -internal-light-dark-color(black, white) !important;
}

input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear {
    display: none;
}

.login {
    margin: 0;
    width: 415px;
    max-width: 90%;
    background: #FFFFFF;
    box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.28);
    position: fixed;
    right: 0;
    height: 100%;
    top: 0;
    bottom: 0;
    overflow: auto;
    -webkit-animation: slide 0.5s forwards;
    -webkit-animation-delay: 2s;
    animation: slide 0.3s forwards;
    animation-delay: 0.1s;
    overflow-x: hidden;
}

@-webkit-keyframes slide {
    100% {
        right: 0;
    }
}

@keyframes slide {
    100% {
        right: 0;
    }
}

.bg {
    background-color: #ddd;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 100% 100%;
}
/*@media screen and (max-width:1023px){
	.bg {
		background-position: -260px 0;
	}
}
@media screen and (min-width:1023px) and (max-width:1200px){
	.bg {
		background-position: -150px 0;
	}
}*/
@media (min-width:1367px) {
    .login-rightimg {
        background: url("../img/login/loginscreen.jpg") no-repeat left top;
        background-size: cover;
    }
}

@media (max-width:1366px) {
    .login-rightimg {
        background: url("../img/login/loginscreen.jpg") no-repeat left top;
        background-size: cover;
    }
}

@media only screen and (orientation: portrait) {
    .login-rightimg {
        background-position-x: -800px;
    }
}

#login-box {
    height: 100%;
}

.login-rightimg {
    margin: 0;
    width: 100%;
    max-width: 100%;
    line-height: 100vh;
    height: 100%;
    height: 100vh;
    min-height: 100%;
    position: fixed;
    top: 0;
    overflow: auto;
    text-align: center;
}

    .login-rightimg img {
        display: inline-block;
        vertical-align: middle;
        height: 80vh;
        margin-left: -415px;
    }

@media only screen and (min-device-width : 768px) and (max-device-width : 1023px) and (orientation : landscape) {
    .login-rightimg img {
        height: 60vh;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1023px) and (orientation : portrait) {
    .login-rightimg img {
        height: 30vh;
    }
}

@media only screen and (min-device-width : 1024px) and (max-device-width : 1366px) and (orientation : landscape) {
    .login-rightimg img {
        height: 50vh;
    }
}

@media only screen and (min-device-width : 1024px) and (max-device-width : 1366px) and (orientation : portrait) {
    .login-rightimg img {
        height: 40vh;
    }
}

.wrapper-lg {
    padding: 70px 30px 0 30px;
    position: relative;
    left: 0;
    right: 0;
    height: 100%;
}

.login-info {
    padding: 15px;
    margin-top: 10px;
    display: inline-block;
    width: 100%;
}
input::placeholder {
    color: #182832 !important;
    opacity: 1;
}


.login-info ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #182832; /*#18191a*/
    font-size: 13px;
}

.login-info ::-moz-placeholder { /* Firefox 19+ */
    color: #182832;
}

.login-info :-ms-input-placeholder { /* IE 10+ */
    color: #182832;
}

    .login-info :-moz-placeholder { /* Firefox 18- */
        color: #939393;
    }

.beatslogo {
    font-size: 10em;
}

.eyesymbol {
    position: relative;
    top: -30px;
    right: 10px;
    font-size: 18px;
    z-index: 999;
    color: #585858;
}

    .eyesymbol span {
        cursor: pointer;
        position: absolute;
        right: 0px;
        top: 5px;
        font-size: 12px;
    }

input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear {
    display: none;
}

.hiddenme {
    display: none;
}

.home-btn {
    position: absolute;
    top: 15px;
    left: 20px;
    cursor: pointer;
    font-size: 20px;
    color: #1277d9;
    z-index: 333;
}

.Lang-btn {
    position: absolute;
    top: 15px;
    right: 0px;
    cursor: pointer;
    font-size: 20px;
    color: #1277D9;
    z-index: 333;
    opacity: 0.7;
}

.fnt15 {
    font-size: 15px;
}

.back-btn .icon-leftArrow {
    color: #1277D9;
}

    .home-btn:hover, .Lang-btn:hover, .back-btn:hover, .back-btn .icon-leftArrow:hover {
        color: #08345e;
        opacity: 1;
        text-decoration: none;
    }

.l-footer {
    position: absolute;
    bottom: 0px;
}

    .l-footer .copy-txt {
        font-size: 11px;
        color: #182832;
    }

.out_lined {
    margin-bottom: 20px;
}

    .out_lined .float-label {
        font-size: 11px;
        position: absolute;
        left: 10px;
        top: 27px;
        opacity: 0;
        color: #ffffff;
        transition-delay: 0.1s;
    }

    .out_lined.focus .float-label {
        top: -8px;
        background: #ffffff;
        padding: 0px 4px;
        opacity: 1;
        color: #585858;
        z-index: 101;
    }

    .out_lined.focus:hover .float-label {
        top: -8px;
        background: #ffffff;
        padding: 0px 4px;
        opacity: 1;
    }

    .out_lined .form-control, .out_lined .input-group .form-control {
        background-color: transparent;
        border: 1px solid #dadada;
        border-radius: 4px;
        font-size: 14px;
        padding: 7px 12px;
        color: #585858;
    }

        .out_lined .form-control.clearable {
            padding-right: 28px;
        }

    .out_lined select.form-control {
        height: auto !important;
        padding: 14px 12px;
    }

.focus {
    color: #1277D9 !important;
}

.out_lined .form-control:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #1277D9;
}

.out_lined:hover input {
    border: 1px solid #aaaaaa;
}

.out_lined.err .form-control {
    border: 1px solid #b40220 !important;
}

.out_lined.focus.err .float-label {
    color: #b40220 !important;
}

.out_lined [data-clear-input] {
    display: none;
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
    color: #585858;
    background: transparent;
}

.out_lined.focus:hover [data-clear-input] {
    display: block;
}

.out_lined [data-clear-input]:hover, .float-label:hover {
    color: #1277D9;
}

.has-feedback:hover {
    color: #1277D9;
}

.input-group-addon {
    border-radius: 10px;
    background-color: #e5e5e5;
}

.martop20 {
    margin: 20px 0px;
}

.wrapper-lg .input-group {
    margin-bottom: 20px;
    width: 100%;
}

.form-control-feedback {
    left: 0;
    /* top: 15%; */
    height: 50px;
    /* width: 50px; */
    vertical-align: middle;
    padding: 8px 0;
}

.btn-flat {
    background: #707070;
    color: #fff;
    height: 50px;
}

.checkinput {
    width: 0px;
}

.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    margin-left: 0px;
    border: 1px solid #dadada;
    background-color: #ffffff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox label.focus::before {
    border: 1px solid #1277D9;
}

.checkbox-info input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox input[type="checkbox"]:checked + label::before {
    background-color: #4dc5f2;
    border-color: #4dc5f2;
    border-radius: 2px;
}

.checkbox input[type="checkbox"]:checked + label::after {
    content: "";
    left: 28px;
    top: 4px;
    width: 4px;
    height: 10px;
    color: #182832;
    border: solid #182832;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #182832;
}

.checkbox.checkbox-primary {
    margin-left: 0px;
}

    .checkbox.checkbox-primary .checkinput {
        width: 0px;
    }

.login-info .user-pass a {
    color: #2DA2CC;
    text-decoration: none;
    font-size: 14px;
    text-align: center;
}

@media (max-width: 480px) {
    .login {
        max-width: 100%;
        width: 100%;
    }
}

.myBtn {
    text-transform: capitalize;
    color: #fff;
    border-radius: 3px;
    border: 0px;
    width: 100%;
    box-shadow: none;
    padding: 8px 12px;
    font-size: 14px;
}

.lbl_remember_me {
    padding-left: 35px;
    position: absolute;
    top: 0px;
    left: 0px;
    cursor: pointer;
}

.float-label {
    margin-bottom: 0px !important;
}

.padding0 {
    padding: 0px;
}

.padding45 {
    padding: 0px 45px;
}

.mtop0 {
    margin-top: 0px;
}

.form-info h4 {
    margin-top: 0px;
    font-size: 16px;
    line-height: 30px;
    /* color: #182832; */
    font-family: 'WorkSansSemiBold';
}

.back-btn {
    float: left;
    font-size: 18px;
    margin: 10px 15px;
    position: relative;
    color: #aaa;
    z-index: 9999;
}

.padding16 {
    padding: 0 16px;
}
/* End Login*/


.hide {
    display: none;
}

.show {
    display: block;
}

.alert-login {
    width: 100%;
    color: #b40220;
    font-size: 11px;
    padding: 4px 12px 0px 12px;
    line-height: 14px;
    font-family: WorkSansRegular;
}

.clr-bancpay {
    color: #99cc66 !important;
}

.info-txt {
    font-size: 18px;
    color: #182832;
    font-weight: 600;
    margin-top: 30px;
}

.email-clr a {
    color: #4ec3c7;
    font-size: 14px;
    text-decoration: none;
}

.forgot-info {
    padding: 50% 30px 0 30px;
    position: relative;
    left: 0;
    right: 0;
}

.height40 {
    height: 40px;
}

.margt40 {
    margin-top: 40px !important;
}

.clrgreen {
    color: #1277d9;
}

.iconFile {
    font-family: "BeatsN";
    font-size: 8em;
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.thancls {
    color: #034254;
    font-size: 24pt;
    font-weight: bold;
    margin: 0;
    margin-top: -20px;
}

.thancls1 {
    margin: 0;
    color: #034254;
}

.txtThank {
    font-size: 12pt;
    font-weight: normal;
    line-height: 16px;
    margin: 20px 0;
    color: #818181;
}

.close-pop {
    font-size: 40px;
    position: absolute;
    right: 50%;
    top: 5px;
    opacity: 1;
}

.padd40 {
    padding: 0px 60px 20px 60px;
}

.margt10percent {
    margin-top: 10%;
}

.activate-txt {
    margin-top: 30px;
    color: #34babd;
    font-size: 12pt;
    font-weight: bold;
}

.activate-txt1 {
    font-size: 12pt;
    color: #818181;
    margin: 0;
}

    .activate-txt1 a {
        color: #34babd;
    }

.padd20 {
    padding: 20px;
}

.sec-img {
    margin: 20px auto;
    margin-bottom: 50px;
}

.secret-head {
    color: #283b4e;
    font-size: 1.3em;
    font-weight: 600;
}

.secret-box .resize:not(.nomargin) {
    margin: 20px 0;
}

.secret-box .resize {
    margin-bottom: 0;
    display: table;
    width: 100%;
}

.secret-box .control-label {
    padding-top: 5px;
}

.secret-box .user-id {
    color: #34babd;
    font-weight: normal;
    font-size: 1.1em;
    padding-left: 15px;
}

.beats-form-control {
    border: 0;
    box-shadow: none;
    border-radius: 0;
    border-bottom: 1px solid #ddd;
    outline: none;
}

    .beats-form-control:focus {
        box-shadow: none;
    }

.beats-secret {
    background: #34babd;
    color: #fff;
    width: 100px;
    padding: 8px;
    border: 0;
    border-radius: 2px;
    box-shadow: 0px 1px 8px #aba7a7;
    display: table;
    margin-left: auto;
}

    .beats-secret:hover, .beats-secret:focus {
        background: #219c9e;
        color: #fff;
    }

.secret-margt80 {
    margin-top: 80px;
}

.fnt12 {
    font-size: 12px;
}

.not-received {
    margin: 0;
    font-size: 12pt;
    color: #034254;
}

.handC {
    cursor: pointer;
}

.clearDefault::-ms-clear, .clearDefault::-ms-reveal {
    display: none;
}

.logintype {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}

    .logintype li a {
        font-size: 12px;
        color: #18191a;
    }

input[type="radio"] + label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    font-size: 12px;
    margin-bottom: 0;
}

    input[type="radio"] + label:before {
        content: "";
        display: block;
        width: 10px;
        height: 10px;
        position: absolute;
        top: 5px;
        left: -15px;
        border: 1px solid #ddd;
        background-color: #ddd;
        border-radius: 50%;
    }

input[type="radio"] {
    display: none !important;
    *display: inline;
}

    input[type="radio"]:checked + label:after {
        content: "";
        display: block;
        position: absolute;
        top: 7px;
        left: -13px;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: #C75000;
    }

    input[type="radio"]:checked + label:before {
        border-color: #C75000;
    }

@media(min-width:365px) {
    .info-box {
        right: -92%;
    }
}

@media(max-width:365px) {
    .info-box {
        right: -90%;
    }
}

.info-box {
    position: absolute;
    top: 95px;
    width: calc(100% - 36px);
    border: 1px solid #c14f00;
    margin-left: 0.3em;
    background: #fff;
    padding: 20px;
    z-index: 99;
    border-bottom-left-radius: 5px;
}

.btn-info-box {
    position: absolute;
    top: -1px;
    left: -36px;
    width: 35px;
    height: 30px;
    margin-right: 1em;
    background: #c14f00;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    color: #fff;
    padding: 4px 10px;
    box-shadow: 2px 2px 6px #afafaf;
    cursor: pointer;
}

.role-txt {
    text-transform: uppercase;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}

.contained_button {
    background: #4dc5f2;
    border-color: #4dc5f2;
    color: #182832 !important;
}

    .contained_button:hover {
        background: #0c7da6;
        border-color: #0c7da6;
        color: #ffffff !important;
    }

    .contained_button:active {
        background: #00678d;
        border-color: #00678d;
    }

.outlined_button {
    border: 1px solid #0c7da6;
    color: #0c7da6;
    background: #ffffff;
}

    .outlined_button:hover {
        color: #00678d;
        border: 1px solid #00678d;
        background: #ffffff;
    }

    .outlined_button:focus {
        color: #0c7da6;
        border: 1px solid #00678d;
        background: #e5f8ff;
    }

.input_focus {
    color: #71b3fa !important;
}

/* custom responsive for all browser */
.res-md {
    width: 100%;
    float: left;
}

    .res-md .col-xl-6, .res-md .col-lg-6, .res-md .col-md-6, .res-md .col-sm-6 {
        float: left;
        width: 50%;
    }

    .res-md .col-sm-12, .res-md .col-md-12, .res-md .col-lg-12, .res-md .col-xl-12 {
        float: left;
        width: 100%;
    }

    .res-md .col-md-5 {
        width: 40%;
        float: left;
    }

    .res-md.float-right {
        float: right;
    }

    .res-md.float-left {
        float: left;
    }

.input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control {
    width: 100%;
}

@media screen and (max-width: 992px) {

    .input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control {
        width: 100%;
    }
}

@media screen and (max-width: 576px) {
    .res-md .col-xs-12 {
        float: left;
        width: 100%;
    }

    .mt-xs-4 {
        margin-top: 20px;
    }

    .mt-xs-3 {
        margin-top: 10px;
    }

    .input-group {
        display: block;
    }

    .text-xs-center {
        text-align: center !important;
    }

    .login {
        width: 100% !important;
        position: absolute;
        right: 0px !important;
    }
}

@media screen and (max-width: 767px) {
    .res-md .col-md-5 {
        width: 100%;
        float: left;
    }

    .mt-xs-3 {
        margin-top: 10px;
    }

    .policy_range {
        width: 100%;
    }
}

@media screen and (max-width: 839px) {
    .login {
        width: 100% !important;
        max-width: 100% !important;
        position: absolute;
        right: 0px !important;
    }
}

@media screen and (max-width: 991px) {
    .input-group {
        display: block !important;
    }

    .exela-control-label {
        line-height: 18px;
    }
}

@media screen and (max-width: 1199px) {
    .exela-radio {
    }
}

@media screen and (-webkit-max-device-pixel-ratio:600) and (max-width: 600px) {
    .res-md .col-xs-12 {
    }
}

.Lang-btn {
    position: absolute;
    top: 15px;
    right: 20px;
    cursor: pointer;
    font-size: 20px;
    color: #1277D9;
    z-index: 333;
}

.icons_font span {
    font-family: WorkSansRegular;
    font-size: 14px;
    position: relative;
    top: -5px;
}

.icon-exelaLogo {
    font-size: 5em;
}

.logocontainer .icon-exelaLogo {
    font-size: 24px;
    position: absolute;
    top: 13px;
}

#menu-main-menu {
    position: absolute;
    box-shadow: 0 0 7px 0 #bfbfbf;
    top: 50px;
    right: 10px;
    border: 0px solid #ccc;
    width: 120px;
    z-index: 999999;
    background: #ffffff;
}

ul {
    padding: 0px;
    margin: 0px;
    background: #fff;
}

    ul li {
        list-style: none;
    }

.lang_ul li a {
    width: 100%;
    display: inline-block;
    padding: 5px 12px;
    border-bottom: 0px solid #ccc;
    background: #fff;
    z-index: 9;
    color: #182832;
}

    .lang_ul li a:hover {
        background: #08345e;
        color: #ffffff;
    }

.fab_button {
    background: #d71996;
    border-color: #d71996;
    color: #ffffff;
}

    .fab_button:hover {
        background: #a51172;
        border-color: #a51172;
        color: #ffffff;
    }

    .fab_button:active {
        background: #a51172;
        border-color: #a51172;
    }

.icon-XBPlogo {
    font-size: 70px;
    position: relative;
    top: 10px;
    left: 10px
}

.orsign {
    background: #ffffff;
    left: 43%;
    font-size: 16px;
    top: 5px;
    width: 53px;
    text-align: center;
}

.icon-XBPo {
    position: relative;
    top: 7px;
    left: 7px;
    font-size: 45px;
}

.btnset .btn {
    font-size: 13px;
}

.out_lined.err {
    margin-bottom: 30px !important;
}

/*Custom CSS*/
#CountryCode {
    width: 25%;
}

#MobileNumber {
    width: 70%;
    margin-left: 5%;
}

.float-left {
    float: left;
}

.validate_user {
    width: 100%;
    float: left;
    font-size: 12px;
    color: #B40220 !important;
}

.btn_primary, .btn_primary:focus {
    background-color: #d71996;
    border-color: #d71996;
    color: #ffffff;
}

    .btn_primary:hover {
        background-color: #961169;
        border-color: #961169;
        color: #ffffff;
    }

    .btn_primary:active {
        background-color: #961169;
        border-color: #961169;
        color: #ffffff;
    }
.text-button {
    background-color: #ffffff;
    border-color: #1277D9;
    color: #1277D9;
}
    .text-button:hover {
        border-color: #0B4A87;
        color: #0B4A87;
    }
    .modal-footer .btn {
        font-size: 11px;
        line-height: normal;
        padding: 4px 12px;
        font-family: 'WorkSansMedium';
    }

.btn_secondary, .btn_secondary:focus {
    background-color: #1277D9;
    border-color: #1277D9;
    color: #ffffff;
}

    .btn_secondary:hover {
        background-color: #0B4A87 !important;
        border-color: #0B4A87;
        color: #ffffff;
    }

    .btn_secondary:active {
        background-color: #1277D9;
        border-color: #1277D9;
        color: #ffffff;
    }

input.eyeslash {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

::-ms-clear, ::-ms-reveal {
    display: none;
    width: 0px;
    height: 0px;
}

input::-webkit-contacts-auto-fill-button, input:not(input:-webkit-autofill)::-webkit-contacts-auto-fill-button {
    -webkit-mask-image: none !important;
    -webkit-mask-size: 0px !important;
    width: 0px !important;
    background-color: #fff;
    visibility: hidden;
    display: none !important;
    pointer-events: none;
    position: absolute;
    right: 0;
}

input::-webkit-credentials-auto-fill-button {
    background: #fff;
}
.signupbg {
    background-color: rgb(66 64 64 / 40%);
}

.signup-rightimg {
    background: url("../img/signup_bg.png") no-repeat left top;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 100% 100%;
}
.signup-rightimg {
    margin: 0;
    width: 100%;
    max-width: 100%;
    line-height: 100vh;
    height: 100%;
    height: 100vh;
    min-height: 100%;
    position: fixed;
    top: 0;
    overflow: auto;
    text-align: center;
}

#orgsettings .contained_button {
    background: #d71996;
    border-color: #d71996;
    color: #ffffff !important;
}

    #orgsettings .contained_button:hover {
        background: #a51172;
        border-color: #a51172;
        color: #ffffff !important;
    }

    #orgsettings .contained_button:active, #orgsettings .contained_button:focus {
        background: #a51172;
        border-color: #a51172;
        color: #ffffff !important;
    }

#orgsettings .outlined_button {
    border: 1px solid #1277d9;
    color: #1277d9;
    background: #ffffff !important;
}

    #orgsettings .outlined_button:hover {
        color: #08345e;
        border: 1px solid #08345e;
        background: #ffffff !important;
    }

    #orgsettings .outlined_button:active, .outlined_button:focus {
        color: #08345e;
        border: 1px solid #08345e;
        background: #ffffff !important;
    }
.btn:focus, .btn:active, .btn:focus:focus-visible, .btn:hover {
    outline: none !important;
    color: #ffffff;
    box-shadow: none !important;
}
input:disabled::placeholder {
    color: #585858 !important;
    opacity: 0.8;
}

input::placeholder, ::placeholder {
    color: #999999 !important;
    opacity: 1;
}

.out_lined .form-control {
    color: #182832;
}

.dropdown-item:focus, .dropdown-item:hover {
    background-color: #1277D9;
    color: #ffffff;
}

.dropdown-item:focus-visible {
    /* border: none; */
    outline: none;
}
.pwdRules li {
    font-size: 11px;
    line-height: 16px;
    font-family: 'WorkSansRegular';
    list-style: inside;
}
.timericon {
    position: absolute;
    right: 12px;
    top: 11px;
    font-size: 12px;
}
.float-label.required:after {
    content: "*";
    color: #B40220;
}
.cursor-pointer, .fa, .fas, .far, .fal {
    cursor: pointer;
}