*{
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family:  "Nunito",serif;
}
body{
  height: 100vh;
  background-image: linear-gradient(to bottom left,rgb(255,255,255),rgb(218,220,233));
}
.header{
  background-color: #304f8f;
  height: 105px;
  width: 100%;
  
}
.logo{
  font-weight: bolder;
  top: 25px;
  font-size: 40px;
  position: absolute;
  color: #f2f2f2;
  left: 154px;
}

.login{
  position: absolute;
  left: 60vw;
  top: 20px;
  color: rgba(255,255,255,0.792);
  font-size: 16px;
  
}
.email-section{
  position: absolute;
  left:-21px ;
  top: 3px;
  
}
.password-section{
  position: absolute;
  left:12vw ;
  top: 3px;
}
input{
  margin: 5px 0;
  padding: 2px 0;
  
}
.Forgotten-pswd{
  color: rgb(128,128,128);
  margin: 0;
  top: -3;
}
#login-btn{
  position: absolute;
  right: 150px;
  top: 50px;
  padding: 2px 10px;
  background-color:#3a5faa;
  border: 1px solid #464646;
  color: #f2f2f2;
}
.left-section{
  position: absolute;
  width: 55vw;
  top: 156px;
  left: 133px;
  color: #19346b;
}
#left-p,#left-img{
  width: 80%;
}

.right-section{
  position: absolute;
  font-size: 1.3em;
  top: 150px;
  left: 60vw;
  color: rgba(0,0,0,0.792);

}
l
table tr td input{
  border: 1px solid #959595;
  padding: 5px;
  font-size: 1em;
  width: 100%;
}
.warning-msg{
  font-size: 15px;
  width: 270px;
}
span{
  color: #0051f4;
}
#signup{
  color: #f2f2f2;
  background-color: rgb(53,142,53);
  border: 1px solid rgb(53,53,53);
  border-radius: 8px;
  padding: 8px 60px;
  font-size: 1.2em;
  box-shadow: inset 0 0 5px rgb(255,255,255);
}
.brithday,.gender,.warning-msg{
  margin: 12px 0px;
}
.details{
  color: #7e7e7e;
  font-size: 1rem;
}
.gender{
  font-size: 14px;
}
i{
  font-size: small;
  border: 1px transparent;
  background: #7a7a7a;
  border-radius: 50%;
  padding: 2px 5px;
  margin-left: 10px;
}
#ii{
  font-size: large;

}
table tr td input {
  width: 100%;
  
}

.fa-facebook {
  font-size: 2rem;
}

