#navbar{
    /* filter: blur(50px);
  -webkit-filter: blur(8px); */
  filter: blur(4px);
  background: #00000033;
}
*{
    font-family: sans-serif;
    margin: 0px;
    padding: 0px;
    color: gray;
}
#login_outer_box{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    background-color: rgb(255,255,255);
    border-radius: 10px;
    width: 37%;
    height: 320px;
    margin-left: 31.5%;
    margin-top: 12.5%;
    position: fixed;
}

#cross{
    /* border: 1px solid black; */
    
    font-weight: 600;
    display: flex;
    justify-content: flex-end;
    margin-top: 30px;
    margin-right: 30px;
    
}
#anchor_of_cross{
    text-decoration: none;
}
#title{
    font-size: 15px;
    margin-left: 10px;
    margin-top: 60px;
    margin-bottom: 15px;
}

#containing_flagandInput_tag{
    height: 20px;
    display: flex;
    align-items: center;
    margin-left: 10px;
   
    
}
#country_flag{
    height: 20px;
    /* border: 2px solid black; */
}
#flag{
    height: 100%;
}
#number{
    margin-left: 30px;
    border: none;
    outline: none;
    letter-spacing: 1px;
    font-size: 18px;
    
}
#line{
    border: 1px solid grey;
    margin-top: 5px;
    width: 98%;
   display: flex;
   justify-content: center;
   align-items: center;

}
#button_div{
    margin: auto;
    color: wheat;
    background-color: rgb(119,119,119);
    width: 100px;
    padding: 5px 50px 5px 50px;
    text-align: center;
    margin-top: 20px;
    border-radius: 5px;
    cursor: pointer;

}
#or{
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
}
#login_from_outsideIndia{
    text-align: center;
    font-size: 15px;
    letter-spacing: 0.5px;

}
#clickHere{
    color: rgb(214,75,75);
    text-align: center;
    font-size: 15px;
    letter-spacing: 0.5px;
    
}
