.data-policy-layer {
  z-index: 9999;
  background-color: rgba(51, 57, 81, .9);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.data-policy-layer-content {
  background-color: #fff;
  width: 100%;
  max-width: 550px;
  padding: 5px 50px 35px 50px;
  border-radius: 1px;
  margin: 0 auto;
  position: relative;
  top: 25%;
}

.data-policy-layer-text {
  margin-top: 30px;
  margin-bottom: 20px;
}

.data-policy-layer-accept-button {
  width: 40%;
  margin-top: 30px;
  float: right;
}

.data-policy-layer-logout-button {
  margin-top: 30px;
  float: right;
  margin-left: 25px;
  line-height: 30px;
}
