body {
  font-family: 'Poppins', sans-serif;
  margin: 0;
  font-family: 'Arial', sans-serif;
  background-color: #f5faff;
}

.banner {
	display: block;
	padding-top: 90px;
}

.title {
	padding: 50px;
	font-size: 50px;
	text-align: center;
	letter-spacing: 4px;
	background-color: #7291d1;
	color: white;
	background: linear-gradient(to right, #4973b4, #313535);
}

.title subtitle {
	font-size: 26px;
	letter-spacing: 2px;
}

.panel1 {
	padding-top: 50px;
    display: grid;
    justify-content: center;
}

.panel1 form {
    max-width: 800px;
}

.panel1 desc-header {
	font-size: 36px;
	padding-bottom: 10px;
	display: block;
}

.panel1 description {
	font-size: 14px; 
}

input {
	width: 100%;
	margin-bottom: 25px;
}

textarea {
    width: 100%;
    margin-bottom: 25px;
    height: 150px;
    resize: none;
}

form header {
	font-size: 26px;
	margin-bottom: 30px;
}

.triblock {
	display: grid;
	width: 100%;
	grid-column-gap: 40px;
    align-items: baseline;
}

.triblock input {
	grid-row-start: 2;
}

.triblock select {
	grid-row-start: 2;
}

.triblock label {
	grid-row-start: 1;
}

form big input {
	height: 100px;
}

input[type=file] {
	margin-top: 50px;
}

input[type=submit] {
	  background-color: #4c6faf;
  border: none;
  color: white;
  padding: 16px 32px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
}

.download-btn a {
  background-color: #4c6faf;
  border: none;
  color: white;
  padding: 16px 32px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
  text-align: center;
  margin-top: 50px;
  display: block;
}

.panel1 clin {
	display: block;
}

.warning {
	color: white;
	background-color: #c41414;
	font-size: 20px;
	padding: 20px;
	text-align: left;
	letter-spacing: 2px;
	margin-bottom: 50px;
	line-height: 30px;
}