/* Import fonts */
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Russo+One&display=swap');
body {
    color: #797979;
    background: #f1f2f7;
    font-family: 'Roboto', sans-serif !important;
    padding: 0 !important;
    margin: 0 !important;
    font-size:18px;
    text-rendering:optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}
body.login-page.login-new {
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
}

.fullscreen, .content-a {
    width: 100%;
    min-height: 100%;
}
#fleetVideoBG {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 0;
    min-width: 100%;
    height: auto;
    min-height: 100%;
    z-index: -100;
    background-size: cover;
}


html, body {
    height:100%;
}

.background {
    background-repeat:no-repeat;
    background-position: top 100% !important;
}
.motus.signup-page .logoWrapper img,.avis.signup-page .logoWrapper img,.euro.signup-page .logoWrapper img {
    width: 100%;
    height: auto;
}
.fullscreen, .content-a {
    width:100%;
    min-height:100%;
}

.not-fullscreen, .not-fullscreen .content-a, .fullscreen.not-overflow, .fullscreen.not-overflow .content-a {
    height:100%;

}
.loginBtn:focus, .loginBtn:hover {
    color: #FFF;
    text-decoration: underline;
}
.content-a {
    position:relative;
}

.content-b {
    text-align:center;
}

body{
    margin:0;

}

.logoWrapper {
    position: absolute;
    top: 10px;
    display: none;
    z-index: 999;
}

.logoWrapper img {
    width: 90%;
    height: auto;
}

.contentWrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    display: table;
}

.login-outer {
    display: table-cell;
    vertical-align: middle;
}

.login-wrapper {
    background: rgba(255, 255, 255, 0.9);
    padding: 15px 0;
    border-radius: 10px;
    display: none;
    margin: auto;
    width: 475px;
}
#selectStle {
    height: 37px;
    background: url(../images/language.png)9px 9px;
    background-size: 16px;
    width: 100px;
    background-repeat: no-repeat;
    border: 1px solid #3333;
    padding-left: 29px;
    color: #838383;
    font-size: 14px;
    font-weight: 500;
    border-radius: 6px;
}
.login-head {
    text-transform: uppercase;
    font-size: 25px;
    color: #000;
    line-height: 50px;
    font-weight: 500;
}
.tooltip {
    border: none !important;
}
.loginForm {
    position: absolute;
    margin-top: 15%;
    width: 28%;
    padding: 0px 7px;
    left: 10px;
}
.has-js .label_check, .has-js .label_radio {
    padding-left: 25px !important;
}
.forgot-passpage .loginForm {
    position: absolute;
    margin-top: 15%;
    width: 25%;
    padding: 0px 7px;
    left: 30px;
}
.signingUpFrom .frmField {
    padding-bottom:15px;
}

.frmField {
    padding-bottom:15px;
}

.frmFieldLable {
    width: 35%;
    color: #707070;
}
img.imgW {
    width: 16px;
    margin-left: 9px;
}
.frmTxtbox {
    height: 37px;
    background: #fff;
    border: 1px solid #3333;
    padding: 0 15px;
    width: 100%;
    color: #838383;
    font-size: 14px;
    font-weight: 400;
    border-radius: 6px;
}
.login-left span{
    display: block;
}
.frmBtm {
    margin: auto;
    padding: 20px 0 10px;
    width: 100%;
}
.signup-page .frmBtm {
    padding: 0;
}
.jimiColor .loginLnk,.jimiColor .loginLnk:hover,.jimiColor .loginLnk:focus{
    background:#004fa3;
}
.jimiColor .forgotLnk, .jimiColor .forgotLnk:hover, .jimiColor .checkbox-label a, .jimiColor .checkbox-label a:focus, .jimiColor .checkbox-label a:hover,
.jimiColor .user-style,.jimiColor .float-label-control input:not(.empty) + label,
.jimiColor .float-label-control textarea:not(.empty) + label,.jimiColor .signup-notes a{
    color:#004fa3;
}
/*assl*/
.assl .loginLnk,.assl .loginLnk:hover,.assl .loginLnk:focus{
    background:#004fa3;
}
.assl .forgotLnk, .assl .forgotLnk:hover, .assl .checkbox-label a, .assl .checkbox-label a:focus, .assl .checkbox-label a:hover,
.assl .user-style,.assl .float-label-control input:not(.empty) + label,
.assl .float-label-control textarea:not(.empty) + label,.assl .signup-notes a{
    color:#004fa3;
}
/*motus*/
.motus .loginLnk,.motus .loginLnk:hover,.motus .loginLnk:focus{
    background:#1c3e6e;
}
.motus .forgotLnk, .motus .forgotLnk:hover, .motus .checkbox-label a, .motus .checkbox-label a:focus, .motus .checkbox-label a:hover,
.motus .user-style,.motus .float-label-control input:not(.empty) + label,
.motus .float-label-control textarea:not(.empty) + label,.motus .signup-notes a{
    color:#1c3e6e;
}
/*euro*/
.euro .loginLnk,.euro .loginLnk:hover,.euro .loginLnk:focus{
    background:#009900;
}
.euro .forgotLnk, .euro .forgotLnk:hover, .euro .checkbox-label a, .euro .checkbox-label a:focus, .euro .checkbox-label a:hover,
.euro .user-style,.euro .float-label-control input:not(.empty) + label,
.euro .float-label-control textarea:not(.empty) + label,.euro .signup-notes a{
    color:#009900;
}
/*kingtracker*/
.kingtracker .loginLnk,.kingtracker .loginLnk:hover,.kingtracker .loginLnk:focus{
    background:#0002ad;
}
.kingtracker .forgotLnk, .kingtracker .forgotLnk:hover, .kingtracker .checkbox-label a, .kingtracker .checkbox-label a:focus, .kingtracker .checkbox-label a:hover,
.kingtracker .user-style,.kingtracker .float-label-control input:not(.empty) + label,
.kingtracker .float-label-control textarea:not(.empty) + label,.kingtracker .signup-notes a{
    color:#0002ad;
}
/*avis*/
.avis .loginLnk,.avis .loginLnk:hover,.avis .loginLnk:focus{
    background:#d81f25;
}
.avis .forgotLnk, .avis .forgotLnk:hover, .avis .checkbox-label a, .avis .checkbox-label a:focus, .avis .checkbox-label a:hover,
.avis .user-style,.avis .float-label-control input:not(.empty) + label,
.avis .float-label-control textarea:not(.empty) + label,.avis .signup-notes a{
    color:#d81f25;
}
.loginLnk, .loginLnk:hover, .loginLnk:focus {
    width:110px;
    display:block;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    text-align:center;
    font-size:16px;
    color:#fff;
    line-height:35px;
    text-decoration: none;
    float: left;
}

.forgotLnk {
    text-decoration: underline;
    float: left;
    margin-left: 5%;
}

.forgotLnk:hover {
    text-decoration: none;
}

input:invalid, .invalid_box {
    border-bottom:1px solid #FF0000!important;
    background: url(../images/error.png) no-repeat right;
    background-size: 20px auto;
}
input.passField:invalid, input.passField.invalid_box {
    border-bottom:1px solid #FF0000!important;
    background: url(../images/error.png) no-repeat 150px;
    background-size: 20px auto;
}
.invalid_errors {
    color: #D42D31;
    font-size: 13px;
    line-height: 0;
    display: none;
    position: absolute;
    /* float: left; */
    top: -10px;
    right: 115px;
}

.invalid_errors_success {
    color: #26BA3B;
}

.loginForm .invalid_errors {
    position: absolute;
    top: -3px;
    width: 100%;
    text-align: center;
    left: 0;
}

.clear {
    clear:both;
    line-height:1px;
}

.content {

    font-size: 46px;
    color: #FFF;
    line-height: 46px;
    text-align: center;
    margin: auto;
    position: relative;
    width: 630px;
    display: none;
    margin-top: 15%;
    text-transform: uppercase;
}

.content span {
    z-index:999;
    position:relative;
}

.content img {
    position:absolute;
    display:none;
    right:-20px;
    top:-145px;
    z-index:9;
}

.smallContent {

    font-size: 20px;
    color: #FFF;
    margin: auto;
    padding-top: 20px;
    text-align: center;
    width: 630px;
    line-height: 25px;
    display: none;
}

.footer {
    position: absolute;
    left: 40px;
    bottom: 5px;
    font-size: 13px;
    font-weight: 300;
    color: #333;
}

.signup-page .footer {
    bottom: 0px;
}

.footer span.footer {
    padding: 0 20px;
}

.signBtm a {
    margin: auto;
    float: none;
}

.successMsg, .errorMsg {
    position: absolute;
    display: none;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
}

.frmPad {
    padding: 20px 0;
}

.signup-wrapper {
    width: 775px;
    padding: 10px 0;
}

.signup-wrapper .frmTxt {
    width: 300px;
}

.checkbox-label {
    font-size: 13px;
    text-align: left;
    line-height: 24px;
    padding-left: 18px;
    display: block;
}

.checkbox-label-txt {
    line-height: 18px;
}

div.checker {
    position: relative;
    display: -moz-inline-box;
    display: block;
    vertical-align: middle;
    zoom: 1;
    float: left;
    margin: 0 8px 0 0;
}


div.checker span {
    background: url(../images/checkbox/check-off.png) no-repeat;
    height: 17px !important;
    width: 17px !important;
    border-radius: 5px !important;
    display: -moz-inline-box;
    display: inline-block;
    text-align: center;
}

div.checker span.checked {
    background: url(../images/checkbox/check-on.png) no-repeat;
    height: 17px !important;
    width: 17px !important;
}

.checker label {
    display: inline-block;
    cursor: pointer;
    padding-left: 10px;
    margin-right: 65px;
    font-size: 18px;
    color: #5e5e68;
    font-family: 'Open Sans', sans-serif;
    padding-top: 3px;
}

.signup-wrapper .login-head {
    font-size: 30px;
}

.checkbox-label a, .checkbox-label a:focus {
    text-decoration: underline;
}

.checkbox-label a:hover {
    text-decoration: none;
}

.signup-wrapper .loginForm .invalid_errors {
    top: 0;
}

.loginLnk.signupLnk {
    float: right;
}

.frmField .radios {
    display: flex;
    width: 100%;
    margin: auto;
}

.checkboxes {
    float: left;
}

.has-js .frmField .label_check, .has-js .frmField .label_radio {
    padding-right: 34px;
    position: relative;
}
.jimiColor .label_check input,.jimiColor .label_radio input{
    accent-color: #004fa3;
}
.assl .label_check input,.assl .label_radio input{
    accent-color: #308db6;
}
.motus .label_check input,.motus .label_radio input{
    accent-color: #1c3e6e;
}
.euro .label_check input,.euro .label_radio input{
    accent-color: #009900;
}
.kingtracker .label_check input,.kingtracker .label_radio input{
    accent-color: #0002ad;
}
.avis .label_check input,.avis .label_radio input{
    accent-color: #d81f25;
}
.has-js .label_check input, .has-js .label_radio input{
    left: 0px !important;
    height: 16px;
    width: 16px;
    margin: 0px;
    top :2px;
}

.frmField .radios label {
    float: left;
}

.loginLnk i.fa {
    font-size: 14px !important;
}

.selector {
    overflow: visible !important;
    margin-left: 60px;
    width: 330px !important;
}

div.selector {
    /*background: rgba(208,210,211,0.2); */
    background: rgba(0, 0, 0, 0.1);
    border:0 none;
    line-height: 35px;
    height: 35px;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    margin: 0;
    padding: 0 0 0 15px;
    cursor: pointer;
    font-size: 18px;
    overflow: hidden;
    position:relative;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}

div.selector span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #838383;
    padding: 0px 32px 0px 2px;
    background: url(../images/set_arrow.png) no-repeat 100.5%;
    cursor: pointer;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    text-align:left;
}
.signup-page .selector span {
    background: url(../images/arrowdown.png) no-repeat 100.5%;
    background-size: 13px !important;
}



div.selector.disabled, div.selector.disabled.active {
    background: #dddddd;
}

#country-div {
    display:none;
}

.loginFormWrapper {
    display: none;
}

.login-left {
    float: left;
    width: 40%;
    margin: 20px 5%;
    background: transparent;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 20px;
    text-align: center;
    transition: transform .5s ease;
}

.jimiColor .login-left a,.jimiColor .login-left a:hover,.jimiColor .login-left a:focus{
    border: 2px solid #004fa3;
    border-radius: 20px;
}
.assl .login-left a,.assl .login-left a:hover,.assl .login-left a:focus{
    border: 2px solid #004fa3;
}
.motus .login-left a,.motus .login-left a:hover,.motus .login-left a:focus{
    border: 2px solid #1c3e6e;
}
.euro .login-left a,.euro .login-left a:hover,.euro .login-left a:focus{
    border: 2px solid #009900;
}
.kingtracker .login-left a,.kingtracker .login-left a:hover,.kingtracker .login-left a:focus{
    border: 2px solid #0002ad;
}
.avis .login-left a,.avis .login-left a:hover,.avis .login-left a:focus{
    border: 2px solid #d81f25;
}
.login-left a, .login-left a:hover, .login-left a:focus {
    padding: 13%;
    color: #000;
    font-size: 16px;
    text-decoration: none;
    display: block;
    border-radius: 10px;
}

.login-left:hover{
    background-color: #fff;
    box-shadow: 3px 3px 9px 4px #00000021;
    transform: scale(1.111);
}

.login-sub-head {
    font-size: 25px;
    color: #838383;
    line-height: 50px;
    font-weight: 400;
}

.signupLnk1, .signupLnk1:hover {
    float: none;
    margin: auto;
}

.langWrapper {
    position: absolute;
    top: 10px;
    z-index: 9999;
    margin-top: 5px;
}

.bootstrap-select .btn, .bootstrap-select .btn-default:hover, .bootstrap-select .btn-default:focus, .bootstrap-select .btn-default:active, .bootstrap-select .btn-default.active, .bootstrap-select.open .dropdown-toggle.btn-default {
    background: rgba(255, 255, 255, 0.8) !important;
    color: #000 !important;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn){
    width: 180px !important;
}

.bootstrap-select .btn{
    padding: 0 12px;
}


.float-label-control {
    position: relative;/*margin-bottom: 10px;*/
}
.float-label-control ::-webkit-input-placeholder {
    color: transparent;
}
.float-label-control :-moz-placeholder {
    color: transparent;
}
.float-label-control ::-moz-placeholder {
    color: transparent;
}
.float-label-control :-ms-input-placeholder {
    color: transparent;
}
.float-label-control input:-webkit-autofill,
.float-label-control textarea:-webkit-autofill {
    background-color: transparent !important;
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
    -moz-box-shadow: 0 0 0 1000px white inset !important;
    box-shadow: 0 0 0 1000px white inset !important;
}
.float-label-control label {
    position: absolute;
    font-weight: normal;
    top: -10px;
    left: 10%;
    color: #838383;
    -moz-animation: float-labels 300ms none ease-out;
    -webkit-animation: float-labels 300ms none ease-out;
    -o-animation: float-labels 300ms none ease-out;
    -ms-animation: float-labels 300ms none ease-out;
    -khtml-animation: float-labels 300ms none ease-out;
    animation: float-labels 300ms none ease-out; /* There is a bug sometimes pausing the animation. This avoids that.*/
    animation-play-state: running !important;
    -webkit-animation-play-state: running !important;
}
.float-label-control input.empty + label,
.float-label-control input.empty + label, .float-label-control textarea.empty + label {
    top: 10px;
    animation: none;
    -webkit-animation: none;
    left: 4%;
    width: 90%;
    text-align: left;
    font-weight: 200 !important;
}

.float-label-control input:not(.empty) + label,
.float-label-control textarea:not(.empty) + label {
    z-index: 1;
    display: none;
}
.float-label-control input:not(.empty):focus + label,
.float-label-control textarea:not(.empty):focus + label {
    color: #aaaaaa;
    display: none;
}
.float-label-control.label-bottom label {
    -moz-animation: float-labels-bottom 300ms none ease-out;
    -webkit-animation: float-labels-bottom 300ms none ease-out;
    -o-animation: float-labels-bottom 300ms none ease-out;
    -ms-animation: float-labels-bottom 300ms none ease-out;
    -khtml-animation: float-labels-bottom 300ms none ease-out;
    animation: float-labels-bottom 300ms none ease-out;
}
.float-label-control.label-bottom input:not(.empty) + label,
.float-label-control.label-bottom textarea:not(.empty) + label {
    top: 3em;
}

@keyframes float-labels {
    0% {
        opacity: 1;
        color: #aaa;
        top: 0.1em;
        font-size: 1.5em;
    }
    20% {
        font-size: 1.5em;
        opacity: 0;
    }
    30% {
        top: 0.1em;
    }
    50% {
        opacity: 0;
        font-size: 0.85em;
    }
    100% {
        top: -1em;
        opacity: 1;
    }
}

@-webkit-keyframes float-labels {
    0% {
        opacity: 1;
        color: #aaa;
        top: 0.1em;
        font-size: 1.5em;
    }
    20% {
        font-size: 1.5em;
        opacity: 0;
    }
    30% {
        top: 0.1em;
    }
    50% {
        opacity: 0;
        font-size: 0.85em;
    }
    100% {
        top: -1em;
        opacity: 1;
    }
}

@keyframes float-labels-bottom {
    0% {
        opacity: 1;
        color: #aaa;
        top: 0.1em;
        font-size: 1.5em;
    }
    20% {
        font-size: 1.5em;
        opacity: 0;
    }
    30% {
        top: 0.1em;
    }
    50% {
        opacity: 0;
        font-size: 0.85em;
    }
    100% {
        top: 3em;
        opacity: 1;
    }
}

@-webkit-keyframes float-labels-bottom {
    0% {
        opacity: 1;
        color: #aaa;
        top: 0.1em;
        font-size: 1.5em;
    }
    20% {
        font-size: 1.5em;
        opacity: 0;
    }
    30% {
        top: 0.1em;
    }
    50% {
        opacity: 0;
        font-size: 0.85em;
    }
    100% {
        top: 3em;
        opacity: 1;
    }
}

.info-message {
    padding: 30px 0;
}

.signup-notes {
    font-size: 11px;
    line-height: 15px;
    padding-top: 10px;
    padding-right: 20px;
}

.signup-notes a{
    text-decoration: underline;
}

.signup-notes a:hover {
    text-decoration: none;
}

.g-recaptcha {
    width: 304px;
    margin: 0 auto 20px;
}

a.loginLnk.disabled {
    pointer-events: none;
}

.login-page .triangleLogin{
    border-bottom: 657px solid rgb(255 255 255 / 92%);
    border-left: 0 solid transparent;
    border-right: 285px solid transparent;
    height: 100%;
    width: 42%;
    margin-top: -1px;
}

.signup-page .triangleLogin{
    border-bottom: 830px solid rgb(255 255 255 / 92%);
    border-left: 0 solid transparent;
    border-right: 285px solid transparent;
    height: 100%;
    width: 42%
}

.jimiColor .signUpBtn{
    border: 2px solid #004fa3;
    background-color: #004fa3;
}
.assl .signUpBtn{
    border: 2px solid #004fa3;
    background-color: #004fa3;
}
.motus .signUpBtn{
    border: 2px solid #1c3e6e;
    background-color: #1c3e6e;
}
.euro .signUpBtn{
    border: 2px solid #009900;
    background-color: #009900;
}
.kingtracker .signUpBtn{
    border: 2px solid #0002ad;
    background-color: #0002ad;
}
.avis .signUpBtn{
    border: 2px solid #d81f25;
    background-color: #d81f25;
}
.signUpBtn{
    text-decoration: none;
    display: inline-block;
    border-radius: 8px;
    line-height: 30px;
    height: 35px;
    color: #fff;
    font-size: 16px;
    width: 100px
}
.signUpBtn:hover{
    color: #fff;
}

.signUpForm{
    position: absolute;
    margin-top: 7%;
    padding: 0% 3%;

}

.signup-head{
    text-transform: uppercase;
    font-size: 25px;
    color: #000;
    line-height: 50px;
    font-weight: 500;
    margin-bottom: 20px;
}
.jimiColor .cancelBtn{
    border: 2px solid #004fa3;
    color: #004fa3;
}
.assl .cancelBtn{
    border: 2px solid #004fa3;
    color: #004fa3;
}
.motus .cancelBtn{
    border: 2px solid #1c3e6e;
    color: #1c3e6e;
}
.euro .cancelBtn{
    border: 2px solid #009900;
    color: #009900;
}
.kingtracker .cancelBtn{
    border: 2px solid #0002ad;
    color: #0002ad;
}
.avis .cancelBtn{
    border: 2px solid #d81f25;
    color: #d81f25;
}
.cancelBtn{
    display: inline-block;
    border-radius: 8px;
    line-height: 30px;
    height: 35px;
    background-color: #ffffff00;

    /* padding: 1%; */
    font-size: 16px;
    /* background: none; */
    width: 100px
}
.jimiColor .loginBtn{
    background-color: #004fa3;
}
.assl .loginBtn{
    background-color: #004fa3;
}
.motus .loginBtn{
    background-color: #1c3e6e;
}
.euro .loginBtn{
    background-color: #009900;
}
.kingtracker .loginBtn{
    background-color: #0002ad;
}
.avis .loginBtn{
    background-color: #d81f25;
}
.loginBtn{
    transition: transform .5s ease;
    display: inline-block;
    border-radius: 8px;
    line-height: 35px;
    height: 35px;

    color: #fff;
    padding: 0px 10px;
    font-size: 16px;
    /* background: none; */
    min-width: 100px;
    width: auto;
}
.jimiColor .loginBtn:hover{
    box-shadow: 4px 3px 8px 2px #004fa370;
    background-color: #004fa3;
}
.assl .loginBtn:hover{
    box-shadow: 4px 3px 8px 2px #004fa370;
    background-color: #004fa3;
}
.motus .loginBtn:hover{
    box-shadow: 4px 3px 8px 2px #1c3e6e70;
    background-color: #1c3e6e;
}
.euro .loginBtn:hover{
    box-shadow: 4px 3px 8px 2px #00990070;
    background-color: #009900;
}
.kingtracker .loginBtn:hover{
    box-shadow: 4px 3px 8px 2px #0002ad70;
    background-color: #0002ad;
}
.avis .loginBtn:hover{
    box-shadow: 4px 3px 8px 2px #d81f2570;
    background-color: #d81f25;
}
.loginBtn:hover{
    text-decoration :none;
}

.login-body .radios{
    padding-top: 35px !important;
}
.jimiColor .bootstrap-select > .dropdown-toggle{
    color: #004fa3 !important;
    border-color: #004fa3;
}
.assl .bootstrap-select > .dropdown-toggle{
    color: #004fa3 !important;
    border-color: #004fa3;
}
.motus .bootstrap-select > .dropdown-toggle{
    color: #1c3e6e !important;
    border-color: #1c3e6e;
}
.euro .bootstrap-select > .dropdown-toggle{
    color: #009900 !important;
    border-color: #009900;
}
.kingtracker .bootstrap-select > .dropdown-toggle{
    color: #0002ad !important;
    border-color: #0002ad;
}
.avis .bootstrap-select > .dropdown-toggle{
    color: #d81f25 !important;
    border-color: #d81f25;
}
.bootstrap-select > .dropdown-toggle{
    margin-top: 0%;
    width: 95% !important;
    margin-left: 11% !important;
    background: #ffffff00 !important;
}

.triangleSignUp{
    border-bottom: 780px solid rgb(255 255 255 / 92%);
    border-left: 0 solid transparent;
    border-right: 240px solid transparent;
    height: 0;
    width: 47%;
}

.signingUpFrom {
    position: absolute;
    width: 33%;
    padding: 0% 2%;
    margin-top: 5%;
}


.signup-page .fullscreen.not-overflow{
    overflow-x: hidden;
}
.forgot-passpage .fullscreen.not-overflow{
    overflow-x: hidden;
}
.screenfull{
    width: 100%;
    min-height: 100%;
}

.left25{
    margin-left: -25px;
}


.signup-page .selector {
    height: 35px;
    line-height: 45px;
    background: transparent;
    padding: 0 5px;
    color: #838383;
    font-size: 17px;
    width: 100% !important;
    margin-bottom: 10px;
}
div#uniform-selectCountry {
    height: 37px;
    background: #fff;
    border: 1px solid #3333;
    width: 100%;
    color: #838383;
    font-size: 14px !important;
    font-weight: 500;
    border-radius: 6px;
}
select#selectCountry {
    top: 0;
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
}
.signup-page .selector span{
    background: url(../images/Dropdown.svg) no-repeat 100.5%;
}

.signup-page .checkbox-label {
    padding-left: 3px;
    padding-right: 0px;
}
div.checker span.checked {
    background: url(../images/checkbox/check-on.png) no-repeat;
    background-size: contain !important;
}
.signup-page .checker span {
    background: url(../images/checkbox/check-off.png) no-repeat ;
}

.loginBtn i.fa {
    font-size: 14px !important;
}
.labelFld span {
    font-size: 12px;
    color: #9f9797;
    font-weight: 500;
}
.login-left img {
    width: 80px;
    height: 80px;
    padding: 8px;
}
.signUpForm {
    /* position: relative; */
    padding: 0% 4%;
    width: 30%;
    padding-left: 30px;
}
.labelFld{
    display: flex;
    text-align: left;
    margin-top: 1px;
}
.login-page .triangleLogin {
    width: 44%;
}
.complete{
    font-size: 11px;
    display: none;
}
.more{
    background:lightblue;
    color:navy;
    font-size:13px;
    cursor:pointer;
    border-radius: 10px;
    padding: 2px 5px 2px 7px;
}
@media only screen and (max-width: 750px) {
    .loginForm,.forgot-passpage .loginForm {
        width: 85%;
        margin-top: 50%;
    }
    .login-page .triangleLogin {
        border-bottom: 660px solid rgb(255 255 255 / 73%);
        border-left: 0 solid transparent;
        border-right: 164px solid transparent;
        background: rgba(255, 255, 255, 0.8);
        height: 100%;
        width: 115%;
    }
    .signup-page .triangleLogin {
        border-bottom: 830px solid rgb(255 255 255 / 73%);
        border-left: 0 solid transparent;
        border-right: 164px solid transparent;
        background: rgba(255, 255, 255, 0.8);
        height: 100%;
        width: 115%;
    }
    .signUpForm {
        position: absolute;
        margin-top: 35%;
        width: 100%;
    }
    .signingUpFrom {
        left: 5%;
        position: absolute;
        margin-top: 40% !important;
        width: 95%;
    }
    .triangleSignUp {
        border-bottom: 885px solid rgb(255 255 255 / 73%);
        border-left: 0 solid transparent;
        border-right: 176px solid transparent;
        background: rgba(255, 255, 255, 0.8);
        height: 0;
    }
    .signup-page .langWrapper {
        left:0 !important;
    }
    .fleetIdLabel{
        top : 60px !important;
    }

    .signup-page .checkbox-label, .signup-page .label_check {
        width: 98% !important;
    }
}

.bootstrap-select.btn-group .dropdown-menu.open{
    margin-left: 11% !important;
}



.has-js .label_radio,.has-js label.r_on,.has-js label.c_on,.has-js .label_check{
    background: transparent !important;
}


.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
    top: 0;
    opacity: 1 !important;
    right: 0;

}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    width: 279px;
    left: 40px;
}


.loginMdl .modal-dialog {
    width: 450px;
    margin: 11% 36%;
    position: absolute;
}
.loginMdl .modal-screen,.loginMdl .frmBtm {
    text-align: center;
}
.loginMdl .inn-mdl img {
    width: 100px;
}
.loginMdl .inn-mdl p {
    line-height: 23px;
    font-size: 14px;
    color: #888888;
}
.loginMdl .modal-header {
    background: transparent;
}

button.close {
    font-weight: 400;
    border-radius: 15px;
    background: #f00 !important;
    border: none;
    box-shadow: none;
    text-shadow: none;
    opacity: 1;
    color: #fff !important;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 17px;
}

.langWrapper a:hover {
    text-decoration: none;
}

.langWrapper ul.dropdown-menu {
    background: #fff !important;
    border: 1px solid #eee !important;
    min-width: 100px;
}

.langWrapper ul.dropdown-menu li {
    margin: 0;
}
.langWrapper .langIcon{
    width: 14px;
    margin-right: 10px;
    margin-left: 5px;
}
.langWrapper ul.dropdown-menu li img {
    width: 30%;
    margin-right: 5px;
}

.langWrapper .add-btn-new {
    background: #fff0;
    color: #555;
    font-size: 13px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 4px;
    border: 1px solid #b2b2b2;
    width: 85px;
    display: inline-flex;
}

.langWrapper .add-btn-new i {
    padding: 0 0 0 15px;
    vertical-align: top;
}
.jimiColor .dropdown-menu>.active>a,.jimiColor .dropdown-menu>.active>a:focus,.jimiColor .dropdown-menu>.active>a:hover {
    background-color: #EF6000 !important;
}
.assl .dropdown-menu>.active>a,.assl .dropdown-menu>.active>a:focus,.assl .dropdown-menu>.active>a:hover {
    background-color: #004fa3 !important;
}
.motus .dropdown-menu>.active>a,.motus .dropdown-menu>.active>a:focus,.motus .dropdown-menu>.active>a:hover {
    background-color: #1c3e6e !important;
}
.euro .dropdown-menu>.active>a,.euro .dropdown-menu>.active>a:focus,.euro .dropdown-menu>.active>a:hover {
    background-color: #009900 !important;
}
.kingtracker .dropdown-menu>.active>a,.kingtracker .dropdown-menu>.active>a:focus,.kingtracker .dropdown-menu>.active>a:hover {
    background-color: #0002ad !important;
}
.avis .dropdown-menu>.active>a,.avis .dropdown-menu>.active>a:focus,.avis .dropdown-menu>.active>a:hover {
    background-color: #d81f25 !important;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
}
.signUpForm .successMsg, .errorMsg{
    left: 50px;
}
.disabledClass{
    cursor: not-allowed;
}
.logoHeader{
    padding: 0px 20px;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
.fleetFeature {
    text-align: left;
    padding: 0px 0px 0px 10px;
    margin-top: 30px;
    width: 90%;
    border-left: 5px solid #004fa3 !important;
    margin-left: 25px;
    border-radius: 20px;
}
#newFeatureTitle{
    color: #004fa3 !important;
}
.button2:before {
    content: "hello";
    background: linear-gradient( 45deg, #004fa3, #0351a4) !important;
    position: absolute;
    top: -2px;
    left: -2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    -webkit-filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    transition: opactiy 0.3s ease-in-out;
    border-radius: 20px;
}
.login-left img {
    filter:invert(22%) sepia(38%) saturate(4015%) hue-rotate(196deg) brightness(94%) contrast(105%);
}
div.checker span {
    background: url(../images/checkbox/check-off_jimi.png) no-repeat !important;
}
.frmField.labelFld span a{
    color: #004fa3 !important;
}
div.checker span.checked {
    background: url(../images/checkbox/check-on_jimi_1.png) no-repeat !important;
    background-size: contain !important
}
.mainLogoCenter {
    position: absolute;
    top: 10%;
    display: none;
    z-index: 999;
    left: 6%;
}
.login-page .mainLogoCenter img {
    width: 90%;
    height: auto;
}
@media (max-height: 670px) {
    .footer-container .footer {
        bottom: -25px;
    }
}