diff --git a/css/login/ForgotPW.css b/css/login/ForgotPW.css index f2d53f1..ef714f0 100644 --- a/css/login/ForgotPW.css +++ b/css/login/ForgotPW.css @@ -127,5 +127,4 @@ height: 28px; border: 1px gray solid; border-radius: 5px 5px 0px 0px; -} - +} \ No newline at end of file diff --git a/css/login/loginFLEX.css b/css/login/loginFLEX.css index e0e8870..286f5ff 100644 --- a/css/login/loginFLEX.css +++ b/css/login/loginFLEX.css @@ -1,69 +1,88 @@ -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; - overflow-y: clip; -} -#Login1_LoginButton { - color: #fff; - background-color: #003680; + +@media (min-width: 558.98px) { + 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; + overflow-y: clip; } -#content_container { - display: flex; - justify-content: center; - align-items: center; - width: 1024px; - height: 800px; - margin: 0 auto; - margin-top: 0px; -} -.container-fluid { - width: 400px; - height: 274px; - background-color: rgba(255,255,255,0.5); - margin: 0 auto; - margin-top: 50%; -} -#tbl_main { - font-family: Arial; - font-size: 11px; - border: 1px solid gray; - width: 400px; - height: 250px; -} -#lbl_Ueberschrift { - background-color: #003680; - font-size: 2.55em; - color: #fff; -} -.txt_design { - color: #003680; - font-size: 1.65em; -} -.txt_design2 { - color: #003680; - font-size: 1.695em; - margin-right:1px; -} -#LoginButton { - background-color: #003680; - color: #fff; - width: 140px; - height: 25px; -} -#Password{ - margin-right:-20px; -} -#UserName{ - font-size:17px; -} -#CustomerID { - color: #003680; - font-size: 1.125em; -} + #Login1_LoginButton { + color: #fff; + background-color: #003680; + padding: 0px 0px 0px 0px; + margin: 0px 0px 0px 0px; + } + + #content_container { + display: flex; + justify-content: center; + align-items: center; + width: 1024px; + height: 800px; + margin: 0 auto; + margin-top: 0px; + } + + .container-fluid { + width: 400px; + height: 274px; + background-color: rgba(255,255,255,0.5); + margin: 0 auto; + margin-top: 50%; + } + + #tbl_main { + font-family: Arial; + font-size: 11px; + border: 1px solid gray; + width: 400px; + height: 250px; + } + + #lbl_Ueberschrift { + background-color: #003680; + font-size: 2.55em; + color: #fff; + } + #lbl_login { + background-color: #003680; + font-size: 2.55em; + color: #fff; + } + .txt_design { + color: #003680; + font-size: 1.65em; + } + + .txt_design2 { + color: #003680; + font-size: 1.695em; + margin-right: 1px; + } + + #LoginButton { + background-color: #003680; + color: #fff; + width: 140px; + height: 25px; + } + + #Password { + margin-right: -20px; + } + + #UserName { + font-size: 17px; + } + + #CustomerID { + color: #003680; + font-size: 1.125em; + } +} \ No newline at end of file diff --git a/login/ForgotPW.aspx b/login/ForgotPW.aspx index 9f49bcc..d1ae401 100644 --- a/login/ForgotPW.aspx +++ b/login/ForgotPW.aspx @@ -6,6 +6,21 @@
<%@ import Namespace="MySql.Data.MySqlClient"%> <%'Dim url As String = Session.Keys.Item("urltochangepw")%> + + + + + + + + + + + + + + +