html {
    background: url("https://provakil.com/images/ent/dda/background-image.png") no-repeat center center fixed, url("https://provakil.com/images/ent/dda/background-footer.png") no-repeat bottom center fixed;
    -webkit-background-size: cover, contain;
    -moz-background-size: cover, contain;
    -o-background-size: cover, contain;
    background-size: cover, contain;
    background-blend-mode: multiply;
}
input.iocl-login-input:focus:not([readonly]) {
    border-bottom: 1px solid #1b1b5e;
    box-shadow: 0 1px 0 0 #1b1b5e;
}
input.iocl-login-input:focus:not([readonly])+label {
    color: #1b1b5e;
}
a.iocl-link {
    color: #1b1b5e;
}
[type=checkbox]:checked+label:before {
    border-right: 2px solid #1b1b5e;
    border-bottom: 2px solid #1b1b5e;
}
button#submit-btn {
    width: 100%;
    background-color: #1b1b5e;
}
