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