Spaces:
Sleeping
Sleeping
File size: 1,251 Bytes
ab26e00 04cc82e ab26e00 39a8d8e 04cc82e 39a8d8e 04cc82e 39a8d8e ab26e00 04cc82e ab26e00 39a8d8e 470f389 39a8d8e 04cc82e 39a8d8e 470f389 04cc82e 39a8d8e 470f389 39a8d8e 04cc82e 470f389 39a8d8e 04cc82e 470f389 04cc82e 39a8d8e 04cc82e 39a8d8e 04cc82e 39a8d8e 04cc82e 39a8d8e 04cc82e 39a8d8e 04cc82e ab26e00 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 |
body {
font-family: Arial, sans-serif;
background-color: #e6f7ec;
padding: 20px;
}
.login-container,
.rewards-container,
.apply-rewards-container {
background-color: white;
padding: 30px;
border-radius: 20px;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
max-width: 400px;
margin: 0 auto;
text-align: center;
}
h1 {
color: #28a745;
}
.input-group {
margin: 15px 0;
}
.input-group input {
width: 100%;
padding: 12px;
font-size: 14px;
border-radius: 25px;
border: 1px solid #ccc;
background-color: #f0f8f5;
outline: none;
text-align: center;
}
.input-group input:focus {
border-color: #28a745;
}
button {
width: 100%;
padding: 14px;
font-size: 16px;
border-radius: 30px;
background-color: #28a745;
color: white;
border: none;
cursor: pointer;
}
button:hover {
background-color: #38a169;
}
.forgot-link,
.register-link a {
color: #28a745;
text-decoration: none;
}
.forgot-link:hover,
.register-link a:hover {
text-decoration: underline;
}
.apply-rewards-link {
display: block;
margin-top: 20px;
color: #28a745;
text-decoration: none;
}
.apply-rewards-link:hover {
text-decoration: underline;
}
|