
.lock-screen.wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

#lock-screen {
  display: flex;
  flex-flow: row;
  justify-content: center;
}

#lock-screen .content{
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  padding: 20px;
}

#lock-screen .content .headline {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 115.2%;
  text-align: center;
  letter-spacing: -0.005em;
  margin-bottom: 32px;
  margin-top: 0;
}

#lock-screen .content .description {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 143%;
  text-align: center;
  margin-bottom: 15px;
  margin-top: 0;
}

#lock-screen .content .cta-btn {
  border: 1px solid #0A2072;
  padding: 12px 30px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 143%;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: -0.015em;
  text-transform: capitalize;
  color: #0A2072;
  mix-blend-mode: normal;
  transition: 150ms all ease-in-out;
}

#lock-screen .content .cta-btn:hover,
#lock-screen .content .cta-btn:focus {
  background: #0A2072;
  color: #FFFFFF;
}

#lock-screen .content .cta-btn:focus {
  border: 2px solid #0066FF;
}

#lock-screen .right-bracket {
  align-self: end;
  position: relative;
  right: 25px;
}

#lock-screen .left-bracket {
  align-self: start;
  position: relative;
  left: 25px;
}