
.copyright{
	text-align: center;
	background-color:#fff;
	padding: 9px 0px 9px 0px;
	border-radius: 10px;
	/* background-image: linear-gradient( rgb(207 207 207 / 20%), rgb(9 9 9 / 27%)); */
}
.row{
	margin-right:0px;
	margin-left:0px;
}

.msg
{
	font-family:"Segoe UI";
	font-size:17px;
	color: rgb(247 32 25);
	font-weight: bold;
}

.label{
    font-weight: bold;
}
.req{
    color: red;
}

.infd{
    color: grey;
    font-size: small;
}
.box{
    border: groove;
    width: 100%;
}

#stimg {
    height: auto !important;
    width: auto !important;
    max-width: 200px;
}

#signimg {
    height: auto !important;
    width: auto !important;
    max-width: 80%;
}

#proofimg {
    height: auto !important;
    width: auto !important;
    max-width: 80%;
    text-align: center;
}

.title{
    margin-left: 15px;
    font-size: 18px;
    font-weight: bold;
}

.data{
    margin-left: 15px;
    font-size: 18px;
}
.data2{
    font-size: 18px;
}

.heading{
    font-size: 15px;
}
.data{
    font-size: 15px;
}

#loader {
    display: none;
    position: fixed;
    /* top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,0.75) url(images/loading2.gif) no-repeat center center;
    z-index: 10000; */
  }

  #text-style{
    text-align: center; 
    font-size: large;
    color: white;
  }