body{
	font-family:  sans-serif;
	font-size: 15px;
	line-height: 18px;
  background-color: #fff;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  font-family: "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
}
h1,h2,h3,h4,h5,h6{
  font-family: "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 300;
}
*{
	margin: 0px;
	padding: 0px;
}
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 0em;
  text-rendering: optimizeLegibility;
  color: #565656;
}

a{
  text-decoration: none;
  color: #fff;
}
.center{
  text-align: center;
}
.clearfix:before, .clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  clear: both;
}
.clearfix:before, .clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.i-card{
  background-color: #F1F1F1;
  box-shadow: 0 0px 9px #888 inset;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  width: 440px;
  max-width: 500px;
  border-top: solid 44px #293352;
  position: relative; 
  margin-top: 35px;
}
.student-info{
  float: left;
}
.student-info .student-info-inner tr td{
  font-size: 14px;
  color: #222;
  padding-bottom: 8px;
  width: 140px;
  text-align: justify;
}
.student-pic{
  position: absolute;
  right: 10px;
  top: 24px;
}
.student-pic img{
  background-color: #fff;
  padding: 5px;
  box-shadow: 0px 0px 4px #444 inset;
  width: 96px;
  height: 96px;
}
.reg-form{
  margin-left: auto;
  margin-right: auto;
  width: 490px;
  text-align: center;
  padding: 10px;
}
.reg-form input{
  padding: 5px;
  margin-left: 5px;
}
.reg-form .btn {
    color: #fff;
    background-color: #293352;
    border: none;
    padding: 7px 15px;
    cursor: pointer;
}
.error{
  background-color: #F1F1F1;
  border: 1px solid #DDDDDD;
  color: #FF0000;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  padding: 17px;
  text-align: center;
  width: 300px;
}