.login-form-container,
.password-lost-form,
.password-reset-form {
    width: 75%;
    padding: 1.5rem;
    margin-right: 0;
    margin-left: 0;
    border-width: 1px;
    border-radius: .25rem;
    position: relative;
    margin: 1rem -.75rem 0;
    border: solid #dee2e6;
    box-sizing: border-box;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.login-form-container .input,
.password-lost-form .input,
.password-reset-form .pass1,
.password-reset-form .pass2 {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s
}

.login-form-container input:-webkit-autofill,
.login-form-container input:-webkit-autofill:hover, 
.login-form-container input:-webkit-autofill:focus, 
.login-form-container input:-webkit-autofill:active,
.password-lost-form input:-webkit-autofill,
.password-lost-form input:-webkit-autofill:hover, 
.password-lost-form input:-webkit-autofill:focus, 
.password-lost-form input:-webkit-autofill:active,
.password-reset-form input:-webkit-autofill,
.password-reset-form input:-webkit-autofill:hover, 
.password-reset-form input:-webkit-autofill:focus, 
.password-reset-form input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

p.login-remember, p.login-submit, p.login-username,
p.lostpassword-user, p.lostpassword-submit, p.resetpass-submit,
.pass1, .pass2 {
    margin-bottom: 0px !important;
}

.forgot-password,
.password-hint {
    font-size: 75%;
    line-height: 125%;
}

/*
.lostpassword-button,
.resetpassword-button,
.user-profile-button {
    color: #fff !important;
    background-color: #0d6efd;
    border-color: #0d6efd;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
}
*/
.login-submit,
.lostpassword-submit,
.login-password {
    padding-top: 1em;
}


.user-profile-form-container{
    width: 100%;
    padding: 1.5rem;
    margin-right: 0;
    margin-left: 0;
    border-width: 1px;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    position: relative;
    margin: 1rem -.75rem 0;
    border: solid #dee2e6;
    box-sizing: border-box;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.user-profile-form-container .input {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s
}

.user-profile-form-container .form-label {
    margin: 0;
}

.user-profile-form-container .form-control {
    margin-bottom: 0.5em;
}

.user-profile-form-container input:-webkit-autofill,
.user-profile-form-container input:-webkit-autofill:hover, 
.user-profile-form-container input:-webkit-autofill:focus, 
.user-profile-form-container input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}