main {
    width: 100%;
    margin: auto;
    height: 100%;
}

.parent-container {
    flex-direction: row;
    width: 100%;
    margin: auto;
    align-items: center;
    justify-content: center;
    height: 70vh;
}

.parent-container .step-1,
.parent-container .step-2 {
    flex-basis: 100%;
    width: 100%;
    margin: auto;
    padding: 20px
}

.child-1>div {
    width: 100%;
    height: 100%;
    margin: auto;
    padding-top: 150px;
}

.container-login .child-2 {
    width: 100%;
    margin: auto;
    padding: 20px;
    height: 50%
}

.style2>div>div>h3 {
    margin-bottom: 8
}

.style2>div>div>p {
    margin-bottom: 24px;
    font-weight: normal;
}

.show-password {
    width: 40px !important;
    height: 42px;
}

#signup-form .input-group-addon {
    width: 29px;
}

.password span {
    background-color: #fff;
}

.password span:hover {
    cursor: pointer;
}

.has-detail {
    width: 100%;
    text-align: left;
    margin-bottom: 5px;
}

.style {
    background-size: contain !important;
    height: 400px;
    padding-top: 16px !important;
    margin-top: 16px !important;
}

.style1 {
    position: relative;
    display: block;
    width: 400px;
    margin: auto;
    background-color: #fff;
    --webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, .12) !important;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .12) !important;
    border: none !important;
    border-radius: 10px !important;
}

.style2 {
    padding: 20px 28px !important;
    word-wrap: break-word;
    margin: auto;
}

.container-otp {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}

.input {
    width: 30px;
    border: none;
    border-bottom: 3px solid rgba(0, 0, 0, 0.5);
    margin: 0 10px;
    text-align: center;
    font-size: 36px;
    /* cursor: not-allowed;
    pointer-events: none; */
}

.input:focus {
    border-bottom: 3px solid orange;
    outline: none;
}

.input:nth-child(1) {
    cursor: pointer;
    pointer-events: all;
}

.style-parent-iframe {
    width: 75%;
    /* height: 500px; */
    position: relative;
    display: block;
    margin: auto;
    background-color: #fff;
    --webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, .12) !important;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .12) !important;
    border: none !important;
    border-radius: 10px !important;
}

.style-parent-iframe>.style2 {
    height: 100%;
}

.parent-iframe {
    height: 80%;
}

.modal-dialog {
    width: 70vw;
    max-width: none;
}

.modal-content {
    max-height: 80vh;
}

.modal-body {
    overflow-y: auto;
    height: calc(100% - 56px - 56px);
}

.modal-dialog-centered {
    min-height: unset;
}

/* .modal {
    display: flex !important;
    align-items: center !important;
    justify-content: center;
} */

@media (max-width: 767px) {
    .style {
        height: unset;
    }

    .style2 {
        padding: 20px 7px !important;
        word-wrap: break-word;
    }

    .parent-container {
        width: 100% !important;
        height: 80vh;
    }

    .style1 {
        width: 100%;
    }

    .input {
        width: 20px;
        font-size: 30px;
    }

    .modal-dialog {
        width: 90vw;
    }

    .style-parent-iframe {
        width: 100% !important;
        height: 100% !important;
    }


    .modal-dialog {
        margin: 0 auto;
        max-width: 500px;
    }

    body.modal-open {
        overflow: hidden;
    }

    :root {
        --vh: 100%;
    }

    @supports (-webkit-touch-callout: none) {
        :root {
            --vh: 100vh;
        }
    }

    .modal-dialog {
        max-height: calc(var(--vh) - 2rem);
    }

}