#modalSenhaEmImplementacao .modal-content {
    border: 0;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,.28);
}

.senha-implementacao-header {
    padding: 16px 18px;
    border-bottom: 1px solid #edf0f4;
}

.senha-implementacao-header h5 {
    font-weight: 800;
}

.senha-implementacao-header i {
    color: #0d6efd;
}

.senha-implementacao-body {
    padding: 28px 22px;
    text-align: center;
}

.senha-implementacao-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 14px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(13,110,253,.08);
    color: #0d6efd;
    font-size: 1.5rem;
}

.senha-implementacao-body h6 {
    font-weight: 800;
    margin-bottom: 8px;
}

.senha-implementacao-body p {
    color: #6b7280;
    margin: 0;
}

.senha-implementacao-footer {
    padding: 16px 18px;
    border-top: 1px solid #edf0f4;
}

.senha-implementacao-footer .btn {
    width: 100%;
    border-radius: 10px;
    font-weight: 700;
}