body{
	background-color: #ede7f6;
	font-family: Roboto,Sans-serif;
    height:100%;
}
.form{
	height: auto;
	width: 850px;
	margin: auto;
}
.required{
font-size: 13px;
color: red;
}

.title-div{
	height: 175px;
	width: 850px;
    background-image: url(../img/course/logo_feedback.png);
    background-repeat: no-repeat;
    background-size: cover;
	background-color: #FDFEFE;
	margin: 15px;
	border-radius: 8px;
	/* border-top: 8px solid #7B3F00; */
	padding: 25px;
}
.course-title-div{
    border-top: 8px solid #7B3F00;
    height: 200px;
	width: 850px;
	background-color: #FDFEFE;
	margin: 15px;
	border-radius: 8px;
}
.class-evaluation-div{
    height: auto;
	width: 850px;
    background-color: #FDFEFE;
	margin: 15px;
	border-radius: 8px;
}
input[type="text"],
input[type="email"],
input[type="number"],
input[type="tel"],
textarea
{
background: rgba(255,255,255,0.1);
  border: none;
  font-size: 16px;
  height: auto;
  margin: 0;
  outline: 0;
  padding: 15px;
  width: 100%;
  background-color: #e8eeef;
  color: #8a97a0;
  box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
  margin-bottom: 30px;
}


.personal-div{
	height: auto;
	width: 850px;
	margin: 15px;
	border-radius: 8px;
    background-color: #f4f7f8;
}
.class-evaluation-div{
    height: auto;
	width: 850px;
    background-color: #FDFEFE;
	margin: 15px;
	border-radius: 8px;
}
.name{
	padding-top: 20px;
	padding-left: 25px;
	padding-bottom: 25px;
	font-size: 15px;
}
.input-div{
	padding-top: 25px;
	padding-left: 25px;
}
.input-div input{
	width: 500px;
	border: 0;
	outline: 0;
	border-bottom: 1.5px solid #DCD7D7;
	font-size: 15px;
}
.btn{
	height: 36px;
	width: 100px;
	background-color: #6703c4;
	border-radius: 5px;
	font-size: 14px;
	letter-spacing: .5px;
	font-weight: 540;
	border: none;
	padding: 10px;
	position: absolute;
	margin: 15px;
	color: white;
}
.last-div h2{
	text-align: center;
	padding-top: 50px;
	color: #a2a4a6;
	font-weight: 200;
}
.term{
	font-size: 12px;
	padding-left: 65px;
	padding-top: 5px;
	position: absolute;
}
.never{
	padding-left: 15px;
	font-size: 12px;
	padding-top: 70px;
	font-weight: 400;
}

