@font-face {
    font-family: 'signinicon';
    src: url('../images/fonts/signinicon.53cf02a9c966e651c1660f4d60ca42e0.eot');
    src: url('../images/fonts/signinicon.53cf02a9c966e651c1660f4d60ca42e0.eot') format('embedded-opentype'), url('../images/fonts/signinicon.787b687a96eae1b663ff7b646b6d57a0.woff2') format('woff2'), url('../images/fonts/signinicon.88adf6b31572fc3c6d1349bac5ca58c0.ttf') format('truetype'), url('../images/fonts/signinicon.cfab844029e8d20a587d02f9d315e114.woff') format('woff'), url('../images/fonts/signinicon.6625c7bd7a67f57e38ff776929e12793.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

.dcpl_logo {
    display: block;
    margin-bottom: 20px;
    background: url('/img/dcpllogo.png') no-repeat transparent;
    background-size: auto 100%;
    height: 70px;
    width: auto;

}

.bg_one {
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: url('/img/dcplbg.svg') transparent;
    background-size: cover;
    z-index: -1;
}

.signin_container {
    display: block;
    width: 890px;
    min-height: 520px;
    background-color: #fff;
    box-shadow: 0px 2px 30px #ccc6;
    margin: auto;
    position: relative;
    z-index: 1;
    margin-top: 7%;
    overflow: hidden;
}

.signin_box {
    width: 500px;
    min-height: 540px;
    height: auto;
    background: #fff;
    box-sizing: border-box;
    padding: 50px 50px;
    border-radius: 2px;
    transition: all .1s ease-in-out;
    float: left;
    overflow-y: auto;
    display: table-cell;
    border-right: 2px solid #f1f1f1;
    position: relative;
}

.signin_fed_head {
    display: block;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 30px;
    line-height: 30px;
    transition: all .1s ease-in-out;
}

.pass_name {
    display: block;
    font-size: 16px;
    color: #000;
    font-weight: 400;
}

.textbox_div {
    display: block;
    margin-bottom: 30px;
    position: relative;
}

.textbox_label {
    display: block;
    font-size: 14px;
    color: #626262;
    padding-bottom: 10px;
}

.textbox {
    display: block;
    width: 100%;
    height: 44px;
    box-sizing: border-box;
    border-radius: 2px;
    text-indent: 12px;
    font-size: 16px;
    outline: none;
    border: none;
    padding-right: 12px;
    transition: all .2s ease-in-out;
    background: #f8f8f8;
    border: 1px solid #E4E4E4;
}

.btn {
    cursor: pointer;
    display: block;
    width: 100%;
    height: 44px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    outline: none;
    border: none;
    transition: all .2s ease-in-out;
    background: #00b961;
}


.rightside_box {
    width: 390px;
    height: auto;
    float: right;
    box-sizing: border-box;
    padding: 40px;
    background-color: #fff;
    display: table-cell;
    overflow: hidden;
}

.dcplsignin {
    width: 100%;
    text-align: center;
    display: inline-block;
    padding: 10px;
    height: 44px;
    box-sizing: border-box;
    cursor: pointer;
    margin-bottom: 30px;
    margin: auto;
    padding: 10px 20px;
    border: 2px solid #eeeeee;
    border-radius: 24px;
    cursor: pointer;
    color: #444;
    font-weight: 500;
}


.dot[selected] {
    width: 24px;
}

.progress-bar {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: scaleX(0); /* Start from 0% */
    transform-origin: left; /* Animate from left to right */
    transition: transform 3s linear; /* Smooth filling over 3 seconds */
}

.dot[selected] .progress-bar {
    opacity: 1;
    transform: scaleX(1);
}

.checkbox_name {
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    float: left;
    cursor: pointer;
}

.btn {
    margin-top: 10px;
    border-radius: 4px;
}


.select2-selection {
    background-color: #F1F9FF;
}


@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.back_btn {
    text-align: center;
}

.notaccess {
    margin: 25px 0px 30px 0px;
}

.textbox:-webkit-autofill,
.textbox:-webkit-autofill:hover,
.textbox:-webkit-autofill:focus,
.textbox:-webkit-autofill:active {
    -webkit-box-shadow: inset 0px 0px 0px 9999px #f9f9f9;
    -webkit-text-fill-color: black;
}

::-webkit-input-placeholder {
    color: #AAB2BB;
    letter-spacing: .3px;
    font-weight: 400;
}

::-webkit-input-placeholder {
    color: #AAB2BB;
    letter-spacing: .3px;
    font-weight: 400;
}


.dot {
    display: inline-block;
    background: rgba(16, 68, 62, 0.17);
    width: 5px;
    height: 5px;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
    transition: 0.5s;
}

.dot:hover {
    cursor: pointer;
}

.dot[selected=selected]:hover {
    background: #10443e;
    transform: scale(1);
    cursor: default;
    pointer-events: none;
}

.overlapBanner {
    display: none;
}

.dot {
    margin-left: 5px;
}

#dot_0 {
    margin-left: 3px;
}

.rightbanner {
    float: left;
    width: 300px;
    height: 100%;
}

.dotHead {
    text-align: center;
    margin-top: 24px;
    width: 300px;
}

.dot[selected=selected] span {
    width: 24px;
    display: block;
}

.rightbanner {
    transform: translate(0deg);
    position: absolute;
    opacity: 1;
    height: 100%;
    background: #fff;
    z-index: 2;
}

.slideright {
    transform: translate(30px);
    opacity: 0;
    z-index: 1;
}

.slideleft {
    transform: rotate(3deg);
    opacity: 0;
}

.overlapBanner {
    position: relative;
    height: 418px;
}

.rightbanner {
    transition: opacity .3s ease-in-out, transform .6s ease-in-out;
    -moz-transition: opacity .3s ease-in-out, transform .6s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out, transform .6s ease-in-out;
}

.dot div {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #10443e;
    border-radius: 2px;
    opacity: 0;
    transform-origin: left;
    transform: scaleX(0);
    transition: opacity .3s ease-in-out, transform 5s linear;
    -moz-transition: opacity .3s ease-in-out, transform 5s linear;
    -webkit-transition: opacity .3s ease-in-out, transform 5s linear;
}


@keyframes getWidth {
    0% {
        width: 0px;
    }

    100% {
        width: 24px;
    }
}





