h1 {
    text-align: center;
}

.lblseriesdivid{
    padding-left: 1rem;
}

input:focus {
  background-color: aqua;
}

input[type="text"]
{
border: 2px solid black;
border-radius: 3px;
width: 100%;
max-width: 100%;
margin: 0%;
padding: 0%;
}

label{
    text-align: left;
    color: rgb(0,0,0);
    font-weight: bold;
        }

hr{border-top: 5px solid Navy;} 

#emailrecv{
    text-align: center;
    color: Navy;
    font-weight: bold;
}

#callme{
    text-align: center;
    color: Blue;
    font-weight: bold;
}
    

p {color: Navy; font-weight: bold; margin: 10px;}

#ppmsg {
    color: black;
}

#chknum {
    color: black;
}

body {
    background-position:center;
    background-color: papayawhip;
    background-repeat: no-repeat;
    height: 500px;
    background-attachment: fixed;
    background-size: cover;
}