@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');
html,body{
        background: #f9f9f9;
        font-family: "Cairo", sans-serif;
}
.login{
    margin-bottom: 3rem;
    width: 450px;
    margin: 100px auto;


  }
  .login h1{
    margin-bottom: 3rem;
    font-weight: 500;
    line-height: 1.2;
    font-size: 40rem;
    text-align: center;

} 
  .login h5{

    margin-bottom: 3rem;
    color: #555;
    margin-bottom: 50px;
    font-size: 4rem;
    margin-top: 5px;
    text-align: center;
   
  }
  .login button{
    margin-right: 0px;
    background: #00b593;
    border: 10px solid #00b593;
    margin-bottom: 3rem;
    color: #fff;

  }
  .my-row{
    margin-bottom: 15px;
}
  



