#bgpicsig{
    background-image: url("https://res.cloudinary.com/freshly/image/upload/c_crop,g_auto,dpr_auto,q_30,w_1500,h_900/v1494958610/joinnow-southchicken.jpg");
    /* border: 1px sol  id red; */
    /* background-color: blue; */
    height: 850px;
    width: 100%;
    overflow: hidden;
     background-position: 50% 50%;
     background-size: cover;
     background-repeat: no-repeat;
     margin-top: 10px;
     margin-bottom: 70px;
 }
 #loginpop{
    background: hsla(0,0%,100%,.8);
     height: 352px;
     width: 658px;
     /* border: 1px solid red; */
     /* position: fixed; */
     justify-content: center;
     margin-left: 30%;
     margin-top: 200px;
    
 }
 #loginpop>h1{
     margin-left: 30px;
     font-family: FavoritFreshly,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 1.2;
    letter-spacing: normal;
    color: #303030;
    text-align: left;
    padding-top: 30px;
    /* border: 1px solid red; */
   
 }
 #loginpop>h3{
    margin-left: 30px;
    font-size: 1.875rem;
    font-family: FavoritFreshly,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-weight: 600;
    margin-block-start: 1em;
    margin-block-end: 1em;
    color: #303030;
    text-align: left;

 }
 #email{

    border: 1px solid #717171;
    height: 30px;
    padding: 0.5rem 1rem;
    font-size: 1.2rem;
    line-height: 1.5;
    margin-right: 5px;
    margin-left: 30px;
    width: 200px;

 }
 #zip{
    border: 1px solid #717171;
    height: 30px;
    padding: 0.5rem 1rem;
    font-size: 1.2rem;
    line-height: 1.5;
    width: 200px;

 }
 #continue{
    background-color: #3167ff;
    border:#3167ff;
    color: white;
    line-height: 1.5;
    letter-spacing: .5px;
    font-size: 16px;
    font-weight: 500;
    height: 50px;
    width: 130px;
    /* text-transform: none; */
    justify-content: center;
    
    /* margin: auto; */
    text-align: center;
    margin-left: 5px;
    margin-right: 5px; 
 }



 #email:focus{
    outline: 0.5px solid #3167ff;
}


#zip:focus{
    outline: 0.5px solid #3167ff;
}




#text1{
    display: flex;
    /* border: 1px solid blue; */
    width: 90%;
    color: #333;
    font-size: 14.8px;
    /* line-height: 23px; */
    height: 23px;
    /* margin-top:10px; */
    margin-left: 30px;
    margin-top: -5px;
    font-family: Favoritfreshly,sans-serif;
}
#terms{
    margin-left: 5px;
    margin-right: 2px;
    font-family: Favoritfreshly,sans-serif;
}

#privacy{
    margin-left: 5px;
    
}
#terms>a{
    color:#3167ff;
}
#privacy>a{
    color:#3167ff;
}
#text2{
    display: flex;
    font-family: Favoritfreshly,sans-serif;
    /* border: 1px solid red; */
    width: 70%;
    color: #333;
    font-size: 14.8px;
    /* line-height: 23px; */
    height: 23px;
    margin-left: 30px
}
#already{
    display: flex;
    /* border: 1px solid red; */
    color: #333;
    /* line-height: 23px; */
    margin-left: 30px;
    font-size: 14.8px;
    font-family: Favoritfreshly,sans-serif; 
    margin-top: -5px;   
}
#already>a{
    color:#3167ff;
    margin-left: 5px;
    margin-right: 2px;
    font-family: Favoritfreshly,sans-serif;
    margin-top: 15px;
}
#content1{
    margin-top: -1px;
    /* border: 1px solid red; */
    width: 200px;
    height: 24px;
    margin-left: 3px;
}