

.letterHead{
    width: 700px;
    display: block;
    margin: auto;
    border: 2px solid black;
    height: 100vh;
}
.letterHead-box{
    padding: 0px 5px;
}
.letterHead{
    /* display: flex;
    flex-direction: column !important; */
}

.letterHead_Footer{
    padding: 5px 40px;
    background-color: #3294bd;
    color: #ffffff;
    font-size: 18px;
}

.headimg img{
    height: 100%;
    width: 100%;
}

#textA{
    border: none;
    display: block;
    margin: auto;
}
input{
    border: none;
    /* display: block; */


}

.inp-box{
    /* border: 2px solid red; */
 display: flex;
justify-content: flex-end;

}
.logotext{
    line-height: 18px;
    font-size: 16px;
}
#letterHead-btn{
    background-color: green;
    color: #ffffff;
    border: none;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 18px;
    letter-spacing: 1px;
    margin: 10px 100px;
}

#letterHead-btn:hover{
    background-color: rgb(53, 196, 60);
}



/* limitation css start */

.limitation-box{
    width: 800px;
    display: block;
    margin: auto;
    border: 2px solid black;
    height: 1000px;
    padding: 5px;
}

#limitation-btn{
    background-color: green;
    color: #ffffff;
    border: none;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 18px;
    letter-spacing: 1px;
    margin: 10px 100px;
}

#limitation-btn:hover{
    background-color: rgb(53, 196, 60);
}


.line{
    line-height: 20px;
}

/* .line2{
    line-height: 20px;
} */

/* .text14{
    font-size: 14px;
} */

.intimation-table{
    width: 100%;
    border: 1px solid black;
}
.intimation-table td,th{
    border: 1px solid black;
   padding-left: 5px;
}

.intimation-table input{
    width: 100%;
} 


