html, body {    
  
 
    border-style: double;    
    font-size: 15px;
}

.button {    
    font-family: LiberationSansBold, arial;    
    background: linear-gradient(122.33deg, #68bed1 30.62%, #1e94e9 100%);    
    height: 40px;    
    border: 1px solid #444;    
    border-radius: 3px;    
    color: #222;    
    width: 60%;    
    margin: 10px auto;    
    justify-content: center;    
    display: block;    
    color: #fff;    
    font-size: 1em;    
    font-weight: bold;    
    margin-top: 20px;    
    outline: none;    
    border-radius: 5px;    
    transition: 2s ease-in;    
    transition: 2;    
    cursor: pointer;
}

.loginPage{
      background: linear-gradient(to right top, #051937, #004d7a, #008793, #00bf72, #a8eb12); 
    
}