diff --git a/Customers/Default2.aspx b/Customers/Default2.aspx
new file mode 100644
index 0000000..5908ed4
--- /dev/null
+++ b/Customers/Default2.aspx
@@ -0,0 +1,94 @@
+<%@ Page Language="VB" AutoEventWireup="false" CodeFile="Default2.aspx.vb" Inherits="Customers_Default2" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Customers/Default2.aspx.vb b/Customers/Default2.aspx.vb
new file mode 100644
index 0000000..608e5f3
--- /dev/null
+++ b/Customers/Default2.aspx.vb
@@ -0,0 +1,5 @@
+
+Partial Class Customers_Default2
+ Inherits System.Web.UI.Page
+
+End Class
diff --git a/css/login/loginFLEX.css b/css/login/loginFLEX.css
index 9080957..e011229 100644
--- a/css/login/loginFLEX.css
+++ b/css/login/loginFLEX.css
@@ -12,6 +12,7 @@
#Login1_LoginButton {
color: #fff;
background-color: #003680;
+ width:
}
#content_container {
display: flex;
@@ -34,7 +35,7 @@
font-size: 11px;
border: 1px solid gray;
width: 400px;
- height: 400px;
+ height: 400px;
}
#lbl_login {
color: #003680;
@@ -49,6 +50,10 @@
color: #003680;
font-size: 1.65em;
}
+.txt_design2 {
+ color: #003680;
+ font-size: 1.725em;
+}
#LoginButton {
background-color: #003680;
color: #fff;
@@ -57,4 +62,7 @@
}
#Password{
margin-right:-20px;
+}
+#UserName{
+ font-size:17px;
}
\ No newline at end of file
diff --git a/login/ForgotPW.aspx.vb b/login/ForgotPW.aspx.vb
index bc44356..fb950f2 100644
--- a/login/ForgotPW.aspx.vb
+++ b/login/ForgotPW.aspx.vb
@@ -169,10 +169,10 @@ Partial Class login_ForgotPW
Else
MsgBox("Tokengenerierung nicht erfolgreich." & vbCrLf & "In 5 Sekunden nochmal versuchen!")
Dim jetzt As DateTime = DateTime.UtcNow
- Dim wenn As DateTime = DateTime.UtcNow.AddMinutes(-3)
+ Dim wenn As DateTime = DateTime.UtcNow.AddSeconds(-5)
- If jetzt < DateTime.UtcNow.AddSeconds(-5) Then
+ If jetzt < wenn Then
Return "NotYet"
Else
token = Convert.ToBase64String(time.Concat(Key).ToArray())
diff --git a/login/login_FLEX.aspx b/login/login_FLEX.aspx
index ab9bfb1..a92bdc2 100644
--- a/login/login_FLEX.aspx
+++ b/login/login_FLEX.aspx
@@ -9,12 +9,12 @@
VERAG Spedition AG Login
-
+
-
-
+
+
+