.digital-life-title{ width:100%; }
body #redemption .digital-life h2 {
    font-weight: 400;
    margin-top: 40px;
    color: rgba(0,0,0,.6);
        font-family: "OpenSans-Regular", Arial, Verdana, Helvetica, sans-serif;
}
.digital-life h2 strong {
    color: #b71234!important;
    font-weight: 300;
}
.digital-life h4 strong {
    font-size: 15px;
    font-weight: 700;
    color: #ba0c31;
    line-height: 1.2857em;
    margin: calc(2rem - .14285em) 0 1rem;
    padding: 0;
    margin-top: 0;
}
.digital-life p {
    line-height: 1.4285em;
    font-size: 18px;
    color: rgba(0,0,0,.870588);
}
.digital-life{ padding-bottom: 40px; }
.loading-bar{ min-height: 475px; }

body .btn-blue {
    background: #1bc3f3;
    border-radius: 3px;
    border: 0;
    font-family: OpenSans-Regular, Arial;
    color: #fff;
    font-size: 15px;
    margin: 0 0 0 0;
    padding: 6px 100px 7px;
    cursor: pointer;
    text-transform: capitalize;
}

body .chat-button{  padding: 6px 90px 7px; }
#ctl00_MainContent_HackerSafe_m_HRefHackerSafe{ padding-right: 24px; }

.alert {
  padding: 10px;
  background-color: #f44336;
  color: white;
    margin-top: 5px;
}

.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.closebtn:hover {
  color: black;
}
