#site-login {
  /* background-image: url(/images/chart.webp); */
  /* background-repeat: no-repeat; */
  /* background-size: cover; */
  text-align: center;
  direction: rtl;
}
#login-form,
#code-form
{
  display: none;
  direction: rtl;
  background: #fff;
  max-width: 500px;
  min-width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  top: 20%;
  position: fixed;
  z-index: 2147483641;
  border-radius: 5px;
}

.login-text{
  font-size: 16px;
  margin: 10px 0;
}
.error {
  border-color: #B63E5A;
  color: #fff;
  background: #E26868;  
  display: inline-block;
  padding: 2px;
  margin: 5px;
  border-radius: 5px;
}
.code-error {
  border-color: #B63E5A;
  color: #9F6000;
  background-color: #FEEFB3;
  display: inline-block;
  padding: 2px;
  margin: 5px;
  border-radius: 5px;
}
#login-form .login-title,
#code-form .login-title
{
  margin: 0;
  padding: 0.2em;
  text-align: center;
  font-weight: bold;
  opacity: 0.9;
  background-color: #e7e7e7;
  color: #000;
  border-radius: 5px 5px 0 0;
}
#login-form .login-title .text,
#code-form .login-title .text
{
  font-size: 2em;
}

#login-form .close,
#code-form .close
{
  font-size: 12px;
  position: absolute;
  padding: 10px;
  margin: 0px 5px;
  right: 0;
  line-height: 12px;
  background: rgb(195 195 195 / 75%);
  color: #333;
  border-radius: 4px;
  height: 12px;
  width: 12px;
  cursor: pointer;
  text-align: center;
}

#login-form .close:hover,
#code-form .close:hover
{
  background-color: #fff;
}

#login
{
  text-align: center;
  background-color: #ffffff;
  border: 2px solid #2196f3;
  font-weight: 700;
  font-size: 0.975rem;
  color: #2196f3;
  padding: 0.625rem 16px;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  outline: 0;
  transition: background-color 0.2s;
  border-radius: 3rem;
  -webkit-tap-highlight-color: transparent;
}

#login:hover
{
  background-color: #0c85e9;
  color: #ffffff;
}

#email-sent-to
{
  font-weight: bold;
}

#hiPremium {
  display: flex;
  align-items: center;
  justify-content: space-between;  
}
#hiPremium span {
  color: #006999;
  font-size: 16px;  
  font-family: open sans hebrew,arial;
  font-weight: bold;  
}
#hiPremium .premium {
  background: #d49500;
  color: white;
  font-size: 10px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  border-radius: 12px;
  padding: 4px;  
}

a.premium-logout
{
  line-height: 18px;
  background-color: whitesmoke;
  text-decoration: none !important;
  border-radius: 6px;
  padding: 0 8px;
  font-size: 12px;
  color: black !important;
}
