body {}

    .body-container {
        padding-top: 20px;
        max-width: 780px;
        overflow-x: hidden;
        font-family: Inter;
        font-style: normal; 

    }

    a{
        text-decoration: none;
        color:inherit;
    }

    @keyframes animatedBackground {
        0% {
            background-position: 0 bottom;
        }

        100% {
            background-position: 100% bottom;
        }
    }

    .form-scroll::-webkit-scrollbar,
    .form-scroll::-webkit-scrollbar-thumb {
        width: 6px;
        border-radius: 13px;
        background-clip: padding-box;
        border: 2px solid transparent;
    }

    .form-scroll::-webkit-scrollbar-thumb {
        box-shadow: inset 0 0 0 10px;
    }

    .basic-form .form-scroll {
        max-height: calc(100vh - 270px);
        overflow-y: auto;
        overflow-x: hidden;
        background: white;
        color: rgba(0, 0, 0, 0);
        text-shadow: 0 0 black;
        transition: color .3s ease;
    }

    .display-flex {
        display: flex;
        overflow-x: hidden;
    }

    /* page 1 start */

    .singup-container {
        font-family: 'Inter', sans-serif;
        max-width: 865px;
        padding: 5vh;
        margin: auto;
        margin-top: 18vh;
        width: 400px;
        background: #fff;
        height: auto;
        border: 2px solid #FFFFFF;
        box-shadow: 4px 8px 19px rgba(0, 0, 0, 0.25);
        border-radius: 20px;
        justify-content: center;
        align-items: center;
        text-align: center;
        /* padding-bottom: 70px; */

    }

    .logo p {
        font-family: Inter;
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 17px;
        /* identical to box height */


        color: #565656;

    }

    .input1 {
        display: flex;

    }

    .input1 input {
        padding: 6px;
        margin-left: 3px;
        width: 154px;
        height: 54px;
        left: 451px;
        top: 413px;

        border: 1px solid #839FC0;
        border-radius: 5px;
    }

    .input1 select {
        padding: 6px;
        margin-left: 3px;
        width: 154px;
        height: 54px;
        left: 451px;
        top: 413px;

        border: 1px solid #839FC0;
        border-radius: 5px;
    }

    .input2 input {
        padding: 6px;
        margin-left: 3px;
        width: 154px;
        height: 54px;
        left: 451px;
        top: 413px;

        border: 1px solid #839FC0;
        border-radius: 5px;
        margin-top: 5px;
    }

    .input2 textarea {
        padding: 6px;
        margin-left: 3px;
        width: 154px;
        height: 54px;
        left: 451px;
        top: 413px;

        border: 1px solid #839FC0;
        border-radius: 5px;
        margin-top: 5px;
    }

    .image {
        position: absolute;
        margin: 5em 35em;
    }

    .below_container{
        color:#494949; 
        font-size: 14px; 
        display: flex; 
        justify-content: space-between; 
        width: calc(100% + 8vh); 
        position: relative; 
        top:45px; 
        left:-30px;
    }

    .below_container a:hover{
        
    }

    @media screen and (max-width: 500px) {
        .input1 {
            display: flex;
            width: 60%;

        }
        .below_container{
            width:100%;
            left:0px;
        }

        body {
            padding: 10px;
            justify-content: center;
            text-align: center;
            margin: auto;
        }

        .image {
            position: relative;
            margin: auto;

        }

        .singup-container {
            font-family: 'Inter', sans-serif;

            padding: 20px;
            margin: auto;
            margin-top: 50px;
            width: 100%;
            height: 100%;


            background: #FFFFFF;
            border: 2px solid #FFFFFF;
            box-shadow: 4px 8px 19px rgba(0, 0, 0, 0.25);
            border-radius: 20px;
        }

        #last-name {
            width: 85px !important;
        }

        #email {
            width: 100% !important;

        }

        #brand-name {
            width: 335px !important;

        }

    }

    /* page 1 ends */
    /* page 2 start */
    .otp {
        display: flex;
        /* padding:0 10px; */

        /* padding-top: 30px; */
        margin-left: -10px;

    }

    .otp input {
        margin-left: 10px;

        width: 26px;
        height: 30px;
        left: 422px;
        top: 499px;

        border: 1px solid #839FC0;
        box-sizing: border-box;
        border-radius: 2px;

    }

    .otp div input {
        width: 100%;
        height: 100%;
        border: 0px;
    }

    .otp-timer {
        position: absolute;
        margin: -11px 320px;
        color: #415F8B;
    }

    /* page 2 ends */

    /* page 3 starts */
    .skip {
        width: 108px;
        color: white;
        height: 36px;
        left: 669px;
        top: 726px;
        padding: 20px;
        background: #153059;
        border-radius: 25px;
        outline: none;
        text-decoration: none;
        border: none;
        text-align: center;
        padding: 0 10px;
        float: right;
        transition: 0.5s;
        cursor: pointer;


    }

    .skip:hover {
        background: white !important;
        color: #153059 !important;
        border: 2px solid #153059 !important;
        font-weight: bold;
    }

    .submit:hover {
        background: white !important;
        color: #E40678 !important;
        border: 2px solid #E40678 !important;
        font-weight: bold;

    }


    .submit {
        cursor: pointer;
        float: right;
        margin: 0 80px;

        padding: 0 10px;
        width: 108px;
        color: white;
        height: 36px;
        left: 669px;
        top: 726px;
        border-radius: 25px;
        outline: none;
        text-decoration: none;
        border: none;
        text-align: center;
        padding: 0 10px;
        float: right;

        /* Grey/1_153059 */

        background: #E40678;
        outline: none;
        transition: 0.5s;
    }

    /* page 3 ends */

    .next_arrow_btn {
        width: 36px;
        height: 28px;
        background: #E40678;
        border-radius: 50%;
        float: right;
        color: white;
        text-align: center;
        cursor: pointer;
    }













    .form-group {
        position: relative;
        padding: 3px 0;

    }

    .form-group input {
        border-bottom: 1px solid #9e9e9e;
        color: #333;
        display: block;
        font-size: 16px;

    }

    .form-group label {
        color: #839FC0;
        background: white;
        padding: 0 3px;
        font-size: 15px;
        font-weight: 400;
        position: absolute;
        top: -4px;
        left: 8px;
        pointer-events: none;
        transform: translateY(30px);
    }

    .form-group input:valid,
    .form-group input:focus {
        border-color: #2296F3;
        outline: none;
    }

    .form-group input:valid+label,
    .form-group input:focus+label {
        color: #2296F3;
        font-size: 14px;
        transform: translateY(0);
    }

    .form-group label {
        transition: all 0.2s ease-in-out;
    }

    .error span {
        font-weight: normal;

        font-size: 12px;
        line-height: 150%;
        color: #E23B3B;

        mix-blend-mode: normal;
        margin-top: 2px;
        margin-bottom: -5px;
        position: relative;
        top: -6px;
    }

    .error {
        margin-top: 5px;
        display: none;
        text-align:left;
    }















    body {
        margin: 0;
    }

    h1 {
        font-weight: 300;
        letter-spacing: 2px;
        font-size: 48px;
    }

    p {
        /* letter-spacing: 1px; */
        font-size: 15px;
        color: #333333;
    }

    .header {
        margin-top: -50px;
        position: absolute;
        text-align: center;
        /* background: linear-gradient(60deg, rgba(84,58,183,1) 0%, rgba(0,172,193,1) 100%); */
        background: #fff;
        color: white;
        width: 100%;
    }

    .logo {
        /* width:50px; */
        fill: white;
        padding-right: 15px;
        display: inline-block;
        vertical-align: middle;
    }

    .inner-header {
        height: 5vh;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .flex {
        /*Flexbox for containers*/
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .waves {
        display: none;
        position: relative;
        width: 100%;
        height: 35vh;
        margin-top: max(418px,56vh);
        min-height: 105px;
        max-height: 1200px;
    }

    .content {
        position: relative;
        height: 20vh;
        text-align: center;
        background-color: white;
    }

    /* Animation */

    .parallax>use {
        animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
    }

    .parallax>use:nth-child(1) {
        animation-delay: -2s;
        animation-duration: 7s;
    }

    .parallax>use:nth-child(2) {
        animation-delay: -3s;
        animation-duration: 10s;
    }

    .parallax>use:nth-child(3) {
        animation-delay: -4s;
        animation-duration: 13s;
    }

    .parallax>use:nth-child(4) {
        animation-delay: -5s;
        animation-duration: 20s;
    }

    @keyframes move-forever {
        0% {
            transform: translate3d(-90px, 0, 0);
        }

        100% {
            transform: translate3d(85px, 0, 0);
        }
    }

    /*Shrinking for mobile*/
    @media (max-width: 500px) {
        .waves {
            /* height:40px; */
            min-height: 40px;
        }

        .content {
            height: 30vh;
        }

        h1 {
            font-size: 24px;
        }
    }

    .warning_error_img {
        width: 20px;
    }

    .btn_list_final {
        position: relative;
        top: -47px;
        right: 45px;
    }

    .border_circle {
        outline: #836a6a solid 1px;
    }

    .forgot {
        font-weight: 500;
        font-size: 12px;
        line-height: 15px;
        /* identical to box height */


        color: #153059;
        float: right;
        cursor: pointer;

    }
    .forgot p{
        font-size: 14px;
        color:#153059;
        margin-right: 5px;
        padding:4px;
    }
    .forgot p:hover, .accnt-create a:hover{
        /* background-color:#e8effc; */
        border-radius: 3px;
        color:#1a73e8;
    }

    .links {
        font-weight: 500;
        font-size: 15px;
        line-height: 15px;
        /* padding-top: 70px; */


        color: #898989;

    }

    .links a {
        color: #E40678 !important;
        padding:4px;
    }
    .links a:hover {
        background-color:#f4eff1;
        border-radius:4px;
    }

    .login {
        width: 113px;
        height: 29.16px;
        border-radius: 20px;
        background: #E40678;
        color: white;
        float: right;
        cursor: pointer;
        transition: 0.5s;


    }
    .login:hover{
        background:white;
        color:#E40678;

    }

    .login p {
        color: white;
        margin-top: 4px;

    }
    
  .accnt-create{
        float: left;
        margin-top:0px;
        font-weight: 500;
    }
    .accnt-create a{
        text-decoration: none; color:#153059; padding:5px;
    }
    .accnt-btn{
        padding-top:35px;
        margin-bottom:-25px;
    }



.next_arrow_btn {
        margin-top: 2px;
        padding: 4px 30px;
        padding-top:9px;
        background: #E40678;
        border-radius: 20px;
        float: right;
        color: white;
        text-align: center;
        cursor: pointer;
        transition: 0.5s;
        height:25px;
    }
    .next_arrow_btn:hover{
        color: #E40678;
        background: white;
        border:1px solid #E40678;
        font-weight: bold;

        
    }

    @media (max-width: 500px){
        .waves{
            display:none;
        }
        .singup-container {
            font-family: 'Inter', sans-serif;
        
            padding: 0px;
            margin: auto;
            margin-top: 118px;
            width: 100%;
        }
        .next_arrow_btn{
            margin-top:0px;
            margin-right:10px;
        }
        .values1{
            margin-left:-150px!important;
        }
        .logo {

            fill: white;
            text-align: start !important;
            padding-right: 104px;
            display: inline-block;
            vertical-align: middle;
        }
        .image {
            position: relative;
            margin: auto;
            width: 117%;
        }

        .singup-container {
            font-family: 'Inter', sans-serif;
            padding: -1px !important;
            margin: auto;
            margin-top: 90px;
            width: 100%;
            height: 89vh;
            background: #FFFFFF;
            border: 2px solid #FFFFFF;
            box-shadow: none;
            border-radius: 20px;
        }
        .image img{
            display: none;
        }

        .links {
            font-weight: 500;
            font-size: 15px;
            line-height: 15px;
            margin: 50px 0px;
            margin-left: -4px;
            color: #898989;
        }
        .accnt-create{
            margin-top:10px;
        }
        .accnt-btn{
            padding-top:20px;
        }
        .login {
            width: 113px;
            height: 29.16px;
            border-radius: 20px;
            background: #E40678;
            color: white;
            cursor: pointer;
        }
        #password{
            width:100% !important;
        }
        #eye{
            /* margin: 0px !important; */
            float:right !important;
            margin-top:20px !important;
            margin-right: 18px !important;
            position: relative !important;
        }
        

    }

    .values1{
        height:40px;
        width:200px;
        margin-left:-190px;
        margin-bottom:10px;
        border-radius:20px;
        padding:10px;
        border:solid 1px #E40678;
        outline:none;
        color:#E40678;
        font-family: Inter;
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        padding-right:80px;
        -webkit-appearance: none;

    }
    .values1{
        text-align:center;
    }
    select option{
        padding-bottom:5px;
    }
    @media screen and (max-width: 500px) {
        .below_container{
            top:65px!important;
        }
    }