/* .header{
  background-color: #551d8a;
  color: white;
  padding: 3px !important;
}
@media (min-width: 768px){
  .card-container.card{
    padding: 20px 40px 30px 40px!important;
  }
  .card{
    margin-top: 10px!important; 
  }
  .card-container2.card2{
    padding: 20px 40px 30px 40px!important;
  }
  .card2{
    margin-top: 10px!important; 
  }
} */

body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dt, dd, li, table, th, td, form, address, pre, caption, cite, code, dfn, var {
  font-size: 100%;
  font-style: normal;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
img {
  border: 0;
  vertical-align: bottom;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th {
  text-align: left;
}
ol, ul {
  list-style: none;
}
body {
  background: #fff;
  color: #fff;
  font-size: 14px;
  font-family: "Shinhan-Light";
  line-height: normal;
  font-weight: normal;
  font-style: normal;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
@font-face {
  font-family: "Shinhan-Medium";
  src: url("../fonts/ShinhanMedium.eot"); /* IE9 Compat Modes */
  src: url("../fonts/ShinhanMedium.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("../fonts/ShinhanMedium.otf") format("opentype"), /* Open Type Font */ url("../fonts/ShinhanMedium.svg") format("svg"), /* Legacy iOS */ url("../fonts/ShinhanMedium.ttf") format("truetype"), /* Safari, Android, iOS */ url("../fonts/ShinhanMedium.woff") format("woff"), /* Modern Browsers */ url("../fonts/ShinhanMedium.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Shinhan-Bold";
  src: url("../fonts/ShinhanBold.eot"); /* IE9 Compat Modes */
  src: url("../fonts/ShinhanBold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("../fonts/ShinhanBold.otf") format("opentype"), /* Open Type Font */ url("../fonts/ShinhanBold.svg") format("svg"), /* Legacy iOS */ url("../fonts/ShinhanBold.ttf") format("truetype"), /* Safari, Android, iOS */ url("../fonts/ShinhanBold.woff") format("woff"), /* Modern Browsers */ url("../fonts/ShinhanBold.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Shinhan-Light";
  src: url("../fonts/ShinhanLight.eot"); /* IE9 Compat Modes */
  src: url("../fonts/ShinhanLight.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("../fonts/ShinhanLight.otf") format("opentype"), /* Open Type Font */ url("../fonts/ShinhanLight.svg") format("svg"), /* Legacy iOS */ url("../fonts/ShinhanLight.ttf") format("truetype"), /* Safari, Android, iOS */ url("../fonts/ShinhanLight.woff") format("woff"), /* Modern Browsers */ url("../fonts/ShinhanLight.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

.login-page{
  background-image: url("../images/img_background-01.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  height: 100%;
  opacity: 0.9;
}


.flag-icon{
  width: 30px!important;
  height: 20px!important;
}

#btnShowCert{
  width: 100%;
  margin-bottom: 6px;
}

.iconright{
  height: 16px; 
  width: 16px; 
  cursor: pointer; 
  margin-bottom: 6px;
  position: absolute;
  top: 12px;
  right: 10px;
  left: auto;
}
/* ================ Login ===================== */


.login_wrap {
  background: url("../images/bg-full-hd.png") no-repeat center center;
  background-size: cover;
  width: 100%;
  min-height: 100vh;
  box-sizing: border-box;
  padding: 100px 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}


#brandmark {
  position: absolute;
  right: 0;
  bottom: 0;
}

@media (max-width: 1920px) {
  #brandmark {
      width: 501px;
  }

  .login_footer_info p {
      font-size: 16px;
  }

  .login_footer {
      bottom: 40px;
  }
  .login_form {
      padding: 40px 25px;
  }

 
}

@media (max-width: 1366px) {
  #brandmark {
      width: 430px;
  }
  .login_footer_info p {
      font-size: 14px;
  }

  .login_footer {
      bottom: 25px;
  }
}

@media (max-width: 767px) {

  .login_form {
      padding: 40px 25px;
  }



  .login_wrap {
      padding: 90px 0px;
      display: block;
  }

  #brandmark {
      width: 413px;
  }

  .login_footer_info p {
      padding-right: 68px !important;
      font-size: 13px;
  }

  .login_footer {
      bottom: 96px;
  }
}



@media (max-width: 375px) {

  .login_form {
      padding: 40px 25px;
  }


  .login_wrap {
      padding: 70px 0px;
      display: block;
  }

  #brandmark {
      width: 376px;
  }

  .login_footer_info p {
      padding-right: 68px !important;
      font-size: 12px;
  }

  .login_footer {
      bottom: 85px;
  }

  
}


@media (max-width: 320px) {

  .login_form {
      padding: 17px 25px;
  }


  .login_wrap {
      padding: 35px 0px;
      display: block;
  }

  #brandmark {
      width: 326px;
  }

  .login_footer_info p {
      padding-right: 68px !important;
      font-size: 12px;
  }

  .login_footer {
      bottom: 85px;
  } 
}




.login_form {
  margin: 0 auto;
  width: 90%;
  max-width: 410px;
  box-sizing: border-box;
  background: #fff;
 
}
.login_form h2 {
  text-align: center;
}
.login_form h2 a {
  text-decoration: none;
}
.login_form h2 span {
  display: block;
  color: #0b1966;
  font-family: "Shinhan-Bold";
  font-size: 26px;
  text-transform: uppercase;
  margin-top: 10px;
}
.login_form ul {
  margin-top: 10px;
}
.login_form ul li {
  position: relative;
  margin-top: 20px;
}
.login_form ul li input {
  background: #fff;
  border: 1px solid #757575;
  line-height: 50px;
  padding: 0 15px 0 40px;
  box-sizing: border-box;
  outline: none;
  font-size: 16px;
  color: #444444;
  width: 100%;
}

.login_form ul li input.form_captcha {
  width: 60%;
}

/* .login_form ul li input.form_user {
  background: url("../images/login_form_user.png") no-repeat 10px center;
} */

.login_form ul li input.form_user {
  padding-left: 40px;
  font-size: 16px;
  position: relative;
}

.form_user ~ .user-icon {background-image: url('../images/login_form_user.png');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  width: 22px;
  height: 21px;
  position: absolute;
  left: 8px;
  bottom: 0;
  top: 0;
  margin: auto;
}



.login_form ul li input.form_password {
  padding-left: 40px;
  font-size: 16px;
  position: relative;
}

.form_password ~ .user-pass {
  background-image: url('../images/login_form_password.png');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  width: 22px;
  height: 21px;
  position: absolute;
  left: 8px;
  bottom: 0;
  top: 0;
  margin: auto;
  bottom: 32px;
}



/* .login_form ul li input.form_password {
  background: url("../images/login_form_password.png") no-repeat 10px center;
} */

.login_form ul li input.form_otp {
  background: url("../images/icon_otp.png") no-repeat 10px center;
  width: 48%;
}

.login_form ul li input[type="submit"] {
  background: #131f6b;
  line-height: 52px;
  text-align: center;
  border: none;
  outline: none;
  cursor: pointer;
  color: #fff;
  font-family: "Shinhan-Bold";
  font-size: 18px;
  display: inline-block;
  width: 48%;
  margin-left: 2%;
}

.login_form ul li input:-webkit-autofill {
transition: background-color 5000s ease-in-out 0s;
}


.login_form ul li span.showPassword {
  background: url("../images/login_form_show_password.png") no-repeat 0 0;
  width: 21px;
  height: 21px;
  display: block;
  position: absolute;
  right: 15px;
  top: 16px;
  cursor: pointer;
}

.login_form ul li input.form_email {
  background: url("../images/login_form_email.png") no-repeat 10px center;
}


.login_form ul li a {
  font-size: 16px;
  color: #444444;
  margin-top: 10px;
  display: inline-block;
}
.login_form ul li button {
  background: #131f6b;
  line-height: 50px;
  width: 100%;
  text-align: center;
  border: none;
  outline: none;
  cursor: pointer;
  color: #fff;
  font-family: "Shinhan-Bold";
  font-size: 18px;
}

.login_footer {
  position: absolute;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 0 30px;
  display: flex;
  justify-content: space-between;
}
.login_footer_info {
width: 100%;

}
.login_footer_info p {
  color: #fff;
  font-family: "Shinhan-Medium";
  
  display: flex;
  align-items: flex-start;
  padding-right: 30px;
float: left;
margin-top: 10px;
}
.login_footer_info p a {
  color: #fff;
  text-decoration: none;
}
.login_footer_info p img {
  margin-right: 10px;
}
.login_footer_logo{
float: right;
}

/* cash form */

.input_form_btn.button_bottom {
  justify-content: normal;
  padding-bottom: 10px;
}

.login_form ul li span.hidePassword {
  background: url("../images/ico_view.png") no-repeat 0 0;
  width: 21px;
  height: 21px;
  display: block;
  position: absolute;
  right: 15px;
  top: 16px;
  cursor: pointer;
}

/* ================ End Login ===================== */

/* ================ Begin Modal warning expire session ===================== */
.danger-ic,.error-ic {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='23.068'%3E%3Cg fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='4'%3E%3Cpath data-name='Line 2' d='M2 0v17.068'/%3E%3Cpath data-name='Line 2 Copy' d='M2 20v3.068'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 3px auto;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  margin: 20px auto 0px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-color: #ff4700;
  color: #fff;
}
#exampleModal{
  position: absolute;
  float: left;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.danger-ic-button,.danger-ic-button:hover{
  background-color: #131f6b;
}
/* ================ End Modal warning expire session ===================== */
