#sms {
  padding: 60px;
}
#sms .heading h2 {
  color: #205648;
  font-family: sans-serif;
  font-weight: lighter;
}
#sms p {
  font-size: 16px;
  color: #000000;
  text-align: justify;
  font-family: sans-serif;
  font-weight: lighter;
  line-height: 30px;
}
#sms label {
  width: 250px;
  color: #205648;
}
#sms .btn {
  width: 140px;
  height: 40px;
  background: #205648;
  color: #ffffff;
  font-size: 16px;
  border: none;
  border-radius: 3px;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
}
#sms .btn:hover {
  background: none;
  color: #205648;
  border: 1px solid #205648;
}


#sms .gstr-lock{
	width: 70%;
	margin: 40px auto;
/*	margin-top: 40px;*/
	text-align: center;
}
#sms .gstr-lock h2{
	padding: 10px;
	border: 1px solid #205648;
	text-align: center;
	background: #205648;
	font-weight: lighter;
	line-height: 30px;
/*	color: #205648;*/
	color: #fff;
	
}
#sms .gstr-lock img{
	width: 80%;
	border: 1px solid #205648;
}
