stuff
This commit is contained in:
@@ -5,55 +5,10 @@
|
||||
var oidc = ViewBag.oidc;
|
||||
}
|
||||
|
||||
<style>
|
||||
body {
|
||||
background-color: #0d1b2a;
|
||||
}
|
||||
|
||||
.login-card {
|
||||
background-color: #1b263b;
|
||||
color: #ffffff;
|
||||
padding: 2rem;
|
||||
border-radius: 1rem;
|
||||
box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
|
||||
max-width: 400px;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
.form-control {
|
||||
background-color: #415a77;
|
||||
border: none;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.form-control::placeholder {
|
||||
color: #c0c0c0;
|
||||
}
|
||||
|
||||
.btn-primary {
|
||||
background-color: #0d6efd;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.btn-pocketid {
|
||||
background-color: #14a44d;
|
||||
color: white;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.btn-pocketid:hover {
|
||||
background-color: #0f8c3c;
|
||||
}
|
||||
|
||||
label {
|
||||
margin-top: 1rem;
|
||||
}
|
||||
|
||||
.form-error {
|
||||
color: #ff6b6b;
|
||||
font-size: 0.875rem;
|
||||
}
|
||||
</style>
|
||||
<head>
|
||||
<link rel="stylesheet" href="~/css/main.css" />
|
||||
<link rel="stylesheet" href="~/css/Login.css" />
|
||||
</head>
|
||||
|
||||
<div class="login-card">
|
||||
<h2 class="text-center mb-4">Anmelden</h2>
|
||||
|
||||
Reference in New Issue
Block a user