/* BASIC css start */
.password .contents {padding:0 16px;}
.password .contents p {text-align:center; margin-top:20px; font-size:14px;}
.password .contents .fixButtonR {margin-top:30px; padding-right:100px;}
.password .contents .btn-wrap {margin-top:30px; display:flex; gap:10px;}
.password .contents .fixButton.btn_Grey {
    width: 100px;
    position: absolute;
    top: 0;
    right: 0;
    background:#000;
    border:1px solid #000;
    font-size:14px;
    height:46px;
    line-height:46px;
}
/* BASIC css end */

