body{
    background: #e6e6e6;
	color: #444;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size:14px;
}

.site{
	width: 70%;
	background: white;
  	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	padding: 40px;
	padding-bottom:100px;
	margin:auto;
}

.form-input{
	width: 100%;
	height: 30px;
	border: 1px solid #ccc;
	border-radius:3px;
}

.required {
	color: red;
}

h1{
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 50px;
}

h1 a{
	text-decoration: none;
    color: #515151;
}

a:hover{
	color: #21759b;
}

h2 {
	font-size: 22px;
	line-height: 1.2;
	font-weight: normal;
	margin-bottom: 30px;
}

.submit-btn{
    background: #f95976;
    color: white;
    border: none;
    border-radius: 3px;
    float: right;
    font-size: 12px;
	padding-top: 1%;
    padding-bottom: 1%;
    padding-left: 2%;
    padding-right: 2%;
}

.submit-btn[disabled]{
	cursor: not-allowed !important;
    background: #e6e6e6 !important;
    color: #7c7c7c !important;
}

#input-file{
	font-size: 999px;
    position: absolute;
    top: 0px;
    left: 0px;
	width: 124px; 
	height: 19px; 
	overflow: hidden; 
	z-index: 1;
}

#file-select{
	position: relative;
    z-index: 1;
}

#pdf-document-container{
	position: absolute; 
	top: 2px; 
	left: 0px; 
	overflow: hidden; 
	z-index: 1;
}

.error-msg{
	background: #ffd2d2; 
	font-weight: bold; 
	color: red; 
	font-size: 20px;
}