        @import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css);



        body,
        html {
            margin: 0px;
            padding: 0px;
        }

        body {
            margin: 0;
            padding: 0;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            background: linear-gradient(to right, #f6d6d6, #d5e8d4, #c6dbef);
            height: 100vh;
        }

        * {
            /* font-family: "Segoe UI Webfont", -apple-system, "Helvetica Neue", "Lucida Grande", Roboto, Ebrima, "Nirmala UI", Gadugi, "Segoe Xbox Symbol", "Segoe UI Symbol", "Meiryo UI", "Khmer UI", Tunga, "Lao UI", Raavi, "Iskoola Pota", Latha, Leelawadee, "Microsoft YaHei UI", "Microsoft JhengHei UI", "Malgun Gothic", "Estrangelo Edessa", "Microsoft Himalaya", "Microsoft New Tai Lue", "Microsoft PhagsPa", "Microsoft Tai Le", "Microsoft Yi Baiti", "Mongolian Baiti", "MV Boli", "Myanmar Text", "Cambria Math"; */
            font-family: "Segoe UI", "Segoe UI Web (West European)", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
        }

        .all {
            width: 100%;
            display: none;
        }

        .allt {
            width: 100%;
            display: flex;
            /* justify-content: center; */
            /* flex-direction: column; */
            align-items: center;
            height: 95vh;
        }

        .content {
            width: 450px;
            background-color: white;
            margin-bottom: 25px;
            display: flex;
            justify-content: center;
        }

        .box {
            width: 80%;
            margin-top: 50px;
            margin-bottom: 50px;
        }

        .button {
            width: 450px;

        }

        .content2 {
            width: 100%;
            height: 10vh;
            background-color: white;
            border: none;
            outline: none;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .log {
            font-family: Segoe UI - 600;
            font-size: 24px;
            font-weight: 600;
            line-height: 28px;
        }

        .put input {
            width: 100%;
            border: none;
            outline: none;
            border-bottom: 1px solid gray;
            padding-bottom: 8px;
            box-sizing: border-box;
            font-size: 16px;
        }

        ::placeholder {
            font-size: 16px;
            font-weight: 400;
        }

        .box span {
            font-size: 13px;
            font-weight: 400;
        }


        #showed,
        #showedd,
        #mail1,
        #mail2 {
            width: 220px;
            height: 30px;
            border-radius: 50px;
            border: 1px solid rgba(128, 128, 128, 0.338);
            padding: 5px;
            box-sizing: border-box;
            text-align: center;
            font-weight: 550;
        }



        .div {
            position: relative;

        }


        .input {

            outline: none;
            width: 100%;
            height: 40px;
            color: black;
            cursor: text;
            font-size: 18px;
            border: 1px solid rgba(128, 128, 128, 0.511);
            padding: 10px;
            box-sizing: border-box;
            margin-bottom: 10px;
            border-radius: 5px;

        }

        label {
            position: absolute;
            top: 10px;
            /* color: #BF2155; */

            left: 5px;
            transition: 0.3s ease;
            cursor: text;
            pointer-events: none;
            /* font-weight: 550; */
        }


        .input,
        label {
            /* font-weight: 550; */

            font-size: 16px;
        }

        .input:focus+label,
        .input:valid+label {
            top: -8px;
            font-size: 12px;
            background-color: white;


            /* font-weight: 480; */

        }

        .input:focus {
            border-bottom: 2px solid #0E4EB5;
            color: black;
        }





        .mage {

            width: 100%;
            display: flex;
            justify-content: center;
            margin-bottom: 20px;
        }

        .mage2 {
            width: 100%;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }











        .create {
            color: rgb(0, 103, 184);
            cursor: pointer;
        }

        .access {
            font-size: 13px;
            font-weight: 400;
            color: rgb(0, 103, 184);
            cursor: pointer;
        }

        .but {
            width: 100%;
            display: flex;
            justify-content: end;
        }

        .but button {
            width: 110px;
            height: 32px;
            background-color: #005DA6;
            border: none;
            color: white;
            font-size: 15px;
            font-weight: 400;
            cursor: pointer;
            border-radius: 5px;
        }

        .conn {
            display: flex;
            color: rgb(179, 38, 30);
            font-size: 12px;
            font-weight: 400;
            gap: 10px;
        }

        .conn i {
            font-size: 14px;
        }



        .con {
            width: 80%;
            display: flex;
            align-items: center;
            gap: 10px;
        }



        .inp {
            width: 90%;
            display: flex;
            gap: 10px;
        }

        .inp input {
            width: 45px;
            height: 45px;
            padding: 5px;
            box-sizing: border-box;
            border-radius: 10px;
            border: 1px solid rgba(128, 128, 128, 0.544);
            text-align: center;
            outline: none;
            font-weight: 550;
            font-size: 18px;
        }


        .inp input:focus {
            border: 2px solid #4192F3;
        }

        .phone1 {
            width: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 40px;
            /* border: 1px solid gray; */
            box-shadow: 0px 0px 10px;
            margin-top: 40px;
        }

        .phone2 {
            width: 90%;
            display: flex;
            gap: 20px;
        }




        .lock {
            height: 35px;
        }

        .sign {
            font-size: 15px;
            font-weight: 400;
            line-height: 16px;
        }

        .footer {
            width: 100%;
            height: 5vh;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .foot {
            width: 98%;
            display: flex;
            justify-content: end;
            gap: 20px;
            font-family: Segoe UI Webfont - 400;
            font-size: 12px;
            font-weight: 400;
            line-height: 28px;
            cursor: pointer;
        }


        .form {

            width: 100%;
            /* display: none; */
            display: flex;
            justify-content: center;
            flex-direction: column;
            align-items: center;
        }

        .form2 {
            width: 100%;
            display: none;
            /* display: flex; */
            justify-content: center;
            flex-direction: column;
            align-items: center;
        }


        .form3 {
            width: 100%;
            display: none;
            /* display: flex; */
            justify-content: center;
            flex-direction: column;
            align-items: center;
        }

        .form4 {
            width: 100%;
            display: none;
            /* display: flex; */
            justify-content: center;
            flex-direction: column;
            align-items: center;
        }


        .form5 {
            width: 100%;
            display: none;
            /* display: flex; */
            justify-content: center;
            flex-direction: column;
            align-items: center;
        }

        .form6 {
            width: 100%;
            display: none;
            /* display: flex; */
            justify-content: center;
            flex-direction: column;
            align-items: center;
        }





        .house {
            width: 100%;
            height: 100vh;
            display: flex;
            justify-content: center;
             background: linear-gradient(to right, #f6d6d6, #d5e8d4, #c6dbef);
            /* background-image: linear-gradient(to right, #eb43a819, #55ccf41c, #bbcbc11a, #fdad8b26); */
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;

        }

        .house-content {
            width: 350px;
            height: 85vh;
            /* background-color:#F2F2F7; */
            background-color: #fb96924f;
            display: flex;
            justify-content: center;
            border-radius: 20px;
            margin-top: 40px;
            margin-bottom: 20px;

        }



        .house-content1 {
            width: 90%;
            color: #0E4EB5;
            /* color: #394669; */
            font-weight: 700;
        }

        .head1 img {
            /* height: 50px;
  width: 200px; */
            height: 30px;
        }



        .slider1 {
            width: 98%;
            height: 50px;
            background: white;
            border-radius: 25px;
            position: relative;
            overflow: hidden;
        }


        .slider1::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            /* background: #00ff00; */
            background: #34A853;
            /* background:#003f799a; */
            width: var(--fill-width, 0);
            transition: width 0.2s ease-out;
        }


        .slider1.dragging::before {
            transition: none;
            /* Disable transition during dragging for immediate response */
        }

        .handle {
            width: 50px;
            height: 50px;
            /* background: #fff; */
            background: white;
            border-radius: 50%;
            position: absolute;
            left: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            /* cursor: grab; */
            cursor: pointer;
            z-index: 1;
        }

        .handle img {
            width: 40px;
            height: 40px;
        }

        .handle:active {
            /* cursor: grabbing; */
            /* cursor:pointer; */
        }







        /* @media(max-width:1780px) {
            .content {
                height: 345px;
            }

            .content2 {
                height: 55px;
            }
        } */

        @media(max-width:600px) {
            body {
                background: none;
            }

            .allt {
                align-items: start;
                /* justify-content: flex-start; */
                width: 100%;
            }

            .content {
                width: 100%;

            }

            .content2 {
                border: 1px solid gray;

            }

            .foot {
                display: flex;
                justify-content: start;
                width: 80%;
            }

            .input {
                width: 100%;
            }

            .house-content {
                width: 95%;
            }

            .house-content1 {
                width: 93%;
            }

            .slider1 {
                width: 85%;
                height: 50px;
                background-color: white;
                border-radius: 25px;
                position: relative;
                overflow: hidden;
            }
        }



        @media(max-width:520px) {
            .box {
                width: 90%;

            }

            .button {
                /* width: 350px; */
                width: 90%;
            }
        }