* {
    margin: 0;
    padding: 0;
}

html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.logo {
    box-shadow: 1px 5px 10px rgba(231, 229, 229, 0.8);
    box-shadow: 1px 2px 8px rgba(215, 214, 214, 0.8);
}

.mainBox {
    display: flex;
    /* border: 2px solid blue; */
    /* border-radius: 50px; */
    float: right;
    /* padding:30px 40px 0px 40px; */
    width: 100%;
    height: auto;
    /* margin:55px 100px 0px 0px; */
    box-shadow: 1px 5px 10px rgba(215, 214, 214, 0.8);
    background-image: url('../Assets/bg_image.png');
    /* background-image: linear-gradient(#006699, #003366); */
}

.mainForm {
    /* display:flex;*/
    /* border: 2px solid red; */
    /* height:400px; */
    width: 40%;
    /* border-radius: 50px; */
    padding: 30px 40px 0px 20px;
    padding: 20px 30px 0px 10px;
}

.insideForm {
    display: flex;
    /* border: 2px solid cyan; */
    height: auto;
    width: 80%;
    border-radius: 50px;
    padding: 30px 40px 0px 20px;
    box-shadow: 1px 5px 10px rgba(222, 212, 212, 0.8);
    background-color: white;
}

h2 {
    padding-bottom: 10px;
}

.bgLady {
    position: relative;
    display: flex;
    /* border: 2px solid black; */
    height: auto;
    width: 60%;
    /* padding-left: 140px; */
    /* margin-left: 200px; */
    justify-content: center;
}

.livYour {
    position: absolute;
    top: 75%;
    width: 100%;
    padding-left: 190px;
}

    .livYour p {
        color: white;
        font-size: 30px;
    }

.dream {
    position: absolute;
    top: 77%;
    width: 100%;
    padding-left: 185px;
}

    .dream h1 {
        color: white;
        font-size: 70px;
    }

.after {
    position: absolute;
    top: 88%;
    width: 100%;
    padding-left: 645px;
}

    .after p {
        color: white;
        font-size: 20px;
    }

.einput {
    width: 90%;
    height: 25px;
    padding: 15px;
    margin: 8px;
    margin-left: 0;
    border-radius: 10px;
    font-size: large;
}

.label {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 18px;
}

.inpField {
    margin: 15px;
    margin-left: 0px;
}

.check {
    /* border: 2px solid black; */
    display: flex;
    /* width:80%; */
}

#accept {
    width: 18%;
    margin-right: 10px;
}

.subButton {
    display: flex;
    /* border: 2px solid red; */
    padding-right: 0px;
}

.esubmit {
    width: 100%;
    height: 70px;
    margin-right: 30px;
}

#phone {
    background-image: url("../Assets/tick.png");
    background-repeat: no-repeat;
    background-position: right;
    /* padding-left: 20px; */
    /* margin-right: 20px; */
}

.overlay img {
    position: absolute;
    padding: 100px 100px 100px 100px;
    margin: 100px 100px 100px 100px;
    /* margin-left:300px; */
    /* padding-left: 300px; */
}

/* footer style */
footer {
    display: table;
    position: relative;
    /* border: 2px solid red; */
    /* background-image: linear-gradient(#00477a, #00477a); */
    background-color: #00477a;
    width: 98.6%;
    padding-left: 20px;
    /* margin-top: 18%; */
}

    /* footer base style */
    footer .base {
        display: flex;
        list-style: none;
        margin: 0;
        /* padding-right: 10%; */
        /* float: right; */
        text-decoration: none;
    }

        /* footer text style  */
        footer .base p {
            color: white;
            font-size: 100%;
        }

p, h1, h2 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: 200ms ease-in-out;
    /* border: 1px solid black; */
    border-radius: 20px;
    z-index: 10;
    background-color: white;
    width: 300px;
    height: 280px;
    max-width: 80%;
}

    .modal.active {
        transform: translate(-50%, -50%) scale(1);
    }

.modal-header {
    margin-top: 20px;
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}



    .modal-header .head-top {
        display: flex;
        align-items: center;
    }

        .modal-header .head-top .title {
            margin-bottom: 10px;
            font-size: 80%;
        }

    .modal-header .title {
        font-size: 1.25rem;
        font-weight: lighter bold;
        font-family: system-ui;
    }

    .modal-header .close-button {
        cursor: pointer;
        border: outline;
        background: none;
        font-size: 1.25rem;
        font-weight: 100;
        border-radius: 30px;
    }

.modal-body {
    padding: 10px 15px;
    font-family: system-ui;
    background-color: #F0F0F0;
}



.otp {
    background-color: #F8F8F8;
}

.digit-group {
    align-items: center;
    padding-top: 10px;
    padding-left: 40px;
    padding-bottom: 30px;
    align-content: center;
}

.digit-group-ckyc {
    align-items: center;
    padding-top: 10px;
    padding-left: 40px;
    padding-bottom: 30px;
    align-content: center;
}

.digit-group input {
    width: 30px;
    height: auto;
    background-color: #F8F8F8;
    border: none;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    font-family: 'Raleway', sans-serif;
    font-weight: 200;
    color: black;
    margin: 0 2px;
}

.digit-group-ckyc input {
    width: 30px;
    height: auto;
    background-color: #F8F8F8;
    border: none;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    font-family: 'Raleway', sans-serif;
    font-weight: 200;
    color: black;
    margin: 0 2px;
}

.digit-group .splitter {
    padding: 0 5px;
    color: white;
    font-size: 24px;
}

.digit-group-ckyc .splitter {
    padding: 0 5px;
    color: white;
    font-size: 24px;
}

.prompt {
    padding-left: 20px;
    padding-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
    color: #B0B0B0;
    font-family: system-ui;
}


.model-footer {
    padding: 10px 15px;
    align-items: center;
    display: flex;
    font-size: 80%;
    font-family: system-ui;
}


    .model-footer .upload-button {
        margin-top: 5px;
        margin-left: 0px;
        font-size: 130%;
        font-family: system-ui;
        border-radius: 10px;
        background-color: #003366;
        color: white;
        width: 50%;
        padding-top: 5px;
        padding-bottom: 5px;
        cursor: pointer;
    }

    .model-footer .resend-otp {
        display: flex;
        margin-left: 5px;
        margin-top: 3px;
        cursor: pointer;
        background: none;
        color: #003366;
        font-size: 110%;
    }

#overlay {
    position: fixed;
    opacity: 0;
    transition: 200ms ease-in-out;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .3);
    pointer-events: none;
}

    #overlay.active {
        opacity: 1;
        pointer-events: none;
        /* backdrop-filter: static;
   */
    }
