/*----------------------------------------
    Login / OTP Page
------------------------------------------*/
.app-icon {
    text-align: center;
    padding: 4em 0 3em 0;
}
#account-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100vh;
}
.body-container{position: relative;z-index: 10;width: 600px;}
.app-v-logo{background:url('../../images/bch-app-logo-v.png');width: 64px;height:216px;position:absolute;z-index:100;margin-left: 15px;top:0;}
.app-v-logo-top{border-right: 10px solid transparent;border-bottom:6px solid #BB9246;position: absolute;top:-6px;margin-left:15px;width: 70px;z-index:100;}
#account-page .card{border-radius:0;}
.app-title {
    text-align: center;
    margin-bottom: 30px;
}
h1 span{font-family: 'Century Gothic';display: block;font-weight: 700;font-size: 32px;}
form.login-form{max-width: 320px;margin:0 auto;xpadding-top:5em;}
form input{border-color:#AA894C !important;}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:#E2DACC!important;;
}
::-moz-placeholder { /* Firefox 19+ */
  color:#E2DACC!important;;
}
:-ms-input-placeholder { /* IE 10+ */
  color:#E2DACC!important;;
}
:-moz-placeholder { /* Firefox 18- */
  color:#E2DACC!important;;
}
.deco-line{height:12px;background: #E2DACC;}
.input-field {position: relative;margin: 1rem auto;}
.btn-button-area{max-width: 50%;margin: 2.5em auto 4em auto;text-align: center;}
#btnSend{width:100px;font-family: 'Lato';}
#btnResend{margin:2em 0;display: block;text-decoration: none;}

@media screen and (max-width:767px) {
  form.login-form{max-width: unset;}
  .btn-button-area {
      max-width: 50%;
      text-align: center;
      margin: 2.5em auto 4em auto;
  }
}
