body{
  padding:0;
  margin:0;
  font-family: tahoma, arial;
  touch-action: manipulation;
}
.header_logo{
  padding:5px 5px 10px 5px;
}
.logo_home{
  position:absolute;
  top:0;
  right:5px;
}
.header_container{
  line-height:20px;
  background-color:#024384;
  position:relative;
  height:80px;
}
.header{
  width:1200px;
  margin:auto;
  font-size: 30px;
  color:#fff;
  padding-left: 5px;
  line-height:80px;
}
.steps-container{
  width:100%;
}
.steps-container ol {
    margin: 0;
    padding: 0;
    display: table-row;
    counter-reset: li;
    color: #FFFFFF;
    font-size:14px;
}
.steps-container ol > li {
    display: table-cell;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    counter-increment: li;
    text-align: center;
    text-shadow: 1px 1px rgba(0,0,0,0.6);
    line-height: 75px;
    padding: 0 10px 0 10px;
    font-weight:normal !important;
}
.steps-container ol > li::before {
    text-shadow: none;
    content: counter(li) '';
    margin-right: .5em;
    border-radius: 1em;
    font-family: sans-serif;
    border: 1px solid #fff;
    width: 2em;
    height: 2em;
    line-height: 2em;
    display: inline-block;
    font-weight: bold;
}
.steps-container ol > li.current {
    border-bottom: 5px solid #FFFFFF;
    font-weight: bold;
}
.steps-container ol > li.current::before {
    background-color: #FFFFFF;
    color: #000000;
}
.steps-container ol > li.current strong {
    border-bottom: 1px solid #FFFFFF;
}
.btn{
  cursor:pointer;
  border:0;
  box-shadow: 2px 2px 1px #bcbcbc;
  color:#666;
  background: #ECECEC url("images/arrow_right_10x5.png") no-repeat -100px;
  border-radius:3px;
}
.btn:hover{
  background-color: #ddd !important;
  color: #444 !important;
}
.guestbtn{
  padding: 15px 60px !important;  
  font-size: 25px;
}
.continuebtn{
  color:#fff;
  font-weight:bold;
  font-size: 15px;
  padding: 8px 15px !important;
  padding-right: 40px !important;
  background: #005eb8 url("images/arrow_right_10x5.png") no-repeat;
  background-position: calc(100% - 15px) calc(100% - 11px);
  margin-left:20px;
}
.continuebtn:hover{
  background-color: #00498f !important;
  color:#fff !important;
}
.abutton{
  cursor:pointer;
  font-size: 15px;
  border:0;
  padding: 8px 15px !important;
  box-shadow: 2px 2px 1px #bcbcbc;
  color:#666;
  text-decoration:none;
  background-color:#eee;
  white-space:nowrap;
  border-radius:3px;
}

.btn:hover, .abutton:hover{
  background-color:#005eb8;
  color:#fff;
  background-color: #ddd;
  color: #444;
}
.page{
  width:1200px;
  margin:0px auto;
  padding-top:30px;
}
.page_container{
  padding:50px;
  border: 1px solid #005eb8;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  margin-bottom:10px;
}
.page_title{
  font-weight:bold;
  text-align:center;
  margin-bottom:30px;
}
.form_part1{
  height:200px;
  width:400px;
  margin:0 auto;
}
.form_part2{
  text-align:center;
  padding-bottom:30px;
}
.form_part3{
  padding-top:40px;
  border-top:1px dotted #005eb8;
  margin:0 auto;
  text-align:center;
}
.form_edt_title{
  font-size:12px;
  color:#777;
}
.form_edt{
  padding:5px;
  font-size:20px;
  width:400px;
  border:1px solid #555;
}
.bsm_forgot{
  font-size:12px;
}
.bottom_steps{
  display:none;
}
@media only screen and (max-width: 1200px) {
  .header_container{
    height:60px;
  }
  .header{
    font-size: 25px;
    line-height:60px;
    width:98%;
  }
  .steps-container ol > li {
    line-height: 55px;
  }
  .page{
    width:98%;
    margin:0px auto;
    padding-top:30px;
  }
  .page_container{
    padding:40px;
  }
}
@media only screen and (max-width: 900px) {
  .header_container{
    height:120px;
  }
  .header_part1{
    font-size:20px;
  }
  .header{
    padding-left: 0px;
  }
  .header_part2{
    width:100%;
  }
  .steps-container{
    display:table;
  }
  .continuebtn{
    background-position: calc(100% - 15px) calc(100% - 12px); 
  }
}
@media only screen and (max-width: 500px) {
  .logo_miat{
    height: 35px;
  }
  .logo_home img{
    height: 50px;    
  }
  .header_container{
    height:102px;
  }
  .header{
    font-size: 20px;
    line-height:40px;
  }
  .steps-container{
    padding:0;
  }
  .steps-container ol {
    font-size:12px;
  }
  .steps-container ol > li {
    line-height: 1.833em;
    padding-bottom: 10px;
  }
  .steps-container ol > li::before {
    margin: auto;
    display: block;
    padding: 0;
  }
  .page{
    padding-top:10px;
  }
  .page_title{
    font-size:14px;
    margin-bottom:20px;
  }
  .form_part1{
    width:100%;
  }
  .form_edt{
    width: 100%;
  }
  .guestbtn{
    padding: 10px 30px !important;
    font-size: 20px;
  }
  .bsm_forgot{
    font-size:10px;
  }
  .continuebtn, .abutton{
    padding: 8px !important;
    font-size: 12px;
  }
  .continuebtn{
    padding-right:20px !important;
    background-position: calc(100% - 8px) calc(100% - 10px); 
    margin-left:10px;
  }
  .page_container{
    padding:30px;
  } 
}
@media only screen and (max-width: 400px) {
  .header_part1{
    font-size:16px;
  }
  .page_title{
    font-size:12px;
    margin-bottom:20px;
  }
  .form_edt{
    width: 100%;
    margin:0 auto;
  }
  .page_container{
    padding:10px;
  }
}
@media only screen and (max-width: 325px) {
  .header_part1{
    font-size:12px;
  }
}