1
2.form-profile-update {
3    width: 100%;
4    max-width: 500px;
5    padding: 15px;
6    text-align: initial;
7    display: block!important;
8}
9
10.form-profile-update .form-control-row {
11    margin-bottom: 1rem;
12}
13
14.form-profile-update .logo {
15    display: block!important;
16    height: 3rem;
17    margin: auto auto 1.5rem;
18}
19
20.form-profile-update label::first-letter {
21    text-transform: capitalize;
22}
23.form-profile-update label {
24    white-space: nowrap;
25}
26
27.form-profile-update h1 {
28    font-size: calc(1.3rem + .6vw);
29    margin-bottom: 1.5rem;
30    margin-top: 0;
31    font-weight: 500;
32    line-height: 1.2;
33}
34
35.form-profile-update .form-floating:focus-within {
36    z-index: 2;
37}
38
39.form-profile-update-header {
40    text-align: center;
41    margin-bottom: 2rem;
42}
43
44.form-profile-update button {
45    margin: 0 1rem 0 0;
46}
47
48.form-profile-update .login {
49    color: #6c757d;
50    margin-bottom: 0.25rem;
51    text-align: center;
52}
53
54.form-profile-update .resendpwd {
55    color: #6c757d;
56    margin-bottom: 1rem;
57    text-align: center;
58}
59
60
61.form-identity button {
62    background-image: inherit!important;
63}
64