﻿/*.login-section , .password-section {
    background: url(/Images/page/login/img_bg_login1-1.jpg) no-repeat bottom;
    background-size: contain;
    border-radius: 15px;
    height: 390px;
}

.select-card-section {
    background: url(/Images/page/login/img_bg_login1-2.jpg) no-repeat bottom;
    background-size: contain;
    border-radius: 10px;
    height: 390px;
}*/
.modal-login-section {
  position: relative;
  overflow: hidden;
  height: 400px;
}
@media (min-width: 576px) {
  .modal-login-section {
    height: 465px;
  }
}
.modal-login-section .section_content {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
}
.modal-login-section .bg_modal {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
}
.modal-login-section .bg_modal .wrap {
  position: relative;
  width: 100%;
  height: calc(100% - 40px);
}
.modal-login-section .bg_modal .wrap .img1 {
  width: 206px;
  height: 117px;
  position: absolute;
  top: 65px;
  right: 0;
}
.modal-login-section .bg_modal .wrap .img2 {
  width: 282px;
  height: 165px;
  position: absolute;
  bottom: 0;
  left: 6px;
}
.modal-login-section .bg_modal .wrap .img_card {
  width: 212px;
  height: 177px;
  position: absolute;
  bottom: 6px;
  right: 18px;
}
.modal-login-section .bg_modal .bottom_line {
  height: 40px;
  width: 100%;
  background-image: linear-gradient(to right, #7fa102 0%, #7d9f02 67%, #3c8c19 100%);
}
@media (max-width: 576px) {
  .modal-login-section .bg_modal .wrap .img1 {
    width: 160px;
    height: auto;
    position: absolute;
    top: 120px;
    right: 0;
  }
  .modal-login-section .bg_modal .wrap .img2 {
    width: 180px;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 6px;
  }
  .modal-login-section .bg_modal .wrap .img_card {
    width: 125px;
    height: auto;
    position: absolute;
    bottom: 0px;
    right: 18px;
  }
}

.card-titile {
  color: #84bd00;
  font-size: 1.2em;
}

.text-inputpassword1 {
  color: #8bc34a;
  font-size: 1.2em;
  font-weight: bolder;
  letter-spacing: 2px;
}

.error-login {
  margin-left: 17px;
  color: red;
}

.CardNumber {
  width: 100%;
  border-radius: 15px;
  border: 1px solid #8bc34a;
  margin: 10px;
  margin-left: 0px;
  text-indent: 15px;
}

.forgot-password {
  color: #ff6a00;
  float: right;
}

.modal-content {
  border-radius: 15px;
}

#tbPassword {
  width: 100%;
  height: 35px;
  border-radius: 15px;
  border: solid #8BC34A 1px;
  margin-top: 15px;
  margin-right: 50px;
  padding: 15px 10px;
}

.card-infomation {
  font-size: 1em;
}

.card-number {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #84bd00;
  text-align: center;
}

.card-border {
  border: 1px solid;
  border-radius: 10px;
  overflow: hidden;
  display: block;
  position: relative;
  margin: 5px;
  border: #84bd00 solid 1px;
}

.card-detaqil {
  text-align: center;
}

.card-input .card-input-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 15px;
}
.card-input .card-input-wrapper #tbCardNumber, .card-input .card-input-wrapper #tbPassword {
  width: calc(100% - 100px);
  margin-right: 15px;
  height: 40px;
  border-radius: 5px;
  margin-top: 9px;
}
.card-input .card-input-wrapper .btn-login {
  height: 40px;
  width: 84px;
  padding: 0;
  margin: 9px 0;
  position: relative;
}

.btn-login-close {
  border: 0px;
  background: url(/Images/page/login/icon_close.png) no-repeat center center;
  background-size: contain;
  width: 15px;
  height: 15px;
  margin-top: 20px;
  padding-right: 20px;
  position: absolute;
  right: 0px;
  z-index: 49;
}

.login-welcome {
  color: #8bc34a;
  font-size: 1.2em;
  font-weight: bolder;
  letter-spacing: 2px;
}

.login-welcome-line1 {
  margin-bottom: 30px;
}

.card-number {
  font-weight: bold;
  font-size: 1.1em;
}

.card-border.active .card-number {
  color: white;
}

.row.cardlist {
  min-height: 150px;
}

.card-border.active {
  border-radius: 10px;
  overflow: hidden;
  display: block;
  position: relative;
  margin: 5px;
  border: #84bd00 solid 1px;
  background: #84bd00;
  color: white;
}

.btn-confirmcard {
  border-radius: 5px;
  border: solid 1px #84bd00;
  padding-left: 20px;
  padding-right: 20px;
  color: #ffffff;
  margin: 0 auto !important;
  background: #84bd00;
  display: block;
  margin-top: 25px !important;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 200px;
  bottom: 37px;
}

.icon-register {
  background: url("/Images/page/login/icon_regis.png") no-repeat center center;
  background-size: 95%;
  width: 18px;
  height: 18px;
  margin-right: 10px;
}

.icon-status-card {
  background: url("/Images/page/login/icon_see.png") no-repeat center center;
  background-size: 95%;
  width: 18px;
  height: 18px;
  margin-right: 10px;
}

.row.nomargin {
  margin: 0px;
}

.card-see-status {
  color: #719e3c;
}

@media (min-width: 576px) {
  #loginModal .modal-dialog {
    max-width: 600px;
    margin: 30px auto;
  }
  .th .login-welcome-line1 {
    white-space: nowrap;
  }
}
