body{
    background-image: url("../images/backgroundtest.jpg");
    background-repeat: repeat-y;
    max-width: 100%;
    height: auto;
}
table.login_out{
    position: absolute;
    top: 20%;
    left: 20%;
    width: 60%;
    height: 500px;
    background-color: #D2E0F7;
    border-collapse: collapse;
    border-radius: 10px;
    box-shadow: 1px 1px 1px 1px;}
.login_text{
    width: 600px;
    height: 25px;
    text-align: center;
    font-size: 20px;
    border-radius: 5px;
    background: #EAEAEA url(../images/username.ico) right no-repeat;
    background-size: 30px;
    color: navy;
    }
.login_search{
    width: 600px;
    height: 30px;
    text-align: center;
    font-size: 20px;
    border-radius: 5px;
    background: #EAEAEA url(../images/search.ico) right no-repeat;
    background-size: 30px;
    color: navy;
}
a:link{text-decoration: none;}
.login_pwd{
    width: 600px;
    color: navy;
    height: 25px;
    text-align: center;
    font-size: 20px;
    border-radius: 5px;
    background: #EAEAEA url(../images/userpwd.ico) right no-repeat;
    background-size: 30px;
    }
.login_button{
    color: white;
    width: 600px;
    height: 35px;
    text-align: center;
    border-radius: 5px;
    background-color: #0B4DFF;
}
.icon_word{font-weight: bold;}
table.table_kubwa{
    background-color: white;
    width: 80%;
    border-radius: 10px;
    box-shadow: 1px 1px 1px 1px;
}
.myfields{width: 50px;}