#signin-div{
    height: 470px;width: 450px;
     border: 1px solid black;  
    margin: 5% 0px 0px 30%;
    border-radius: 10px;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}
#first-div{
    height: 19%;width: 100%;
    /* border: 1px solid red ; */
    display: flex;
}
#text-div{
    height: 40%;width: 100%;
    /* border: 1px solid green; */
}
#number-div{
    height: 13%;width: 100%;
    /* border: 1px solid blue; */
    display: flex;
    
}
#condition-div{
    height: 10%;width: 100%;
    /* border: 1px solid rgb(7, 141, 58); */
    margin-top: 5px;display: flex;
}
#sign-div{
    height: 60px;width: 100%;
    /* border: 1px solid blue; */
}
#img-div{
    height: 100%;width: 20%;
    /* border:1px solid rgb(209, 18, 184); */
}
#close-sign{
    height: 60%;width: 10%;
    /* border:1px solid rgb(34, 34, 33); */
    margin: 0px 0px 0px 70%;
}
#signin_img{
height: 80%;width: 80%;
/* border: 1px solid blue; */
margin: 15px 0px 0px 15px;
/* border-radius: 20px; */
}
#signin_img:hover{
cursor: pointer;
}
#close-icon{
    height: 40%;width: 45%;margin: 10px 0px 0px 0px;
}
#close-icon:hover{
    cursor: pointer;
}
#text-div h3{
    font-size: 30px; font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 400;margin: 30px 0px 0px 20px;
}
.get-start{
    color: grey;font-size: 21px;margin: 0px 0px 0px 20px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.enter-phone{
font-size: 20px;margin: 45px 0px 0px 10px;
}
#phone-img{
    height: 40%;width: 40%;
    margin: 13px 10px 0px 17px;
}
#phone-img-div{
    height: 100%;width: 20%;
    /* border: 1px solid blue; */
    display: flex;
}
#phone-img-div>p{
    color: rgb(46, 45, 45);font-size: 23px;margin: 10px 0px 10px 0px;
}
#mobile_Num{
    height: 55%;width: 350px;
     border: 1px solid rgb(248, 248, 252); 
     font-size: 20px;
     margin-top: 5px;
}
#number-div:hover{
 border: 1px solid rgb(0,210,144); 
}
#terms-condition1{
    height: 20px;width: 30px;
}
#views{
    height: 100%;width: 20%;
    /* border: 1px solid black; */
    margin: 0px 0px 0px 40px;
}
#views>p{
    color:rgb(1, 138, 94);
    margin: 10px 0px 0px 0px;
}
#sign-button{
   background-color: rgb(0,210,144);
   color: beige;
   height: 80%;width: 80%;
   margin: 0px 0px 0px 50px;
    border: 1px solid white; 
    border-radius: 15px ; 
}
#sign-button>p{
font-size: 17px;
}