diff --git a/css/login/Changepw.css b/css/login/Changepw.css index c3426ec..694b137 100644 --- a/css/login/Changepw.css +++ b/css/login/Changepw.css @@ -91,15 +91,15 @@ transform: translate(0, -50%); } -.container-fluid { - position:absolute; +.container-fluid { width: 400px; height: 379px; background-color: rgba(255,255,255,0.5); margin: auto; top: 50%; - left: 50%; + left: -20%; transform: translate(0, -50%); + } #tbl_main { diff --git a/login/ChangePW.aspx b/login/ChangePW.aspx index f3103ec..6fc0239 100644 --- a/login/ChangePW.aspx +++ b/login/ChangePW.aspx @@ -98,6 +98,7 @@ background-size: cover; background-color: #fff; overflow-y: clip; + overflow-x:clip; } #content_container { @@ -111,14 +112,15 @@ } - .container-fluid { - - width: 400px; - height: 713px; - background-color: rgba(255,255,255,0.5); - margin: 0 auto; - height: 613px; - + .container-fluid { + width: 400px; + background-color: rgba(255,255,255,0.5); + height: 613px; + top:50%; + bottom: auto; + left: -400px; + right: 0; + margin: auto; } #tbl_main_M {