/* Logo - Log In and Subscribe Screen */
.container.wrap .header .logo a img{
  min-width: 275px;
  min-height: 55px;
  position:relative;
  left: -5px;
  top: 10px;
  content: url("https://cdn.prod.website-files.com/66d8885b6f43ce28aff28ce2/66ecf3f0f0f7cb92525cd537_saasrise-white2.avif")
}
/* Log In Screen */
.container.wrap .center a.button{
  background: linear-gradient(135deg, #FE5560, #7A8CFA);                            /* Log In button */
  border: none;
}
.container.wrap .center .home-options a{
  color: #7A8CFA;
  text-decoration-color: #7A8CFA;            /* "Subscribe" and "Mailing list archive" buttons */
}
p.center.small a{
  color: #7A8CFA;
  text-decoration: none;                                                     /* Forgot password button */
}
p.center.small a:hover{
  text-decoration: underline;                        /* Forgot password button underlined when hovered */
}
/* Forgot password Screen*/
p.small a{
  color: #7A8CFA; 
  text-decoration: none;                                                       /* Back to login button */
}
p.small a:hover{
  text-decoration: underline;                          /* Back to login button underlined when hovered */
}
/* Password reseted Screen */
p #btn-back{
  background: linear-gradient(135deg, #FE5560, #7A8CFA);
  border: none;
}
/* Check box - Subscribe Screen */
.container.wrap section form div ul.lists li input{
  accent-color: #7A8CFA;                              
  /* The background color changes but the "tick" remains black. This is decided by the browser */
}
/* Subscribe Screen */
.container.wrap section form div button{
  background: linear-gradient(135deg, #FE5560, #7A8CFA);                        /* Subscribe button */
  border: none;
}
.container.wrap section form div .right a{
  color: #7A8CFA;
  text-decoration-color: #7A8CFA;                                    /* "Mailing list archive" button */
}
/* Archive Screen */
.container.wrap section .right a{
  color: #7A8CFA;
  text-decoration: none;                                                           /* Subscribe button */
}
.container.wrap section .right a:hover{
  color: #FE5560;
  text-decoration: underline;                                                      /* Subscribe button */
  text-decoration-color: #FE5560;
}
.container.wrap section .right a img{
  filter: brightness(0) saturate(100%);                                       /* Subscribe button icon */
}