.row-div {
    position: relative;
    top: 200px; 
    left: 40px; 
   
}
h1{
color:white;
}

h2 {
    color: white;
    font-size: 24px; 
}


.login-card {
    margin-top: 20px;
    max-width: 600px;
    background: radial-gradient(circle at 3% 7.4%, rgba(0, 144, 243) 0%, rgba(0, 86, 240,0.0) 90%);
}


.text-div > h1 {
    color: white; 
    font-size: 70px;
    text-align:center;
  }
  
.text-div > h2 {
    color: white; 
    font-size: 30px;
    text-align:center;
  }