.evf-field-label{
	    display: block;
    line-height: 1.7;
    margin: 0 0 10px 0;
    color: #494d50;
    font-size: 14px;
}

.evf-label{
	    font-weight: 600;
}

 label .required {
    color: #fa5252;
    font-weight: 700;
    border: 0 !important;
	
    text-decoration: none !important;
 }
 input[type="text"]{
	     width: 100%;
    height: auto;
    font-size: 14px !important;
    outline: none;
    box-shadow: none;
    margin-bottom: 10px;
    padding: 6px 12px;
    color: #494d50;
    border: 1px solid #8e98a2;
    margin-left: 0;
    margin-right: 0;
	margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
 }
 
 input[tyoe="checkbox"]{
	 
    height: auto;
    font-size: 14px !important;
    outline: none;
    box-shadow: none;
    margin-bottom: 10px;
    padding: 6px 12px;
    color: #494d50;
    border: 1px solid #8e98a2;
    margin-left: 0;
    margin-right: 0;
	margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
 }
 .custom-container-pdf{
	     border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #D9E6FF;
    box-shadow: 0px 6px 22px 0px rgba(0, 0, 0, 0.1607843137254902);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 025px 015px 22px 015px;
 }
 
 .pdf-field{
	     display: block;
    margin-bottom: 10px;
 }