body {
  background: #007bff;
  background: linear-gradient(to right, #0062E6, #33AEFF);
}

.btn-login {
  font-size: 0.9rem;
  letter-spacing: 0.05rem;
  padding: 0.75rem 1rem;
}

.btn-google {
  color: white !important;
  background-color: #ea4335;
}

.btn-facebook {
  color: white !important;
  background-color: #3b5998;
}
a:link {
     color: red;               
     text-decoration: none;     
  }
a:visited{
     color:#007bff;            
     text-decoration: none;    
  }
a:hover {
     color: hotpink;          
     text-decoration: none;    
  }
a:active {  
     color: blue;             
     text-decoration: none;   
  }