*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.row{
    background: white;
    border-radius: 20px;
    box-shadow: 12px 12px 22px;

}
section img{
    border-top-left-radius:30px ;
border-bottom-left-radius:20px ;

}
  .animate__heartBeat {
    font-size: 4rem;
 font-weight: 700;
 font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.inp{
  height: 50px;
  width: 70%;
    border: none;
    outline: none;
    border-radius: 60px;
    box-shadow: 1px -1px 30px -11px rgba(0,0,0,0.75);
-webkit-box-shadow: 1px -1px 30px -11px rgba(0,0,0,0.75);
-moz-box-shadow: 1px -1px 30px -11px rgba(0,0,0,0.75);

}
.sign-up{
    height: 50px;
    width: 50%;
      border: none;
      outline: none;
      border-radius: 60px;  
   color: white;
}
.erorrus{
color: red;
visibility: hidden;
}
.erorrusunh{
    visibility: visible;
}
.erorrps{
    color: red;
visibility: hidden;
}
.erorrpsunh{
    visibility: visible;
}