.mainbackground {
    position: relative;
    background: #fff;
    height: 100vh;
    width: 100%;
}
#txtpassword::placeholder, #txtusername::placeholder{
    font-size:18px;
}
#nextFieldID1, #btnlogin {
    position: absolute;
    background: rgb(255 255 255 / 0%);
    width: 34px;
    top: 1px;
    right: 0px;
    height: 50px;
    border: none !important;
    outline: none !important;
    border-radius: 0px 5px 5px 0px;
    z-index: 99999999;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
    #nextFieldID1:before, #password:before {
        content: '';
        background: url(../images/submiticon.png);
        position: absolute;
        right: 6px;
        top: 13px;
        height: 27px;
        width: 35px;
        background-repeat: no-repeat;
    }
.password:after {
    content: '';
    background: url(../images/submiticon.png);
    position: absolute;
    right: 6px;
    top: 13px;
    height: 27px;
    width: 35px;
    background-repeat: no-repeat;
}
#btnlogin:focus{
    outline:none;
    border:none;
}
.logoimages img {
    width: 30%;
    margin: auto;
    display: block;
    /*    width: 130px;
    margin: auto;
    display: block;*/
}
.datesec {
    position: absolute;
    top: 11px;
    right: 11px;
    /* width: 292px; */
    font-size: 20px;
    color: #2b2d2e;

}
#lbldateTime{
    float:left;
    margin-right:10px;
}