diff --git a/css/login/ForgotPW.css b/css/login/ForgotPW.css new file mode 100644 index 0000000..a756de3 --- /dev/null +++ b/css/login/ForgotPW.css @@ -0,0 +1,33 @@ +body { + font-family: 'Poppins', sans-serif; + background: #fafafa; + background-image: url(../images/road.jpg); + background-position: center center; + background-repeat: no-repeat; + background-attachment: fixed; + background-size: cover; + background-color:#fff; +} +#Login1_LoginButton { + color: #fff; + background-color: #003680; +} +#content_container { + display: flex; + justify-content: center; + align-items: center; + width: 1024px; + height: 800px; + margin: 0 auto; + margin-top: auto; +} +.container-fluid { + width: 262px; + height: 216px; + background-color: rgba(255,255,255,0.5); +} +#tbl_main { + font-family: Arial; + font-size: 11px; + border: 1px solid gray +} \ No newline at end of file diff --git a/css/login/loginFLEX.css b/css/login/loginFLEX.css new file mode 100644 index 0000000..5b2713f --- /dev/null +++ b/css/login/loginFLEX.css @@ -0,0 +1,33 @@ +body { + font-family: 'Poppins', sans-serif; + background: #fafafa; + background-image: url(../../images/road.jpg); + background-position: center center; + background-repeat: no-repeat; + background-attachment: fixed; + background-size: cover; + background-color: #fff; +} +#Login1_LoginButton { + color: #fff; + background-color: #003680; +} +#content_container { + display: flex; + justify-content: center; + align-items: center; + width: 1024px; + height: 800px; + margin: 0 auto; + margin-top: auto; +} +.container-fluid { + width: 262px; + height: 248px; + background-color: rgba(255,255,255,0.5); +} +#tbl_main { + font-family: Arial; + font-size: 11px; + border: 1px solid gray +} \ No newline at end of file diff --git a/login/ForgotPW.aspx b/login/ForgotPW.aspx index c0e3fee..7e7b3e9 100644 --- a/login/ForgotPW.aspx +++ b/login/ForgotPW.aspx @@ -4,88 +4,73 @@
- <%@ import Namespace="MySql.Data.MySqlClient" - %> + <%@ import Namespace="MySql.Data.MySqlClient"%>