This commit is contained in:
ja
2021-10-21 17:16:28 +02:00
parent a128bd0cf0
commit e96e9ca08e
2 changed files with 7 additions and 24 deletions

View File

@@ -1,5 +1,5 @@
<%@ Page Language="VB" AutoEventWireup="false" Debug="True" CodeFile="ForgotPW.aspx.vb" Inherits="ForgotPW" %>
<%@ Reference VirtualPath="~/login/ChangePW.aspx" %>
<%@ Reference VirtualPath="~/login/Change_PW.aspx" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
@@ -68,7 +68,6 @@
overflow-y: clip;
overflow-x: clip;
}
#content_container {
display: flex;
justify-content: center;
@@ -79,7 +78,6 @@
margin-top: 0px;
margin-left: 5%;
}
.container-fluid {
width: 400px;
height: 613px;
@@ -90,7 +88,6 @@
right: 520px;
margin: auto;
}
#tbl_main_M {
font-family: Arial;
font-size: 11px;
@@ -98,30 +95,25 @@
width: 300px;
height: 713px;
}
#lbl_Ueberschrift_M {
background-color: #003680;
font-size: 1.85em;
color: #fff;
}
#lbl_login_M {
background-color: #003680;
font-size: 2em;
color: #fff;
}
.txt_design {
color: #003680;
font-size: 1.85em;
}
.txt_design2 {
color: #003680;
font-size: 1.895em;
margin-right: 1px;
}
#btn_Send_M {
background-color: #003680;
color: #fff;
@@ -143,20 +135,16 @@
padding-inline: 2px 2px;
padding: -10px 0px 12px 1px;
border:none;
font-size:18px;
font-size:18px;
}
#UserName_M {
font-size: 17px;
width: 325px;
}
#CustomerID_M {
color: #003680;
font-size: 1.125em;
}
.bg-email-icon {
background: url("../../images/Icons/service/mail-icon.gif") no-repeat 1.75% 11px white;
padding-left: 28px;
@@ -166,7 +154,6 @@
border: 1px gray solid;
border-radius: 5px 5px 5px 5px;
}
.bg-user-icon {
background: url("../../images/Icons/service/username-icon-png-5.png") no-repeat 1.75% 11px white;
padding-left: 28px;
@@ -176,7 +163,6 @@
border: 1px gray solid;
border-radius: 5px 5px 5px 5px;
}
.bg-key-icon {
background: url("../../images/Icons/service/key-icon-png-22_small.png") no-repeat 1.75% 10px white;
padding-left: 28px;
@@ -187,7 +173,6 @@
border-radius: 5px 5px 5px 5px;
margin-left: -4px;
}
.bg-UID-icon {
background: url("../../images/Icons/main/icon0-vector-493-01.png") no-repeat 1.75% 11px white;
padding-left: 28px;
@@ -198,7 +183,6 @@
border: 1px gray solid;
border-radius: 5px 5px 5px 5px;
}
#RememberMe_M {
font-size: 20px;
}