/* Logo - Log In and Subscribe Screen */
.container.wrap .header .logo a img{
  min-width: 195px;
  min-height: 55px;
  position:relative;
  left: -40px;
  content: url("https://storage.googleapis.com/msgsndr/uV5Ao6zz1HK4AbvPQ1Of/media/6942cc0c6b6efc310ee30925.png")
}


/* Log In Screen */
.container.wrap .center a.button{
  background: #000000;                                                                /* Log In button */
}

.container.wrap .center .home-options a{
  color: #000000;
  text-decoration-color: #000000;                    /* "Subscribe" and "Mailing list archive" buttons */
}

p.center.small a{
  color: #000000;
  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: #000000; 
  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: #000000;
}

/* Check box - Subscribe Screen */
.container.wrap section form div ul.lists li input{
  accent-color: #000000;                              
  /* The background color changes but the "tick" remains black. This is decided by the browser */
}


/* Subscribe Screen */
.container.wrap section form div button{
  background: #000000;                                                             /* Subscribe button */
}

.container.wrap section form div .right a{
  color: #000000;
  text-decoration-color: #000000;                                    /* "Malining list archive" button */
}

/* Archive Screen */
.container.wrap section .right a{
  color: #000000;
  text-decoration: none;                                                           /* Subscribe button */
}


.container.wrap section .right a:hover{
  color: #000000;
  text-decoration: underline;                                                      /* Subscribe button */
  text-decoration-color: #000000:
}

.container.wrap section .right a img{
  filter: brightness(0) saturate(100%);                                       /* Subscribe button icon */
}
