
.pwd span{display:block !important; position:absolute !important; right: 20px;}

.blind{visibility: hidden;}
/* .show{visibility: hidden;} */
.copyright{
    font-size:13px !important;
    margin-top:14px;
}
/*Password Streanth Checking*/
meter {
    /* Reset the default appearance */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    margin: 0 auto 1em;
    width: 100%;
    height: .4em;
    position:inherit;
    border-radius: 20px;

    /* Applicable only to Firefox */
    background: none;
    background-color: rgba(0,0,0,0.1);
}


meter[value="1"] { background: red ; border-radius: 20px; }
meter[value="2"] { background: yellow; border-radius: 20px; }
meter[value="3"] { background: orange; border-radius: 20px; }
meter[value="4"] { background: green ; border-radius: 20px; } 

meter[value="1"]::-webkit-meter-optimum-value { background: red !important; border-radius: 20px; }
meter[value="2"]::-webkit-meter-optimum-value { background: yellow !important; border-radius: 20px; }
meter[value="3"]::-webkit-meter-optimum-value { background: orange !important; border-radius: 20px; }
meter[value="4"]::-webkit-meter-optimum-value { background: green !important; border-radius: 20px; }

meter[value="1"]::-moz-meter-bar { background: red !important; border-radius: 20px; }
meter[value="2"]::-moz-meter-bar { background: yellow !important; border-radius: 20px;}
meter[value="3"]::-moz-meter-bar { background: orange !important; border-radius: 20px;}
meter[value="4"]::-moz-meter-bar { background: green !important; border-radius: 20px;}

.feedback {
    color: #9ab;
    font-size: 11px;
    padding: 0px;
    font-family:arial;
    margin-top: 0px !important;
}

#nwpwd-strength-text{
    margin-top: 0px !important;
    padding: 0px !important;
}

/*Show hide Password*/
.field-icon {
    position: relative;
    float: right;
    margin-right: 8px;
    /*margin-top: -40px;*/
    margin-top: -25px;
    z-index: 2;
    cursor: pointer;
    font-size:15px;
}

#resetPwdform .field-icon, #activatePwdform  .field-icon{
    margin-top: -33px;
}


.container{
    padding-top:50px;
    margin: auto;
}


.btn-custom:focus{color: #ffffff;}
#failuremsg .errormessage{
    /*position: absolute;*/
    background-color: #f2dede;
    padding: 5px 15px 7px;
    border-radius: 4px;
    z-index: 99;
    font-size: 14px;
    /*top: 15.9rem;*/
    /*left: 22%;*/
    /*right: 22%;*/
    color: #a94442;
}

.container-login{
    display: table;
    position: absolute;
    top:0px;
    left:0px;
    height: 100%;
    width: 100%;
}

.login_row{
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px !important;
    margin-left: -15px !important;
}
.mb-3, .my-3 {
    margin-bottom: 1rem !important;
}
.appMountPoint {
    margin: 0px;
    padding: 0px;
    /* background-color:#fff5eb; */
    background:url("../img/scm/vector_arc.png") #fff5eb left bottom no-repeat;
    /* background: url("../img/christmas24/christmas-bg.jpg") left bottom no-repeat; */
    background-size: cover; 
    background-attachment:fixed;
   /*  left: 0px;
    bottom: 0px; */
    overflow:hidden;
}
#slideshow {
    position: absolute;
    bottom: 10px;
  }
  #slideshow img {
    animation: slide 10s infinite;
    transform: translateX(100%);
  }

  @keyframes slide {
    0% {
      transform: translateX(-50px);
    }


    100% {
      transform: translateX(1900px);
    
    }


  }

.short_description{
    width: 100%;
    height:auto;
    background:url("../img/scm/right_bg.png") no-repeat right top;
    position:fixed;
    right: 0px;
    bottom: 0px;
    z-index: 99;
}

.short_text{
    max-width: 483px;
    text-align: right;
    margin-top: 19%;
    margin-right: 2%;
    float: right;
    margin-bottom: 2%;
}

.short_text h1{
    font-size: 33px;
    font-weight: 300;
    line-height: 1.2;
    color: inherit;
    margin-bottom: 0.5rem;
}

.short_text p{
    font-size: 15px;
    font-weight: 300;
    color: #656565;
    margin-bottom: 1rem;
}

.short_text img{
    max-width:100%;
    height:auto;
    margin-bottom: 10px;
}


.login_box{
    max-width: 400px;
    padding: 33px 15px 0px 15px;
    /*height: auto;*/
    /*margin:0px auto;*/
    z-index: 999;
    text-align:center;
    display: table-cell;
    vertical-align: middle;
}



.login_box .login-container{
    width:100%;
}

.login_box .form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    /* font-size: 1rem; */
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 4px !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.login_box form{
    font-weight: 300;
    text-align: center;
}


.login_box p a{
    color: black;
}

.login_box p a:hover{
    /* color:#f03339; */
    text-decoration:underline;
}
.login_box .form-control{
    border-radius: 4px !important;
    /*height: 50px;*/
    height: 34px;
    font-weight: 400;
    margin-bottom: 9px;
    border: 1px solid #ced4da;
}

.btn-custom {
    width: 100%;
    margin-top: 11px;
    height: 32px;
    font-size: 13px;
    border-radius: 4px !important;
    padding: 6px 12px !important;
    /*background: #ed1d24;*/
    background-color: #e64949;
    border-color: #e64949;
    color: #ffffff;
    transition: transform 0.3s !important; /* Animation */
    /* border: 1px solid #fc8400; */
}

.btn-custom:hover{
    color: #ffffff;
    background-color: #b81717;
    border-color:  #b81717;
    /*background: #ed1d24;*/
    /*transform: scale(1.1);*/
    /*-webkit-box-shadow: 0px 0px 33px 0px rgba(237,29,36,0.1);*/
    /*-moz-box-shadow: 0px 0px 33px 0px rgba(237,29,36,0.1);*/
    /*box-shadow: 0px 0px 33px 0px rgba(237,29,36,0.1);*/
}
label.error {
    font-size: 12px;
    /* background-color: #b81717; */
    border-color:  #b81717;
    display: flex;

}
#failuremsg{
    padding: 10px 10px;
    margin-bottom: 10px;
    font-size:14px !important;
}
#loginlink{
    padding:10px;
}
#mp_cr_text{
    font-size: 12px;
    
    /*position: fixed;*/
    /*bottom: 10px;*/
    /*right: 10px;*/
    /*padding-bottom: 15px;*/
}
#login_conatiner{
    width: 350px;
    margin: 0px auto;
    /* margin-top: -6%; */
    /* border-bottom: 1px solid #CCCAC8; */
    padding: 10px;
    box-shadow: #ffe8e9 0px 0px 13px;
    background: #ffffff;
    border-radius: 4px;
}
.mp-cr-text{
    /*width: 350px;*/
}

.footer-copyright{
    display: block;
	position:absolute;
	bottom:20px;
	width:100%;
	color: #e2ceb9 !important;
    left: 0px;
    bottom: 20px;
}

.footer-copyright p{
    text-align: center !important;
}

.login_box input::placeholder {
    color:#748C8D;
    font-weight: 400;
    font-size: 13px;
}
#login_contatiner h1,h2,h3,h4,h5,h6,p,div,a{
    font-family: 'Roboto', sans-serif;
}

.ovrflw{
    width: 200px;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}

#raw_data_tab_table tr:hover td div.ovrflw {
    width: 200px;
    height: auto;
}

/**********************chandan new css**********************************/


.container-login{
    display: table;
    top:0px;
    left:0px;
    height: 100vh;
    width: 100%;
}


.login_box{
    max-width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    
}

.login_box h5{
    margin-top:9px;
    font-size: 14px;
    text-align: left;
    margin: -10px 0px 0px 12px;
    font-weight: 700;
    color: #000;
}



.login_box .login-container{
    width:100%;
}


.login_box form{
    font-weight: 400;
    text-align: center;
    
}

.login_box p{
    font-size: 14px;
    padding: 0px;
    margin: 10px 0px 0px 0px;
    color: #748C8D;
    text-align: left;
}


.login_box p a:hover{
    /* color:#f03339; */
    text-decoration:underline;
}
.login_box .form-control{
    border-radius: 4px !important;
    /*height: 50px;*/
    height: 34px;
    font-weight: 400;
    margin-bottom: 9px;
    border: 1px solid #ced4da !important;
}


.logo_container{
    width: 330px;
    position: absolute;
    left: 30px;
    top: 30px;
}

.logo_container4{
    position: absolute;
    right: 30px;
    top: 30px;
}

.multicom-grad {
    background: linear-gradient(to right, #A84E1C, #2E1202);
    height: 465px;
    width: 750px;
    padding-top:50px;
}
.growthday-grad {
    background: linear-gradient(to right, #1d2823, #050605);
    height: 465px;
    width: 750px;
    padding-top:50px;
}
.sweetspiretv-grad {
    background: linear-gradient(to right, #03325a, #000102);
    height: 465px;
    width: 750px;
    padding-top:50px;
}
.beacontv-grad {
    background: linear-gradient(to right, #03325a, #000102);
    height: 465px;
    width: 750px;
    padding-top:50px;
}
.waypointtv-grad {
    background: linear-gradient(to right, #03325a, #000102);
    height: 465px;
    width: 750px;
    padding-top:50px;
}
.joysauce-grad {
    background: linear-gradient(to right, #fd9b7d, #f6d4c9);
    height: 465px;
    width: 750px;
    padding-top:50px;
}

.cinevision-grad {
    background: linear-gradient(to right, #0F0E0D, #656261);
    height: 465px;
    width: 750px;
    padding-top:115px;
}
.magenta-grad {
    background: linear-gradient(to right, #0F0E0D, #656261);
    height: 465px;
    width: 750px;
    padding-top:83px;
}
.warnerbros-grad {
    background: linear-gradient(to right, #03325a, #000102);
    height: 465px;
    width: 750px;
    padding-top:83px;
}
.asylum-grad {
    background: linear-gradient(to right, #03325a, #000102);
    height: 465px;
    width: 750px;
    padding-top:50px;
}
.revry-grad {
    background: linear-gradient(to right, #03325a, #000102);
    height: 465px;
    width: 750px;
    padding-top:50px;
}

.gorilla-grad {
    background: linear-gradient(to right, #03325a, #000102);
    height: 465px;
    width: 750px;
    padding-top:50px;
}

#loginlink h6 a{
    width: 100px;
    text-align: center;
    justify-content: center;
    padding: 4px 5px;
    height: 40px;
    background: #e64949;
    border-radius: 6px;
    font-size: 16px;
    line-height: 30px;
    margin-top: 10px;
}
button.loginbtn{
    width: 100px;
    text-align: center;
    justify-content: center;
    padding: 4px 5px;
    height: 40px;
    background: #e64949;
    color:#fff;
    border-radius: 6px;
    font-size: 16px;
    line-height: 30px;
    margin-top: 10px;
    border:0;
    outline: 0!important;
    box-shadow: none!important;
    -webkit-box-shadow: none!important;
    border-color: none!important;
}




#login-container1{
    width: 350px;
    height: 465px;
    box-shadow: #ffe8e9 0px 0px 14px;
    /*  box-shadow: #ffe8e9 0px 0px 14px; */
    background: #fff;
    margin: 0px 15px;
    position: relative;

}

#login-container1 h5{
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-size: 25px;
    color: #000;
    font-weight:normal;
    margin: 20px 20px 0px 20px;
    text-align: left;
}
#login-container1 p{
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #858585;
    margin: 10px 20px 0px 20px;
    line-height: 25px;
    text-align: left;
}


.blueprint img{
    width: 350px;
    height: 245px;
}
#login-container2{
    width: 350px;
    height: 465px;
    box-shadow: #ffe8e9 0px 0px 14px;
    /* box-shadow: #ffe8e9 0px 0px 14px; */
    background: #fff;
    margin: 0px 15px;
    position: relative;
 
}

#login-container2 h5{
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-size: 25px;
    color: #000;
    font-weight:normal;
    margin: 20px 20px 0px 20px;
    text-align: left;
}
#login-container2 p{
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #858585;
    margin: 10px 20px 0px 20px;
    line-height: 25px;
    text-align: left;
}

.dispatch img{
    width: 350px;
    height: 245px;
}

#login-container3{
    width: 350px;
    height: 465px;
    padding: 15px 15px 25px 15px;
    box-shadow: #ffe8e9 0px 0px 14px;
    /*  box-shadow: #ffe8e9 0px 0px 14px; */
    background: #fff;
    margin: 0px 15px;
    position: relative;
}

.dispatch img{
    width: 350px;
    height: 245px;
}


 .explorebtn a{
    width: 230px;
    font-size: 16px;
    font-weight:normal!important;
    color:#E64949;
    border:none;
    margin-left:18px;
    transition:0.5s ease-in-out!important;
}

.explorebtn a:hover{
    width: 230px;
    border: none;
    margin-left: -3px;
    letter-spacing: 1px;
    padding-left:20px;
    visibility: visible;
    color: #E64949;

    
}


h1.insight-title{
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-size: 25px;
    color: #000;
    font-weight: normal;
    margin: 20px 20px 0px 10px;
    text-align: left;
}


/********************Forgot Password css*********************************/
.forgot-password-container{
    width:350px;
    height:350px;
    padding: 20px;
    background-color: #fff;
    margin: 10rem auto;
    

}

#forgot-box{
    position: relative;
}

p.login-reset{
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    padding: 0px;
    margin: 20px 0px 0px 0px;
}

p.reset-text{
    text-align: left;
    line-height: 19px;
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
}


.ptop-15{
    padding-top: 15px;
}

.mtop-25{
    margin-top:20px;
}
h1.insight-title{
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-size: 25px;
    color: #000;
    font-weight: normal;
    margin: 0px 20px 0px 10px;
    text-align: left;
}

.flex-login-container{
    display:flex;
}

.flex-child{
    flex-direction: column;
}

.text-red {
    font-size: 12px;
}

.acc-cont{
    position: relative;
}

#login-container3 .acc_text p{
    font-size: 12px;
    color: #7F8C8D;
    position: relative;
    margin: 32px 0px 0px 7px; 
  
}

p.tobehidden{
    text-align:left;
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    color:#748C8D;
}

p.demo-acc{
    font-size: 12px; 
    color:#7F8C8D;
    padding: 0px 0px 0px 13px;
}


.forgot-txt{
    padding: 22px 0px 0px 80px;
}

.forgot-txt a{
    font-size: 14px;
    padding: 13px 0px 0px 0px;
    color: #e64949;
    text-align: left;
}

h5.publish-txt{
    font-size:16px;
    font-weight:normal;
    text-align: left;
}

.acc-text{
    padding-left: 12px;
    font-size: 12px;
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
}

.acc_text a.contact-txt{
    font-size: 12px;
    color: #e64949;
}


p.resetpass{
    font-size:12px;
    color:#7F8C8D;
}


#resetPwdform .col-md-12{
    position: relative;
}


#resetPwdform .col-md-12 .toggle-password {
    position: absolute;
    top:43px;
    right: 9px;
    width: 20px;
    height: 20px;
}

#failuremsg h6 {
    font-size: 18px;
    font-weight: 300;
}


/* #pot {
    bottom: 0%;
    position: absolute;
    -webkit-animation: linear infinite;
    -webkit-animation-name: run;
    -webkit-animation-duration: 12s;
    z-index: 1;
 
  }
  @-webkit-keyframes run {
    0% {
      left: 0%;
    }
    50% {
      left: 100%;
    }
    100% {
      right: 100%;    
    }
    0% {
      left: 0;    
    }
  }
 */

