.main_content{
  max-width:1024px;
  margin:0 auto;
}
.ms_logo{
  padding:15px 60px;
}

.ms_logo img{
  height:30px;
  width:auto;
}

.ms_header{
  background:#0085c3;
  color:white;
  padding:3px 60px;
  margin-bottom:45px;
}

.reg_stdid{
  width:300px;
  margin:0 auto;
}

.reg_stdid_logo img{
  width:75px;
}

.reg_stdid_logo{
  width:75px;
  margin:0 auto;
  margin-bottom:1em;
}
.reg_stdid_form{
  width:225px;
  margin:0 auto;
}
.reg_std_input input{
  box-sizing:border-box;
  height:35px;
  width:225px; 
  color:#959595;
  padding:0px 12px;
  border-radius:1px;
  border:1px solid #ccc;
}

 .reg_std_input input::placeholder{
 color:#959595;
}
.reg_std_field{
  margin-bottom:18px;
}

.reg_stdid_wrap .submit{
background:#0085c3;
width:225px;
color:white;
padding:10px 0px;
text-align:center;
cursor: pointer;
border-radius: 1px;
}

.reg_stdid_succ{
  text-align:center;
}

.reg_stdid_succ1{
  margin-bottom:30px;
  color:#2f7dbb;
  font-size:1.3em;
  font-weight:400;
}
.reg_stdid_succ2{
  font-size:1.1em;
}
.reg_stdid_but_wrap{
  margin-top:40px;
}
.reg_stdid_toptext{
  font-size:0.8em;
  text-align:center;
  margin-bottom:1em;
}

.reg_stdid_button a{
background-color: #0085c3;
border: none;
border-radius: 1px;
color: #fff;
text-transform: uppercase;
font-size: 13px;
font-weight: 300;
height: 34px;
width: 100%;
transition: all 0.2s ease;
padding: 8px 20px;
text-align:center;
display:block;
text-decoration:none;
line-height:1.4em;
}