html{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;

}
body{
    height: 100%;
}
#_page_body{
    margin: auto;
    background-color: rgb(108, 97, 255);
    width: 400px;
    border-radius: 2px;
    margin-top: 50px;
}
.titletext{
    margin: auto;
    margin-top: 100px;
    width: 400px;
}
.titletext td{
    text-align: center;
    font-size: 25px;
}
input{
    width: 200px;
    border-radius: 2px;
    padding-left: 10px;
    height: 30px;
    border: none;
}
.btn{
    line-height: 30px;
    height: 40px;
}
select{
    width: 200px;
    border-radius: 2px;
    height: 30px;
    border: none;
}
td{
    color:#fff;
}
#loginscreen{
    background-image: url('https://work.oneira.co.id/accounting/themes/mytema/images/1.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
}