body{
    overflow-x: hidden;
    background-color:  #E5E5E5;
   padding-bottom: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-family: "Poppins", sans-serif;
}
.sign-up-link{
    padding: 0 20px;
    background: #1A73E8;
border-radius: 10px 0px 0px 10px;
position: relative;

}
.sign-up-page{
  background-color: #fff;
    padding: 0 10px;
}
.sign-in{
    background: #FFFFFF;
border-radius: 0px 10px 10px 0px;
}
.welcome{
    font-weight: bold;
font-size: 40px;
font-family:sans-serif;
line-height: 60px;
text-align: center;
letter-spacing: 0.04em;
color: #FFFFFF;
margin-top:15%;
}
.p{
font-weight: normal;
font-size: 18px;
line-height: 24px;
text-align: center;
color: #FFFFFF;
font-family:sans-serif;
}
.btn-sign-in{
    border: 2px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 50px;
    outline:none;
    background: #1A73E8;
    color: #FFFFFF;
    text-align: center;
    width: 163px;
    height: 44px;
}
.main-con, .wrapper{
  background-color: #E5E5E5;
}
.bookanddownload{
    align-items: center;
    text-align: center;
    margin:30px;
    margin-top:130px;
}

.btn-signin{
    background: #1A73E8;
    color: #FFFFFF;
    text-align: center;
    width: 163px;
    height: 44px;
    border: 2px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 50px;
    outline:none 
  
}
button {
    border-radius: 20px;
    border: 2px solid #fff;
    background-color: #3684EB;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    padding: 10px 43px;
    letter-spacing: 1px;
    margin-top: 20px;
    margin-bottom: 10px;
    transition: transform 80ms ease-in;
  }
.get-started{
    padding-left: 40px;
    
font-style: normal;
font-weight: bold;
font-size: 35px;
line-height: 40px;
letter-spacing: 0.05em;
color: #1A73E8;;
}
.social-icons{
    text-align:center;
    position:absolute;
    letter-spacing: 1em;
    justify-content: center;
    display:flex;
    align-items: center;
}
.fa-icon{
color:#333333;
font-size: 0px;
border: 3px solid #878787;
border-radius: 50px;
width:40px;
height:40px;
margin:0-8px;
}

input{
    background: rgba(51, 51, 51, 0.1);
    width: 383px;
height: 60px;
outline: none;
border:none;
}
.form-con{
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    
}
img.logo {
    width:18%;
    padding-top: 15px;
}
.span-icon{
position: absolute;
margin-top:10px;
justify-content: space-around;
margin-left:-180px;
}
.sign-up-btn{
    background: #3684EB;
border-radius: 50px;
outline: none;
width: 163px;
height: 44px;
color:#FFFFFF;
margin-bottom: 10px;
}
.social-container {
    margin: 20px 0;
    text-align: center;
  }
  a {
    color: #333;
    font-size: 14px;
    text-decoration: none;
    margin: 15px 0;
  }
  
  .social-container a {
    border: 2px solid #878787;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    height: 35px;
    width: 35px;
  }
  div.redirect-btns{
      position: absolute;
      bottom: 20px;
    margin: 20px auto 20px auto;
    display: flex;
    box-sizing: border-box;
    width: 92%;
  }
  div.redirect-btns:after{
    content: "";
    display: table;
    clear: both;
  }
  
  div.space{
    width: 10%;
  }
  
  div.redirect-btns div:nth-of-type(1){
    text-align: left;
    width: 45%;
  }
  div.redirect-btns div:nth-of-type(3){
    text-align: right;
    width: 45%;
  }
  
  div.redirect-btns div:nth-of-type(1) button{
    padding: 10px 20px;
    background: transparent;
    color: #fff;
    font-size: 7px;
  }
  form.form{
      width: 80%;
  }
  
  
  div.redirect-btns div:nth-of-type(3) button{
    padding: 10px 30px;
    background: white;
    color:#1A73E8 ;
    font-size: 7px;
    align-items: flex-end;
    background-repeat: no-repeat;
    background-size: 15%;
    background-position: 7px center;
    background-image: url("https://res.cloudinary.com/charlene04/image/upload/v1572311685/play-store-icon-png-7_wbt0ic.png");
  }
  .wrapper{
    display: flex;
    box-sizing: border-box;
  }
  .wrapper:after{
        content: "";
        display: table;
        clear: both;
  }
  .sign-up-link, .sign-up-page{
      width: 50%;
  }
  div.ghost1{
    display: none;
}
 
.ghost{
    display: none;
}
  @media screen and (max-width: 768px){
      
    div.redirect-btns div:nth-of-type(1) button{
        padding: 10px 20px;
        color: #1A73E8;
        border: 2px solid #1A73E8;
        font-size: 7px;
      }
     
      div.redirect-btns div:nth-of-type(3) button{
          background-color: #1A73E8;
          color: #fff;
          border: 2px solid #1A73E8;
      }
    div.ghost1{
        display: block;
    }
    div.redirect-btns{
        position: inherit;
        display: inline-flex;
    }
      
    .sign-up-page{
        text-align: center;
        margin-top: 5px;
        width: 100%;
        border-radius: 7px;
    }
    
    .sign-up-link{
        display: none;
    }
    body{
        padding: 0 10px;
    }
    form.form{
        width: 100%;
    }
    .get-started{
       padding: 0;
    }
    div.ghost{
        display: block;
    }
  }

  @media screen and (max-width: 400px){
    .get-started{
        text-align: center;
        font-size: 30px;
    }
   
  }
  