#secondVerification_page *,#secondVerificationAnswer_page *{
  box-sizing: border-box;
}
#secondVerification_page,#secondVerificationAnswer_page{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: .2s ease-in-out;
  background: #eee;
}
.headerTop>div{
  background: url(../../images/blank_01.png)no-repeat;
  background-size: 42.5px; 
  height:44px; 
  display: block;
  background-position-x: -14px;
}
a#cancelLogin{
  color: #fff;
  line-height: 44px;
  padding-left: 1rem;
  cursor: pointer;
}
#secondVerification_form,#secondVerificationAnswer_form{
  position: relative;
  top: 44px;
} 
select#SVQ{
  width: calc(100% - 17px);
  height: 2.15rem;
  padding: 0 0 0 .4rem;
  font-size: 1rem;
  border: none;
  color: #555;
  font-size: 1.15rem;
}
select#SVQ:focus {
  outline: none;
}
.content-block{
  padding: 0 .75rem;
  margin: 1.75rem 0;
}
.button{
  line-height: 3.4rem;
  color: #fff;
  border: none;
  height: 3.4rem;
  font-size: 1rem;
  padding: 0 .5rem;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border-radius: .25rem;
  display: inline-block;
  width: 49%;
}
.formReset{
  background-color: #aaa;
}
#secondVerification_submit ,#chkBtn{
  background-color: #f6383a;
}