.logindiv {
    margin-top:120px
 }
 .custom-gradient {
     background: linear-gradient(to right, #1e3c72, #2a9fd6); /* Adjusted based on your image */
     border: none;
     color: white;
     border-radius: 25px;
     padding: 10px 20px;
     font-weight: bold;
     font-size: 16px;
     transition: 0.3s;
 }
 
 .custom-gradient:hover {
     background: linear-gradient(to right, #184d9e, #3ac5f3);
 }
 