.digit-crncw{
    background-color: #ccc;
    float: left;
    width: 100%;
    text-align: center;
}

.dig-log-par .button{
    width: 100%;
}
.dig_overlay_text {
    position: absolute;
    bottom: 10px;
    font-size: 14px;
    text-align: center;
    left: 0;
    right: 0;
}
.dig-box *{
    box-sizing: border-box;
}
.dig-box {
    box-sizing: border-box;
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: auto;
    opacity: 0.99;
    background-color: rgba(6, 6, 6, 0.8);
}
.dig-content .digloginpage,.dig-content .forgot,.dig-content .register{
    width: 100% !important;
}.dig-modal-con .dig-content input{
    padding-top: 9px;
}
.dig-modal-con .countrycode[type="text"]{
    height: auto !important;
}
.dig-modal-con{
    display: inline-block;
    margin: 0 auto;
}
.dig-modal-con .button,.dig-modal-con a,.transupbutton{
    cursor: pointer;
}
.dig-modal-con .forgotpasswordaContainer{
    margin-top:-10px;
}
.dig_ma-box,.dig_ma-box input,.dig_ma-box label,.dig_ma-box button,.dig_ma-box select{
    -moz-osx-font-smoothing: grayscale !important;
    -webkit-font-smoothing: subpixel-antialiased;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400;
}
.dig_ma-box .dark .forgotpassword[type="submit"],.dig_ma-box .dark .dig-signup-otp[type="submit"]{margin-top: 40px;}
.dig-modal-con .signdesc{margin-top: 20px;}
.dig-log-par{
    position: relative;
    left: -29px;
}
.dig-log-par .bgtransborderdark{
    padding: 7px;
}
.dig-box-login-title{
    text-transform: uppercase;
}
.dig_load_overlay{
    position: fixed;
}
.spinner {
    width: 64px;
    height: 64px;
    position: relative;
    margin: 100px auto;
}

.double-bounce1, .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #ffffff;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
    0%, 100% { -webkit-transform: scale(0.0) }
    50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    } 50% {
          transform: scale(1.0);
          -webkit-transform: scale(1.0);
      }
}


.dig-content {
    position: relative;
    background-color: #fefefe;
    margin: 0% auto;
    display: inline-block;
    vertical-align:middle;
    padding: 30px;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
    text-align: center;
    width: 380px;
}



@media all and (max-width: 382px) {
    .dig-content {
        width: 98%;
    }
}
.digmsg-pow span{
    font-weight: bold;
}
.digmsg-pow,.digmsg-pow:hover{
    text-decoration: none;
    color: #fff;
    font-size: 18px;
}
.dig_powrd{
    text-align: center;
    position: absolute;
    bottom: 14px;
    left: 0;
    right: 0;
}

.dig-modal-con{
    min-height: 550px;
    line-height: 28px !important;
}

#dig-ucr-container input[type="date"]:focus,
#dig-ucr-container input[type="email"]:focus,
#dig-ucr-container input[type="number"]:focus,
#dig-ucr-container input[type="password"]:focus,
#dig-ucr-container input[type="search"]:focus,
#dig-ucr-container input[type="text"]:focus{
    background-color: transparent !important;
    background: transparent !important;;
}
.dig_popmessage{
    z-index: 9999999;
    min-height: 70px;
    min-width: 300px;
    width: auto;
    border-radius: 0 0 2px 2px;
    background-color: #fcf9f9;
    position: fixed;
    top:0;
    display: none;
    left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    line-height: 18px;
}
.dig_popmessage div{
    display: inline-block;
}
.dig_firele{
    padding: 14px;
}
.dig_lase_snap{
    font-size: 16px;
    color: #e74c4c;
}
.dig_lasele div{
    display: block;
}
.dig_lasele{
    padding-top: 17px;
    padding-right: 17px;
    width: calc(100% - 89px);
    display: block;
}
.dig_lase_message{
    color: #818181;
    font-size: 13px;
}
.dig_firele{
    float: left;
}
.dig_firele img{
    height: 42px;
    width: 43px;
}
.dig_popdismiss{
    height: 10px;
    width:  12px;
    position: absolute;
    top: 10px;
    cursor: pointer;
    right: 10px;
}
#dig-ucr-container::before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.dig_resendotp{
    width: 100%;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    display: none;
}
.dig_resendotp_disabled{
    opacity: 0.6;
    cursor: default !important;
}
.dig-content input[type="submit"]{
    padding: 0;
}
.dig-content input{
    padding: 8px;
    margin-top:15px;
    width: 100%;
}
.dig-login-field{
    position: relative;
}
.dig-login-field label{
    position: relative;
    float: left;
    top: 17px;
}
.dig-cont-close {
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: relative;
    top: -10px;
    opacity: 0.8;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.dig-cont-close:hover,
.dig-cont-close:focus {
    color: black;
    opacity: 1;
    text-decoration: none;
    cursor: pointer;
}
.createcustomer{
    float: right;
}
.cancelccb{
    float:left;
}
.changepassword{
    display: none;
}
.loginerrordg{
    color: #b70000;
    text-align: center;
}
.woocommerce .login .inline{
    margin-left: 0;
}
.msggreen{
    color : #00840f;
}
.dig_rl_msg_div{
    text-align: center;
}
.dig_load_overlay{
    display: none;
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom: 0;
    z-index:9999999;
    background: rgba(6,6,6,0.8);
    text-align: center;
}
.dig_load_overlay::before{
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.dig_load_content{
    display: inline-block;
    vertical-align: middle;
}
#dig-ucr-container .transuptempbtn{
    padding: 0;
}

.dig_ma-box input:focus ~ label,.dig_ma-box input:valid ~ label{
    font-size: 14px;
    top: -22px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.minput {
    outline: none;
    width: 100%;
    margin: 16px 0 16px;
    position: relative;
}
.countrycode{
    width: auto !important;
}
.dig_ma-box .button{
    margin-bottom: 8px;
    text-transform: uppercase;
}
.dig_ma-box .button, .dig_ma-box .transupbutton{
    height: 40px;
    padding: 0;
    line-height: 40px;
}
.dig_ma-box .button[type="submit"]{
    line-height: 0;
}
.dig_ma-box .button[type="submit"], .dig_ma-box .transupbutton[type="submit"],.dig_ma-box .button, .dig_ma-box .transupbutton{
    font-weight: normal;
    font-size:20px;
    min-height: 0px;
}
.dig-box-login-title{
    font-size: 18px;
    font-weight: 500;
    cursor: default;
}
.minput label {
    font-weight: normal;
    padding: 35px 16px 0 0;
    font-size: 18px;
    position: absolute;
    top: -4px;
    left: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    pointer-events: none;
}

.minput input[type="password"],.minput input[type="text"],.minput input[type="password"]:active,.minput input[type="text"]:active,.minput input[type="password"]:focus,.minput input[type="text"]:focus{
    background: transparent;
    background-color: transparent;
    color: inherit !important;
    outline: none;
    padding: 35px 16px 3px 3px;
    border: 0;
    box-shadow: none;
    width: 100%;
    height: auto;
    font-size: 19px;
    margin: 0;
}
.dig-container .logo{
    height:100px;
    max-width: 340px;
}
.dig-container{
    bottom: 20px;
}
.dig_ma-box .logforb{
    padding-top: 16px;
}
.dig_ma-box input ~ span{
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.digit_cs-list {
    position: absolute;
    top:0;
    display: none;
    padding: 0;
    margin: 0;
    color: #777;
    line-height: 1.6;
    font-weight: 400;
    text-align: left;
    border: 1px solid #d1d1d1;
    width: 310px;
    z-index: 999999;
    background: #fff;
    max-height: 144px;
    overflow-y: auto;
    -moz-box-shadow: 0 2px 3px #ccc;
    -webkit-box-shadow: 0 2px 3px #ccc;
    box-shadow: 0 2px 3px #ccc
}

.digit_cs-list li {
    display: block;
    padding: 5px 10px;
    margin: 0;
    cursor: default;
}

.digit_cs-list li.selected {
    background: #f3f3f3;
}

.digit_cs-list li[disabled] {
    opacity: .5
}


.dig_clg_bx,.logocontainer,.dig-container{
    width: 380px;
    position: relative;
    margin: auto;
}

.dig-min-het{
    min-height: 370px;
}
.logocontainer{
    text-align: center;
}
/*.dig-container{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
}*/
.logocontainer{
    opacity: 0;
}

.logocontainer .logo{
    max-width: 300px;
    max-height: 120px;
}

@media all and (max-height: 630px){
.dig_powrd{
    text-align: center;
    position: relative;
    bottom: -80px;
    left: 0;
    right: 0;
}
}


@media all and (max-width: 380px) {
    .dig_clg_bx{
        width: 96%;
        position: relative;
        padding: 0;
    }
    .dig-container {
        width: 100%;
        position: relative;
        padding: 0;
    }
    .dig_ma-box .digloginpage, .dig_ma-box .forgot, .dig_ma-box .register{
        left: 6.8%;
    }
    .logocontainer .logo{
        max-width: 70%;
    }

}
@media all and (min-width:380px) and (max-width: 440px) {
    .dig-container {
        width: 90%;
        position: relative;
        padding: 1px 15px 0 15px;
    }
    .dig_ma-box .digloginpage, .dig_ma-box .forgot, .dig_ma-box .register{
        left: 7.1%;
    }

}
    @media all and (max-width: 440px) {
        .logocontainer{
            max-width: 100%;
            max-height: 120px;
        }

        .dig_ma-box .digloginpage,.dig_ma-box .forgot,.dig_ma-box .register {
            width:60%;
        }
    .dig-container .logo{
        max-width: 70%;
    }
}
.dig_clg_bx{
    position: relative;
    /*height: 100%;*/
}
.dig-content{
    direction: ltr;
}
.dig_ma-box .forgotpassworda,.dig_ma-box .button,.dig_ma-box .transupbutton,.dig_ma-box .signdesc,.dig_ma-box .backtoLogin{
    display: block;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
}
#dig-ucr-container input[type="submit"]{
    padding-top: 0 !important;
}
.dig_ma-box .signdesc{
    cursor: default;
    text-align: left;
    margin-left: 2px;
    font-size: 18px;
}
.dig_ma-box .forgotpassworda,.dig_ma-box .backtoLogin{
    font-size:16px;
}
.signdesc{
    margin-top: 36px !important;
    margin-bottom: 10px !important;
}
.dig-container .backtoLoginContainer{
    padding-bottom: 20px;
    vertical-align: middle;
}
.dig_ma-box .button,.dig_ma-box .transupbutton{
    border-radius: 6px;
}
.dig-container .button,.dig_ma-box .transupbutton{
    text-transform: uppercase;
    font-size: 20px;

}
.dig_ma-box .forgotpassworda{
    opacity: 0.87;
}
.dig_ma-box .button[type="submit"],.dig_ma-box .transupbutton[type="submit"]{
    height: 40px;
    padding-top: 4px;
    margin-top:10px;
}
.dig_ma-box .button{
    border: none;
    box-shadow: 1px 2px 1px rgba(0,0,0,0.1);
}
.dig_ma-box .forgotpassworda,.dig_ma-box .signdesc,.dig_ma-box .backtoLogin{
    color:inherit;
}
.dig_ma-box .button{
    width: 100%;
    margin-top:24px;
}
.dig_ma-box .transupbutton{
    margin-top:8px;
}
.noselect{  -webkit-touch-callout: none;  -webkit-user-select: none;  -khtml-user-select: none;  -moz-user-select: none;  -ms-user-select: none;  user-select: none;}
.dig_ma-box .register,.dig_ma-box .forgot{
    display: none;

}
.dig_ma-box .forgot,.dig_ma-box .register{
    position: absolute;
}
.dig_ma-box .digloginpage{
    position: relative;
}
.dig_ma-box .digloginpage,.dig_ma-box .forgot,.dig_ma-box .register{
    position: absolute;
    float:left;
    width: 86%;
    left: 27px;
}
.dig_ma-box .forgot{top: 18px;}
.dig_ma-box .digloginpage{top: 0;}

.loginViaContainer{text-align: center;}
.mobileLogin{width: 100%;}
.dig_ma-box .countrycode[type="text"]{text-align:center;background: transparent !important;padding-right: 4px;outline: none;min-width: 20px;width:auto !important;z-index: 2;box-shadow: none !important;}


.noselect{  -webkit-touch-callout: none;  -webkit-user-select: none;  -khtml-user-select: none;  -moz-user-select: none;  -ms-user-select: none;  user-select: none;}
.dig_ma-box .countrycodecontainer{display:none;position: absolute;top:4px;z-index: 10;left:0;}
.digcon{position: relative;}
.separator{font-size: 20px;position: relative;top: -4px;}

.mailsecond{display: none;}
.secmailormob{width:100% !important;}

.dig_ma-box .countrycodecontainer input{
    height: 23px !important;
    margin-top: 32px !important;;
    padding: 0 !important;;
}
.dig_ma-box .countrycodecontainer .light{
    border-right: 1px solid #fff!important;
}
