.ieee-anonymous-popup-overlay {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .5);
}

div.ieee-anonymous-popup-wrapper {
 position: fixed;
 top: 50%;
 right: 50%;
 left: auto;
 transform: translate(50%, -50%);
 display: none;
 border-radius: 3px;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 background: #1a0700;
 box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3), -1px -1px 1px rgba(0, 0, 0, 0.3);
 color: #ffffff;
 z-index: 999999;
 padding: 14px 14px 24px 24px;
}

div.ieee-anonymous-popup-wrapper:after {
  content: 'x';
  font-size: 34px;
  color: #ffffff;
  cursor: pointer;
  position: absolute;
  top: 3px;
  right: 44px;
}
div.ieee-anonymous-popup-wrapper-head {
  font-size: 25px;
  margin-bottom: 10px;
  line-height: 30px;
}
.ieee-anonymous-popup-wrapper-body {
  font-size: 15px;
  padding-bottom: 5px;
}

a.anonymous-download-restrict-cta-create-account  {
    height: 52px;
    line-height: 52px;
    margin: 31px auto;
    width: 160px;
    text-align: center;
    color: #fff;
    background: #ff470e;
    border-radius: 10px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 12px;
    margin-right: 10px;
}


a.anonymous-download-restrict-cta-sign-in  {
    text-align: center;
    color: #fff;
    background: #000000;
    border-radius: 10px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px;
    font-size: 12px;
    border-color: white;
    border-style: solid
}