.passcode-model__content {
    background: transparent !important;
    border: unset !important;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: none;
    flex-direction: column;
    width: 100%;
    padding: 10px 30px 10px 10px;
    box-sizing: border-box;
}

.passcode-model__title {
    padding-top: 15px;
    color: #FFF;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 9.6px;
    padding-bottom: 5px;
}

.passcode-model__input {
    width: 100%;
    height: 48px;
    font-size: 20px;
    text-align: center;
}

.passcode-model__input-box {
    max-width: 500px;
    width: 100%;
    position: relative;
}

.passcode-model__input--error {
    border: 1px solid #D20000;
}

.passcode-model__input-box svg {
    position: absolute;
    top: 8px;
    right: 8px;
}

#passcodeModel .modal-dialog {
    max-width: 750px;
    width: 100%;
}

.passcode-model__access-btn {
    width: 300px;
    height: 48px;
    border-radius: 80px;
    background: var(--primary-color);
    color: #000;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 1.2px;
    border: 1px solid var(--primary-color);
    cursor: pointer;
}

.passcode-model__access-btn:hover {
    background: var(--primary-darkest);
    color: #ffffff;
}

.passcode-model__description {
    padding-top: 10px;
}

.passcode-model__description p {
    color: #DEDEDE;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin: 5px 0 30px 0;
}

.passcode-model__input-error {
    color: #FF7171 !important;
    font-style: italic !important;
    margin-bottom: 15px !important;
}