.cardsr-reset-pw-wrapper{
  max-width: 100%;
  margin: 0 auto;
  padding-top: 0px;/*96px;*/
}

.cardsr-form-reset-pw{
  max-width: 450px;
  margin: auto;
  padding: 15px;
  margin-bottom: 75px;
}

.form-reset-pw-heading{
  margin-top: 34px;
}

.form-button-container .pull-right{
  padding-right:0;
}

.form-reset-pw__desc {
  padding-bottom:10px;
}

.form-button-container{
  padding:15px 0px 15px 0px;
}
.captcha-contents{
  text-align:center;
  padding:10px 0px;
}

.captcha-contents .captcha-img{
  margin-right:10px;
}
.action-btn{
  padding-top:25px; /*16 hid*/
  text-align:right;
}
.action-btn.center {
  text-align: center;
}
.action-btn .btn-primary{
  margin-left:10px;
}

/* mobile device -iPhone 10/11 plus, Pixel */
@media screen and (max-width:480px) {
    button, input[type="button"],input[type="submit"] {
       font-size:20px !important;
    }
}

/* mobile device -iPhone 10/11, Galaxy S5 */
@media screen and (max-width:380px) {
    input[type="button"],input[type="submit"] {
       font-size:18px !important;
    }
}

/* mobile device -iPhone 5s */
@media screen and (max-width:350px) {
    button, input[type="button"],input[type="submit"] {
       font-size:15px !important;
    }
}

