
*
{
    margin: 0;
    padding: 0;

}



html,body
{
    font-family: sans-serif;
    font-size: 14px;
    font-weight: normal;
    height: 100%;
    width: 100%;
    background-image: url(./image/bp.jpg);
    background-repeat:no-repeat;  
    background-size:cover;
    overflow-y: auto;
    position:relative;

}

h1
{
    text-align: center;
    padding: 2px;
    color:tomato;
    font-size: 40px;

    
}

h2
{
    color:white;
    padding:2px;
    text-align: center;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: normal;
}

.card-body
{
    background-color:rgba(0,0,0,0.9) ;
    
    
}

form
{
    color:tomato;

}

#submit
{
    color:black ;
    padding: 2px;
    margin: auto;
    background-color: turquoise;

}


.footer
{
    width: 100%;
    left:0%;
    bottom:0%;
    text-align:right;
  /* background-color: tomato;*/
    height: 80px;
    color:tomato;
    padding: 6px solid 0;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', 'Geneva', Verdana, sans-serif;
    font-size: 17px;

}
