*
{
   margin:0px;
   padding:0px;
}

#my_background
{
    background-image: url(../img/project.jpg);
    background-position: center;
    background-size: cover;
    height: 949px;
}


#moj_id
{
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: rgba(255,255,255,.6);
    padding: 10px 0px 0px 0px;
    border-radius: 5px;
    background-color: #ececec;
    border: 3px solid #083657;
    border-radius: 12px;
    width: 25%;
}

input 
{
    width: 98%;
}

.button
{
    width: 54px;
    float: right;
}
#my_table
{
    width: 89%;
}