body
{
    background:url(/images/t1.png) no-repeat;          
    width: 100%;
    height: 100%;
    /*overflow: hidden;*/
    background-size: cover;   
}
.submit
{
    text-align: center;
    margin-top: 1%;
}
         
.submit input
{
    width: 118px;
    height: 32px;
    line-height: 32px;
    background: #0b96ec;
    border-radius: 8px;
    margin-top: 8px;
    border: none;
    cursor: pointer;
    color: white;
    font-size: 20px;  
}
#div_img img
{
    border-color: #000000; 
    border-width: 1px;
    border-style: Solid;
    cursor: pointer;
}
#div_img span
{
  cursor: pointer;
}