body {
    background: #619BD9;
    color: #1b407d;
}
.adventure {
    background: #619BD9;
    width: 100%;
}
.pagehdwrap {
    display: block;
    overflow: hidden;
    margin: 0 0 20px;
    border-bottom:1px solid #FFF;
}
.pagehding {
    color: #001e48;
    display: block;
    font-size: 26px;
    line-height: normal;
    font-weight: 600;
    margin: 0 0 10px;
    overflow: hidden;
    text-transform: uppercase;
}
.logindown {
    background: #0C4D8A;
    border: 2px solid #0C4D8A;
    border-radius: 5px;
}

.userorlogin {
    font-weight: 600;
    color: #fff;
    display: block;
    font-size: 14px;
    padding: 0px 30px;
    line-height: 37px;
    overflow: hidden; /*padding-right:20px;*/
    text-overflow: ellipsis;
    white-space: nowrap;
    width: fit-content;
    text-transform: uppercase;
}

.changeMobileNo {
    background-color: white;
    border: none;
    color: #1b407d;
    padding-left: 0px;
    margin-top: 0.5rem;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size:16px
}

.editmobile svg {
    margin-right: 0.1rem;
    margin-left: 0.1rem;
    fill: #1b407d;
    width: 14px;
    height: 14px;
}

.resendtxt {
    color: #1b407d;
    padding-left: 0px;
    text-align: left;
    margin-bottom: 1rem;
    margin-top: .7rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 16px;
}

.resendButton {
    background-color: white;
    border: none;
    color: #0c4d8a;
    padding-left: 0px;
    cursor: pointer;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
}
.container {
    max-width: 100%;
}

.preText {
    display: none;
}

.postText {
    display: block;
}

@media screen and (max-width: 500px) {
    .changeMobileNo {
        font-size: 14px
    }

    .resendtxt {
        font-size: 14px;
    }

    .resendButton {
        font-size: 14px;
    }
}