*{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    
}

header{
    background-color: rgb(46,112,116); 
    height: 91px;
    
    
}
.header-text{
    font-size: 24px;
    color: white;
    

}
h2{
    padding-bottom: 8px;
}
.logo
{
    height: 60px;
    width: 80px;
  
   /* background-image: url("/image/mtp-logo.jpg"); */

} 
body{
    /* background-color: rgb(32,178,170); 
     */
     background-color: white;
    
}
.content
{
     min-height: 100rem; 
    /* display: flex;
    flex-direction:column ; */
    
    

}
footer
{
    
    background-color: rgb(46,112,116); 
    height: 100vhpx;
    padding-top: 48px;
    margin-bottom:0px;
   
    font-size: 16px;
    color: white;
    
}
p{
    padding-bottom: 16px;
}
dd{
    padding-bottom: 8px;
}
input{
    border: none;
    height: 30px;
   
    color: black;
    
}
.bd
{
    border-style: solid solid none solid;
    border-color:white ;
    border-width: 4px;
    
    
    
    

}
.pd{

    padding-top: 15px; 
}

input[type=text]:focus
{
    outline:none;
}
/* for check box */
input[type=text]
{
    outline:none;
    width: 60%;
}
.dot {
    
    height: 15px;
    width: 15px;
    background-color: white;
    border-radius: 50%;
    border: solid white 1px;
    display: inline-block;
  }

input[type=number]:focus
{
    outline:none;
    width: 40px;
}
input[type=number]
{
   
   
    width: 40px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}


/*phone style*/
.phone-dot
{
    margin: 4px 4px 0px 4px;
    
    height: 15px;
    width: 15px;
    background-color: white;
    border-radius: 50%;
    border: solid white 1px;
    display: inline-block;
}
.phone-name
{
   padding: 1px ;
}
.odd
{
    background-color:#cbe8d0 ;

}
.even
{
    background-color:#cfe2ff;

}

.led {
    
    height: 25px;
    width: 25px;
    background-color: white;
    border-radius: 50%;
    border: solid white 1px;
    display: inline-block;
  }

  .pled
  {
    height: 50px;
    width: 50px;
    background-color: white;
    border-radius: 50%;
    border: solid white 1px;
    display: inline-block;

  }