
.form-profile-update {
    width: 100%;
    max-width: 500px;
    padding: 15px;
    text-align: initial;
    display: block!important;
}

.form-profile-update .form-control-row {
    margin-bottom: 1rem;
}

.form-profile-update .logo {
    display: block!important;
    height: 3rem;
    margin: auto auto 1.5rem;
}

.form-profile-update label::first-letter {
    text-transform: capitalize;
}
.form-profile-update label {
    white-space: nowrap;
}

.form-profile-update h1 {
    font-size: calc(1.3rem + .6vw);
    margin-bottom: 1.5rem;
    margin-top: 0;
    font-weight: 500;
    line-height: 1.2;
}

.form-profile-update .form-floating:focus-within {
    z-index: 2;
}

.form-profile-update-header {
    text-align: center;
    margin-bottom: 2rem;
}

.form-profile-update button {
    margin: 0 1rem 0 0;
}

.form-profile-update .login {
    color: #6c757d;
    margin-bottom: 0.25rem;
    text-align: center;
}

.form-profile-update .resendpwd {
    color: #6c757d;
    margin-bottom: 1rem;
    text-align: center;
}


.form-identity button {
    background-image: inherit!important;
}
