﻿/*body {
}*/
@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: 100vh;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 30px;
    background-color: rgb(231, 231, 231);
}

header {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
}*/

/*.heading {
    color: green;
}

.title {
    font-weight: 400;
    letter-spacing: 1.5px;
}*/

.container1 {
    height: 500px;
    width: 400px;
    background: rgba(255, 255, 255, 0.45);
    /* background-color: white;*/
    box-shadow: 8px 8px 20px rgb(128, 128, 128);
    position: relative;
    overflow: hidden;
}

.btn1 {
    height: 60px;
    width: 400px;
    margin: 20px auto;
    /* background-color: #000000;*/
    box-shadow: 10px 10px 30px rgb(254, 215, 188);
    border-radius: 50px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #241200;
   
}

.login,
.signup {
    font-size: 22px;
    border: none;
    outline: none;
    background-color: transparent;
    color: rgb(240, 240, 240);
    position: relative;
    cursor: pointer;
}

.slider {
    height: 60px;
    width: 150px;
    border-radius: 50px;
    background-image: linear-gradient(to right, rgb(255, 195, 110), orange);
    position: absolute;
    top: 20px;
    left: 10px;
    transition: all 0.5s ease-in-out;
}

.moveslider {
    left: 250px;
}

.form-section {
    height: 300px;
    width: 300px;
    padding: 20px 0;
    display: flex;
    position: relative;
    transition: all 0.5s ease-in-out;
    left: -40px;
}

.form-section-move {
    left: -500px; /*-500px;*/
}

.login-box,
.signup-box {
    height: 100%;
    width: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0px 0px;
   /* padding: 0px 40px;*/
}

/*.login-box {
    gap: 25px;
}*/

.signup-box {
    gap: 25px;
}
/*.car-box {
    gap: 30px;
}*/
.ele {
    height: 40px;
    width: 350px;
    outline: none;
    border: none;
    color: rgb(77, 77, 77);
    background-color: rgb(240, 240, 240);
  /*  border-radius: 50px;*/
    padding-left: 40px;
    font-size: 18px;
}

.clkbtn {
    height: 50px;
    width: 200px;
    border-radius: 2px;
    background-image: linear-gradient(to right, rgb(255, 195, 110), orange);
    font-size: 20px;
    border: none;
    cursor: pointer;
    background-color: orange;
    /*padding-top: 30px;*/
}

/* For Responsiveness of the page */

@media screen and (max-width: 650px) {
    .container1 {
        margin-top: 30px;
        height: 500px;
        width: 400px;
       
    }
    .imger 
    {
        width: 150px;
        height: 115px;
    }
   /* .title {
        font-size: 15px;
    }*/

    .btn1 {
        height: 50px;
        width: 400px;
        margin: 20px auto;
    }

    .login,
    .signup {
        font-size: 19px;
    }

    .slider {
        height: 50px;
        width: 150px;
        left: 10px;
    }

    .moveslider {
        left: 250px;
    }

    .form-section {
        margin-top: 0px;
        height: 400px;
        width: 500px;
    }

  /*  .form-section-move {
        left: -280px;
    }*/

    .login-box,
    .signup-box {
        height: 300px;
        height: 100%;
        width: 500px;
    }

    .ele {
        height: 50px;
        width: 350px;
        font-size: 15px;
    }

    .clkbtn {
        height: 50px;
        width: 130px;
        font-size: 19px;
    }
}

@media screen and (max-width: 320px) {
    .container1 {
        height: 600px;
        width: 250px;
    }

    .headerHeight {
        height: 600px;
    }
}
  
  
   

   


