@import url("https://fonts.googleapis.com/css2?family=Zeyada&display=swap");
.fontSign{
font-family: 'Karla', sans-serif;
}
.rule{
background-color: rgb(182, 181, 181);
height: 2px;
}
input{
width:100%;
}
p {
margin-top: 0;
margin-bottom: 0 !important;
}
.row{
margin: 10px 0;
justify-content:center;
}
textarea{
width:100%;
}
.certification div{
border: 1px solid grey;
}
table {
border-collapse: collapse;
}
.readOnly-area{
border:2px solid skyblue
}
.signArea{
word-wrap: break-word;
width:300px;
height: 100px;
border: 1px solid grey;
font-family: 'Zeyada', cursive;
font-size: 2rem;
}
select{
width:100%;
}
h4{
font-size: 15px!important;
color:black;
font-weight:bolder;
}
p{
font-size: 13px;
}
div{
font-size: 13px;
}
h5{
font-size: 13px !important;
}
.calender{
width: 13px;
margin: 5px 0px 7px 5px;
}
.asteric-span{
position: absolute;
left:96%;
}
.asteric-div{
position:relative;
right:0;
}
span.asteric-span {
width: auto;
}
.submitForm{
text-align: right;
}
.submitForm input[type=submit]{
box-shadow: 0 0 10px grey;
padding:6px 20px;
font-size: 1rem;
text-decoration: none;
background-color:#337ab7;
color:white;
border-radius:10px;
transition-duration: 500ms;text-align: center;
}
.submitForm input[type=submit]:hover{
background-color: #9d53e6;
}
@media (max-width:768px){
.logo-img{
width: 50%;
}
}