


.step {
    display: none;
}

.step.active {
    display: block;
}

.back-link {
    display: inline-block;
    margin-top: 15px;
    color: #6c757d;
    cursor: pointer;
}

.password-wrapper {
    position: relative;
}

.toggle-password {
    position: absolute;
    right: 10px;
    top: 15px;
    cursor: pointer;
    color: #6c757d;
}

.equal_height {
    height: 180px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.user-card {
    min-height: 260px;
}

.user_list_image {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #dedede;
    align-self: center;
    margin-top: 1rem;
    margin-left: auto;
    margin-right: auto;
    padding: 2px;
    display: flex;
}

.userPlaceHolder {
    font-weight: 500;
    width: 100%;
    height: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 6em;
    border: 2px solid #fff;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.user_circle {
    margin-top: 1rem;
    margin-left: auto;
    margin-right: auto;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    font-size: 2em;
    align-self: center;
}

.user_circle_left {
    margin-top: 1rem;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    font-size: 2em;
    align-self: center;
}

.user_headder_circle {
    width: 45px;
    height: 45px;
    margin-right: 0.2rem;
    border-radius: 50%;
    margin-top: -0.4rem;
    font-size: 1em;
    align-self: center;
}

.login_cont {
    min-height: 100vh;
}

.deactivation_doc a {
    position: relative;
    margin-bottom: 0.5rem;
    padding: 0.5rem;
    display: flex;
    justify-content: start;
    align-items: center;
    color: initial;
    text-decoration: none;
    border-radius: .3rem;
    border-bottom: 1px solid #d3d8e4;
}

.deactivation_doc a:hover {
    background-image: linear-gradient(to right top, #bffbff, #c9fcff, #d2fdff, #dbfdff, #e4feff);
}

.deactivation_doc a img {
    height: 30px;
    object-fit: contain;
    object-position: center;
    padding-right: 1rem;
}