body {
    background-color: transparent;
}
.outer-box {
    background-color: #fff;
    margin: 30px auto 0;
    max-width: 960px;
    padding: 30px 0;
    text-align: center;
    width: 94%;
    color: #363636;
    font-family: 'Roboto', sans-serif;
    border: 1px solid #363636;
}
.pro-txt {
    font-weight: normal;
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 20px;
    text-align: center;
      font-family: var(--title-fonts);
}
.lockimg {
    color: #fff;
    font-size: 107px;
    height: 116px;
    padding: 20px 0;
}
.icon-lock svg {
    width: 90px;
  height: 75px;
}
.icon-lock svg path {
    fill: var(--primary-color);
}
.click-logo {
    margin: 0 auto 20px;
    display: table;
}
.vcard {
    font-size: 15px;
    line-height: 26px;
}
.vcard .fn {
   font-size: 24px;
    font-family: var(--title-fonts);
    font-weight: normal;
    padding-bottom: 10px;
}
.vcard a {
    text-decoration: none;
}