/* ID295 - ログイン時ワンタイムパスワード */

.modal-otp .success-msm {
    padding: 0;
    margin: 32px 0px;
}

.modal-otp .otp-code-input {
    width: 220px;
    max-width: 100%;
    margin-bottom: 12px;
    font-size: 20px;
    letter-spacing: .5em;
    text-indent: .5em;
}

.modal-otp .otp-error-message {
    display: none;
    margin: 8px 0px;
}

.modal-otp .otp-resend-box {
    margin-top: 32px;
}

.modal-otp .otp-resend-lead {
    margin-bottom: 12px;
}

.modal-otp .otp-resend-note {
    margin-top: 12px;
    margin-bottom: 0;
}

/* a button that cannot be pressed keeps the shape of 送 信, greyed out */
.modal-otp .box-item .btn-general[disabled],
.modal-otp .box-item-2 .btn-general[disabled] {
    background-color: #D9D9D9;
    color: #8C8C8C;
    cursor: not-allowed;
}

.modal-otp .box-item .btn-general[disabled]:hover,
.modal-otp .box-item-2 .btn-general[disabled]:hover {
    opacity: 1;
}

@media (max-width: 768px) {
    .medium-modal.modal-dialog.modal-otp {
        width: 92vw;
        margin: 1.75rem auto;
    }

    .modal-otp .add-form-title {
        height: auto;
        line-height: 1.4;
        padding: 0 8px;
    }

    .modal-otp .add-form-content {
        padding-right: 0;
        padding-left: 0;
    }

    .modal-otp .success-img-box {
        height: 96px;
        width: 96px;
    }

    .modal-otp .success-img-box img {
        height: 44px;
        margin-top: calc(50% - 22px);
    }

    .modal-otp .success-msm {
        margin-top: 24px;
    }

    .modal-otp .otp-code-input {
        width: 100%;
    }

    .modal-otp .box-item .btn-general,
    .modal-otp .box-item-2 .btn-general {
        max-width: 100%;
    }
}
