
        *{
            margin: 0px;
            padding: 0px;
            box-sizing: border-box;
            font-family: Arial, Helvetica, sans-serif;
        }
        #top {
            width: 27%;
            margin: auto;
           
        }
        #align {
            display: flex;
            justify-content: start;
            align-items: center;
            margin-left: 30px;
            padding-top: 20px;
            padding-bottom: 20px;
          }
        h1 {
            margin-top: 30px;
            margin-bottom: 20px;
            text-align: left;
            padding-left: 22px;
            font-weight: 500;
        }
        .anc_tag {
            text-decoration: none;
        }
        a {
            color: #3662d8;
        }
        form {
            text-align: center;
        }
        #password {
            font-family: Verdana, Geneva, Tahoma, sans-serif;
            letter-spacing: 0.1ch;
        }
        #c1{
            width: 20px;
            height: 20px;
            
        }
        p{
            font-size: 13px;
            text-align: left;
            padding-left: 22px;
            line-height: 18px;
        }
        #cards > div{
            margin-bottom: 15px;
        }
        #email,#password,#submit{
            width: 370px;
            height: 47px;
            border: 1px solid rgb(48, 48, 48);
            border-radius: 8px;
            padding-left: 10px;
            
        }
        #submit{
            
            background-color: #3662d8;
            border: 1px solid transparent;
            color: white;
            font-weight: bold;
            font-size: 15px;
        }
        #buttom {
            width: 100px;
            margin: auto;
            margin-top: 20px;           
            display: grid;
            grid-template-columns: repeat(3,1fr);
            grid-template-rows: 40px;
            gap: 25px;
        }
        
        #buttom > div >a {
            width: 10px;
            height: 10px;
            margin-top: 20px;           
        }
        #buttom > div >img {
            display: block;
            width: 10px;
            height: 10px;
        }
        #continue {
            margin-top: 40px;
            text-align: center;
        }
        #navbar {
            display: flex;
            justify-content: space-between;
            margin-left: 20px;
            align-items: center;
        }
        @media all and (min-width: 768px) and (max-width: 1024px) {
            #navbar >div:nth-child(2) {
                width: 10%;
                height: 80%;
                margin-top: 5px;
                margin-left: 20px;
            }
            
            #top {
                width: 40%; 
            }
            h1 {
            margin-top: 30px;
            margin-bottom: 20px;
            text-align: left;
            padding-left: 8px;
            font-weight: 500;
            }
            #email,#password,#submit{
            width: 300px;
            height: 40px;
            border: 1px solid rgb(48, 48, 48);
            border-radius: 8px;
            padding-left: 10px; 
            }
            #submit{
            
            background-color: #3662d8;
            border: 1px solid transparent;
            color: white;
            font-weight: bold;
            font-size: 15px;
            }
            p{
            font-size: 10px;
            text-align: left;
            padding-left: 10px;
            line-height: 18px;
            }


        }
        @media all and (min-width: 220px) and (max-width: 767px) {
            #top {
                width: 55%; 
            }
            h1 {
            margin-top: 30px;
            margin-bottom: 20px;
            text-align: left;
            padding-left: 8px;
            font-weight: 500;
            }
            #email,#password,#submit{
            width: 300px;
            height: 40px;
            border: 1px solid rgb(48, 48, 48);
            border-radius: 8px;
            padding-left: 10px; 
            }
            #submit{
            
            background-color: #3662d8;
            border: 1px solid transparent;
            color: white;
            font-weight: bold;
            font-size: 15px;
            }
            p{
            font-size: 10px;
            text-align: left;
            padding-left: 10px;
            line-height: 18px;
            }
        }
 
        #navbar {
            width: 100%;
            height: 60px;
            border: 1px solid transparent;
            box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
            display: flex;
            justify-content: flex-start;
            
        }
        #navbar > div {
            width: 10%;
            height: 80%;
            margin-top: 5px;
            margin-left: 20px;
            
        }
        #navbar > div:nth-child(2){
            margin-left: 470px;
        }
        span{
            content: "\2190";
        }
        #arrow{
            text-decoration: none;
            font-size: 20px;
            font-weight: lighter;
            
        }
 