/*///////////////////////////////////////////////////////////////////////
//  program-id  :index.css
//  name        :css for index.php
//////////////////////////////////////////////////////////////////////*/
body{
    width: 100%;
    height: 100vh;
    position: relative;
}

#logon_form{
    background-color: lightblue;
}

