/* A 68 */
.a-68 {
  background: #fff;
  width: 300px;
  margin: 15px 0px;
  margin-top: 35px;
  padding-top: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.025), inset 0px 0px 2px rgba(0, 0, 0, 0.25);
  position: relative;
}
.a-68 > i {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 100%;
  text-align: center;
  color: #fff;
  font-size: 20px;
  position: absolute;
  top: -25px;
  left: 20px;
}
.a-68 .form-group {
  margin: 25px 0;
  padding: 0px 20px;
}
.a-68 .form-group label {
  font-size: 16px;
  color: #666;
  width: 120px;
  margin-bottom: 10px;
}
.a-68 .form-group .a-68-i .form-control {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-width: 2px;
  border-radius: 0px;
  padding-left: 0px;
  font-size: 15px;
  color: #aaa;
  box-shadow: none;
}
.a-68 button.a-btn {
  display: block;
  margin-top: 40px;
  width: 100%;
  border-radius: 0px;
  font-size: 16px;
  padding: 0px;
  line-height: 50px;
  height: 50px;
  border: 0px;
  font-weight: bold;
}
