1
2.form-profile-delete {
3    width: 100%;
4    max-width: 400px;
5    padding: 15px;
6}
7
8.form-profile-delete h1 {
9    font-size: calc(1.3rem + .6vw);
10    margin-bottom: 1.5rem;
11    margin-top: 0;
12    font-weight: 500;
13    line-height: 1.2;
14}
15
16
17.form-profile-delete .checkbox {
18    font-weight: 400;
19}
20
21.form-profile-delete .form-floating:focus-within {
22    z-index: 2;
23}
24
25.form-profile-delete input[type="text"] {
26    margin-bottom: -1px;
27    border-bottom-right-radius: 0;
28    border-bottom-left-radius: 0;
29}
30
31
32.form-profile-delete input[type="password"] {
33    margin-bottom: 10px;
34}
35
36.form-profile-delete .rememberMe {
37    margin-bottom: 1rem;
38}
39
40