.header{
	background:#e8e8e8;
}

.header .row {padding: 5px 0px}

.padtop{
	padding: 20px 0px 20px 0px;
  border-bottom: 2px solid #c8c8c8;
}

.headerleft span {
  padding-left: 8px;
  font-size: 28px;
  font-weight: 500;
  color: #002469
}
.headerleft img {padding-right: 5px; padding-bottom: 10px;}

.headeright span {
  color: #f7091f;
  font-weight: bold;
  font-size: 20px;
  float: right;
}

.boxinfo{
	background: #d7d7d7;
	border-radius: 10px;
	padding: 18px 19px;
}

.boxinfo .img {float: left;}
.boxinfo .info {float: left; padding-left: 20px; font-weight: bold; color: #3d3d3d;}
.boxinfo .info span {display: block; padding: 0px;}

.boxinfo span{
	color: #ea0016;
  font-size: 20px;
  font-weight: bold;
}

.roundbox{
	text-align:center;
}

.blueicon{
  background: #000;
  height: 50px;
  width: 50px;
  background-color: #002469;
  border-radius: 50%;
  display: inline-block;
	text-align: center;
	padding: 8px 0;    
} 
.step{
	position: relative;
}

.stepicon1{
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: inline-block;
  padding: 8px 0;
  border: 1px solid #7486a8;
  text-align: center;
  background-image: url(../img/stepicon001.png);
  background-repeat:no-repeat;
  background-position: center;
}
.stepicon1.current {
  background-color: #002469;
  background-image: url(../img/stepicon004.png);
  background-repeat:no-repeat;
  background-position: center;
}

.stepicon1.done {
  background-color: #47a859;
  background-image: url(../img/stepicon004.png);
  background-repeat:no-repeat; 
  background-position: center;
}

.stepicon2{
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: inline-block;
  padding: 8px 0;
  border: 1px solid #7486a8;
  text-align: center;
  background-image: url(../img/stepicon002.png);
  background-repeat:no-repeat;
  background-position: center;
}

.stepicon2.current {
  background-color: #002469;
  background-image: url(../img/stepicon005.png);
  background-repeat:no-repeat;
  background-position: center;
}

.stepicon2.done {
  background-color: #47a859;
  background-image: url(../img/stepicon005.png);
  background-repeat:no-repeat;
  background-position: center;
}

.roundbox2 span{
  vertical-align: top;
  line-height: 50px;
  margin-left: 6px;
  font-weight: 600;
}

.stepicon3{
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: inline-block;
  padding: 8px 0;
  border: 1px solid #7486a8;
  text-align: center;
  background-image: url(../img/stepicon003.png);
  background-repeat:no-repeat;
  background-position: center;
}

.stepicon3.current{
  background-color: #002469;
  background-image: url(../img/stepicon006.png);
  background-repeat:no-repeat;
  background-position: center;
}

.stepicon3.done{
  background-color: #47a859;
  background-image: url(../img/stepicon006.png);
  background-repeat:no-repeat;
  background-position: center;
}


.roundbox2{
  text-align: left;
  padding: 10px 0px;
  background-color: #e8e8e8;
  position: relative;
  z-index: 2;
  margin: 43px 80px;
}

.padbox{
	padding-top: 50px;
}

.padfoot{
	padding-top: 50px;
	padding-bottom: 50px;
}

.padbank{
	padding-bottom: 60px;
}

.infoicon{
	padding-top: 10px;
    padding-left: 10px;
}

.footbg{
	background:#d2d2d2;
	box-shadow: inset 0px 4px 7px #00000029;
}

.bgcolor{
	background: #e8e8e8;
}

body {font-family: Arial, Helvetica, sans-serif;}

form {border: 3px solid #f1f1f1;}

input {
	width: 100%;
	padding: 12px 20px;
	margin: 22px 0;
	display: inline-block;
	border: none;
	border-bottom: 2px solid #c5c5c5;
	box-sizing: border-box;
	background: #e8e8e800;
	color: #002469;
	font-size: 20px;
}

input:focus {border-color: #e1091d; outline: 0px}

.btnlogin {
  background-color: #c10718;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  border-radius: 10px;
  width: 100%;
  display: inline-block;
  text-align: center;
}

.btnlogin:hover {
  opacity: 0.8;
}

.btncon {
  background-color: #c10718;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  border-radius: 10px;
  width: 45%;
}

.btncon:hover {
  opacity: 0.8;
}

.btncancel {
  background-color: #002469;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  border-radius: 10px;
  width: 45%;
  float: right;
}

.btncancel:hover {
  opacity: 0.8;
}

.usericon{
	background-image: url(../img/user-icon.png);
	background-repeat: no-repeat;
	padding-left: 50px;
}

.pwicon{
	background-image: url(../img/pw-icon.png);
	background-repeat: no-repeat;
	padding-left: 50px;
}

.otpicon{
	background-image: url(../img/otp-icon.png);
	background-repeat: no-repeat;
	padding-left: 50px;
}

.moreicon{
  right: 45px;
  top: 162px;
  position: absolute;
}

.maricon{
  margin-left: 8px;
  margin-bottom: 5px;
}

.cancelbtn {
  width: auto;
  padding: 10px 18px;
  background-color: #f44336;
}

.imgcontainer {
  text-align: center;
  margin: 24px 0 12px 0;
}

img.avatar {
  width: 40%;
  border-radius: 50%;
}

span.psw {
  float: right;
  padding-top: 16px;
}

.loginpad{
  padding-top: 20px;
}

.loginpad span{
  color: #002469;
  font-weight: 600;
  font-size: 24px;
}

.loginpad p{
	color:#e1091d;
	font-size: 20px;
	font-weight: 600;
}

.tranpad{
  padding-top: 20px;
}

.padfoot h3{
	font-size: 26px;
}

.padfoot li{
	color:#575757;
	font-size: 20px;
}

.padfoot ol{
	margin-top: 20px;

}

.vl {
  border-left: 4px solid #e1091d;
  height: 300px;
  position: absolute;
  top: 0px;
  left: 103px;
  z-index: 0;
}

.hidden{
	display:none;
}

.toptext {
  padding: 40px 40px;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.tac{
  text-align: center;

}

.tachead {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /* padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6; */
  border-top-left-radius: .3rem;
  border-top-right-radius: .3rem;
}

.tacbody {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  /* padding: 1rem; */
}

.tacbody p{
  font-size: 20px;
  color: #3a3a3a;
  padding-bottom: 13px;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
  font-weight: 600;
  font-size: 24px;
}

.tranpad span{
  color: #47a859;
  font-size: 40px;
  font-weight: 600;
}

.tranpad p{
  color:#002469;
  font-size: 24px;
  padding-bottom: 10px;
}

a:hover {
  color: #fff;
  text-decoration: none;
}

.imgsize{
  width: 100%;
}

.tittle{
  float: left;
  font-size: 26px;
  font-weight: 600;
}

.loading{
  text-align: center;
}

.loading span{
  float: left;
}

.loadtext{
  text-align: left;
  padding-top: 32px;
}

.loadingbox{
  max-width:540px;
}

.tacimg{
  max-width: 100%;
}

@media only screen and (max-width: 992px){
  .boxinfo span {
    color: #ea0016;
    font-size: 14px;
    font-weight: bold;
  }

  .step {
    position: relative;
    text-align: center;
  }

  .infoicon {
    padding-top: 0px;
    padding-left: 0px;
   }

  .boxinfo .info {
    float: left;
    padding-left: 20px;
    color: #3d3d3d;
    font-size: 14px;
  }

  .boxinfo {
    background: #d7d7d7;
    border-radius: 10px;
    padding: 6px 9px;
  }

  .moreicon {
    right: 45px;
    bottom: 242px;
    position: absolute;
  }

  .btm{
    padding-bottom: 20px;
  }

  .headerleft span {
    padding-left: 8px;
    font-size: 20px;
    font-weight: 500;
    color: #002469;
  }

  .headeright span {
    color: #f7091f;
    font-weight: bold;
    font-size: 16px;
    float: right;
  }

  .padbox {
    padding-top: 20px;
  }

  .padfoot li {
    color: #575757;
    font-size: 17px;
  }

  .padfoot h3 {
    font-size: 20px;
  }

  .btncon {
    background-color: #c10718;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    border-radius: 10px;
    width: 50%;
  }

  .tactext{
    max-width: 100%
  }

  .tranpad p {
    color: #002469;
    font-size: 20px;
    padding-bottom: 10px;
  }
  .loginM{
    position: relative;
  }

  .padbank {
    padding-bottom: 60px;
    margin-top: 200px;
    text-align: center;
  }

  .stepM{
    position: absolute;
    top: 0px;
  }

  .roundbox2 {
    text-align: center;
    padding: 39px 20px;
    background-color: transparent;
    position: relative;
    z-index: 2;
    margin: 0px;
    /* float: left; */
    display: inline-block;
  }

  .roundbox2 span {
    vertical-align: top;
    line-height: 50px;
    margin-left: 6px;
    font-weight: 600;
    display: block;
  }

  .vl {
    border-top: 4px solid #e1091d;
    position: absolute;
    top: 62px;
    left: 203px;
    z-index: 0;
    height: 4px;
    width: 265px;
  }

}


@media only screen and (max-width: 768px) {
  .boxinfo span {
    color: #ea0016;
    font-size: 14px;
    font-weight: bold;
  }

  .step {
    position: relative;
    text-align: center;
  }

  .infoicon {
    padding-top: 0px;
    padding-left: 0px;
   }

  .boxinfo .info {
    float: left;
    padding-left: 20px;
    color: #3d3d3d;
    font-size: 14px;
  }

  .boxinfo {
    background: #d7d7d7;
    border-radius: 10px;
    padding: 6px 9px;
  }

  .moreicon {
    right: 45px;
    bottom: 242px;
    position: absolute;
  }

  .btm{
    padding-bottom: 20px;
  }

  .headerleft span {
    padding-left: 8px;
    font-size: 20px;
    font-weight: 500;
    color: #002469;
  }

  .headeright span {
    color: #f7091f;
    font-weight: bold;
    font-size: 16px;
    float: right;
  }

  .padbox {
    padding-top: 20px;
  }

  .padfoot li {
    color: #575757;
    font-size: 17px;
  }

  .padfoot h3 {
    font-size: 20px;
  }

  .btncon {
    background-color: #c10718;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    border-radius: 10px;
    width: 50%;
  }

  .tactext{
    max-width: 100%
  }

  .tranpad p {
    color: #002469;
    font-size: 20px;
    padding-bottom: 10px;
  }
  .loginM{
    position: relative;
  }

  .padbank {
    padding-bottom: 60px;
    margin-top: 200px;
    text-align: center;
  }

  .stepM{
    position: absolute;
    top: 0px;
  }

  .roundbox2 {
    text-align: center;
    padding: 39px 20px;
    background-color: transparent;
    position: relative;
    z-index: 2;
    margin: 0px;
    /* float: left; */
    display: inline-block;
  }

  .roundbox2 span {
    vertical-align: top;
    line-height: 50px;
    margin-left: 6px;
    font-weight: 600;
    display: block;
  }

  .vl {
    border-top: 4px solid #e1091d;
    position: absolute;
    top: 62px;
    left: 203px;
    z-index: 0;
    height: 4px;
    width: 265px;
  }

}

@media only screen and (max-width: 767px) {
  .vl {
    border-top: 4px solid #e1091d;
    position: absolute;
    top: 62px;
    left: 131px;
    z-index: 0;
    height: 4px;
    width: 265px;
  }
}

@media only screen and (max-width: 540px) {
  .vl {
    border-top: 4px solid #e1091d;
    position: absolute;
    top: 62px;
    left: 124px;
    z-index: 0;
    height: 4px;
    width: 230px;
}
}

@media only screen and (max-width: 479px) {
  .moreicon {
    right: 45px;
    top: 196px;
    position: absolute;
  }

  .roundbox2 {
    text-align: center;
    padding: 39px 11px;
    background-color: transparent;
    position: relative;
    z-index: 2;
    margin: 0px;
    /* float: left; */
    display: inline-block;
  }

  .vl {
    border-top: 4px solid #e1091d;
    position: absolute;
    top: 64px;
    left: 62px;
    z-index: 0;
    height: 4px;
    width: 211px;
  }

  .btncon {
    background-color: #c10718;
    color: white;
    padding: 14px 12px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    border-radius: 10px;
    width: 50%;
  }

  .btncancel {
    background-color: #002469;
    color: white;
    padding: 14px 12px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    border-radius: 10px;
    width: 45%;
    float: right;
  }

}