.fixedHeading {
	width: 100%;
}
.rowList {
	margin-top: 0px;
}

.rowList_A {
	margin-top: 0px;
}
.form-control-text{
    background-color: #FFFFFF;
	background-image: none;
	border: 1px solid #6C6C6C;
    border-radius: 1px;
    color: inherit;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 48%;
    font-size: 14px;
}
.form-control-text-a{
    background-color: #FFFFFF;
	background-image: none;
	border: 1px solid #e5e6e7;
    border-radius: 1px;
    color: inherit;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 23%;
    font-size: 14px;
}
.form-control-text-b{
    background-color: #FFFFFF;
	background-image: none;
	border: 1px solid #e5e6e7;
    border-radius: 1px;
    color: inherit;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 75%;
    font-size: 14px;
}
.form-control-text-date{
    background-color: #FFFFFF;
	background-image: none;
	border: 1px solid #e5e6e7;
    border-radius: 1px;
    color: inherit;
    padding: 6px 6px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 22%;
    font-size: 14px;
}

.logo-img{
  color: #e6e6e6;
  text-align: center;
  font-size: 180px;
  font-weight: 800;
  letter-spacing: -10px;
  margin-bottom: 0;
}