#SignoutWarning {
   position: fixed;
   top: 0;
   left: 0;
   right: 0;
   text-align: center;
   font-size: 14px;
   margin: 0;
}
#SignInRememberMe, 
.SignInPopup .Buttons .CheckBoxLabel, 
.Entry .Buttons .CheckBoxLabel {
   display: none;
}

label[for="Form_RememberMe"] {
   display: none !important;
}