body{
  font-size: 18px;
  color:#0e3345;
}
* {-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.card{ 
  padding: 20px;
  margin: 45px auto 25px auto;
}

/*header css*/
.header {
  overflow: hidden;
  background-color: #00428a;
  padding: 12px 10px;
}

.header a {
  float: left;
  color: #FFF;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  font-size: 18px;
  line-height: 25px;
  border-radius: 4px;
}

.header a.logo {
  font-size: 25px;
  font-weight: bold;
}

.header a:hover {
  background-color: #38a;
  color: #FFF;
}

.header-right {
  float: right;
}

.inner {
  margin-top:20px;
  align-self: center;
}


/* start copy section */

.page {
  background: white;
  width: 50%;
  margin: 0 auto;
  padding: 15px;
}

.card{
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  }
#jurusan,#pendidikan,#iqtest {
  display: inline-block;
  min- height: 36px;
  padding: 8px 12px;
  width: 100%;
  margin-top: 5px;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  font-size: 15px;
  color: #404040;
}
input[type=email], input[type=number], input[type=password], input[type=tel], input[type=text], input[type=url],input[type=date], textarea{
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  display: inline-block;
  min- height: 36px;
  padding: 8px 12px;
  width: 100%;
  margin-top: 5px;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  font-size: 15px;
  color: #404040;
  outline: none;
}

input[type='submit'], button, .btn{
  color: white;
  text-decoration: none;
  background-color: #004a9c;  /* change button color here */
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.6);
  border: 0px;
  outline: none;
  display: inline-block;
  padding: 8px 22px;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: .12rem;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

input[type='submit']:hover, button:hover, .btn:hover{
 background-color: rgba(0,0,0, .3);  /* change button color here */
}

input[type='submit']:active, button:active, .btn:active{
  background-color: #004a9c;  /* change button color here */
  border: 0px;
  -webkit-box-shadow: inset 0px 2px 2px 2px rgba(0, 0, 0, .15);
  box-shadow: inset 0px 2px 2px 2px rgba(0, 0, 0, .15);
}

.vertical-center{
  text-align:center;
}

/*mobile*/

@media screen and (max-width: 600px) {
  .page{
    width:100%;
  }
  .inner {
   margin-top:0;
  } 


}

table{
  width:100%;
}
