@import url(
"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

body {
    /* height: 630px; */
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 30px;
}

header {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 16px;
}

.heading {
    color: green;
}

.title {
    font-weight: 400;
    letter-spacing: 1.5px;
}

.container-1 {
 margin-bottom: 20px;
 border: 1px solid #e9e9e9;
 width: 500px;
 background-color: white;
 position: relative;
 box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
 overflow: hidden;
 /* margin-left: 64px; */
 /* height: 260px; */
 border-radius: 20px;
 margin: 0px auto;
 margin-bottom: 30px;
}

.btn {
    height: 63px;
    /* width: 411px; */
    margin: 1px auto;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    box-shadow: box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 0px;
    /* background-color: #2290d5; */
    display: flex;
    justify-content: space-around;
    align-items: center;
    /* line-height: 31px; */
    margin-bottom: 20px;
}

.login{
    font-size: 19px;
    border: none;
    color: #000;
    outline: none;
    background-color: transparent;
    position: relative;
    cursor: pointer;
    text-align: center;
    /* line-height: 1px; */
}
.signup{
    font-size: 19px;
    border: none;
    outline: none;
    background-color: transparent;
    position: relative;
    cursor: pointer;
    /* margin-left: 0px; */
    text-align: center;
}

.slider {
    height: 52px;
    width: 200px;
    font-weight: 900;
    border-radius: 20px;
    background: linear-gradient(to right, rgb(255, 195, 110), rgb(255, 146, 91));
    position: absolute;
    top: 6px;
    color: #fff;
    left: 35px;
    transition: all 0.5s ease-in-out;
}

.moveslider {
    left: 280px;
}

.form-section {
    /* height: 363px; */
    width: 1000px;
    padding: 5px 0;
    display: flex;
    position: relative;
    transition: all 0.5s ease-in-out;
    left: 0px;
}

.form-section-move {
    left: -500px;
}

.login-box,
.signup-box {
    /* height: 100%; */
    width: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: center; */
    padding: 0px 40px;
}

.login-box {
    gap: 0px;
}

.signup-box {
    gap: 9px;
}

.ele {
    height: 60px;
    width: 350px;
    outline: none;
    border: none;
    color: rgb(77, 77, 77);
    background-color: rgb(240, 240, 240);
    border-radius: 20px;
    padding-left: 30px;
    font-size: 18px;
}

.clkbtn {
    /* height: 60px; */
    /* width: 165px; */
    border-radius: 6px;
    /* background-image: linear-gradient(to right, rgb(255, 195, 110), rgb(255, 146, 91)); */
    font-size: 18px;
    background: linear-gradient(to right, rgb(255, 195, 110), rgb(255, 146, 91));
    border: none;
    color: #fff;
    cursor: pointer;
    /* margin-top: -5px; */
    padding: 5px 24px;
    font-weight: 500;
}

/* For Responsiveness of the page */

@media screen and (max-width: 650px) {
    .container-1 {
   
        width: 300px;
        margin-bottom: 235px;
        margin-top: -116px;
        margin-left: -24px;
    }

    


    .ele {
        height: 60px;
        width: 350px;
        outline: none;
        border: none;
        color: rgb(77, 77, 77);
        background-color: rgb(240, 240, 240);
        border-radius: 50px;
        padding-left: 30px;
        font-size: 18px;
    }


    .title {
        font-size: 15px;
    }

    .btn {
        height: 61px;
        width: 250px;
        margin: 20px auto;
    }

    .login,
    .signup {
        font-size: 19px;
        border: none;
        outline: none;
        background-color: transparent;
        position: relative;
        cursor: pointer;
        margin-right: 60px;
    }
    

    .slider {
        height: 71px;
        width: 133px;
        left: 19px;
        top: 10px;
    }

    .moveslider {
        left: 150px;
    }

    .form-section {
        height: 500px;
        width: 600px;
    }

    .form-section-move {
        left: -300px;
    }

    .login-box,
    .signup-box {
        height: 100%;
        width: 300px;
    }

    .ele {
        height: 50px;
        width: 250px;
        font-size: 15px;
    }

    .clkbtn {
        height: 50px;
        width: 130px;
        font-size: 19px;
    }
}

@media screen and (max-width: 320px) {
    .container-1 {
        height: 600px;
        width: 250px;
    }

    .heading {
        font-size: 30px;
    }

    .title {
        font-size: 10px;
    }

    .btn {
        height: 50px;
        width: 200px;
        margin: 20px auto;
    }

    .login,
    .signup {
        font-size: 19px;
    }

    .slider {
        height: 50px;
        width: 100px;
        left: 27px;
    }

    .moveslider {
        left: 127px;
    }

    .form-section {
        height: 500px;
        width: 500px;
    }

    .form-section-move {
        left: -250px;
    }

    .login-box,
    .signup-box {
        height: 100%;
        width: 250px;
    }

    .ele {
        height: 50px;
        width: 220px;
        font-size: 15px;
    }

    .clkbtn {
        height: 50px;
        width: 130px;
        font-size: 19px;
    }
}

/* .img-banner{*/
/*    width: 670px;*/
/*    margin-top: 17px;*/
/*    margin-left: -22px;*/
/*}*/

.img-banner{
    width: 728px;
    margin-top: -1px;
    /* margin-left: -56px; */
    border-radius: 20px 20px 0px 0px;
}

.header-1{
    background-color: #2290d5;
    color: #ffff;
    border-radius: 5px;
    width: 295px;
    margin: 0px auto;
    padding: 6px;
    text-align: center;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
    margin-top: 13px;
    font-size: 24px;
    /* margin-left: 154px; */
    /* margin-bottom: -24px; */
}

@media screen and (max-width: 650px) {
    .content-wthree   .img-banner{
        width: 355px;
        margin-left: -57px;
        margin-top: 175px;
        margin-bottom: 192px;

    }
}


@media screen and (max-width: 650px) {
    .header-1{
        background-color: #a31e21;
        color: #ffff;
        border-radius: 20px;
        width: 295px;
        margin: 0px auto;
        padding: 8px;
        text-align: center;
        box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
        /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
        margin-top: -176px;
        margin-left: -34px;
        margin-bottom: 99px;
    }
}

.content-wthree {
    /* flex-basis: 60%; */
    height: auto;
    /* -webkit-flex-basis: 100%; */
    box-sizing: border-box;
    width: 728px !important;
    margin: 0px auto;
    /* padding: 0px 3.5em; */
    background: #fff;
    box-shadow: -30px 11px 49px 43px rgb(0 0 0 / 10%);
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-radius: 20px;
    margin-top: 20px;
}



@media screen and (max-width: 650px) {
    .content-wthree  {
        flex-basis: 60%;
        -webkit-flex-basis: 100%;
        width: 360px !important;
        box-sizing: border-box;
        margin: 0px auto;
        padding: 0px 3.5em;
        background: #fff;
        box-shadow: 2px 9px 49px -17px rgb(0 0 0 / 10%);
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
    }
} 

label {
    color: #000 !important;
    font-weight: 600;
}
