html, body, div.wrapper { height: 100%; box-sizing: border-box; }
body, a, img, div, span { position: relative; }
body { margin: 0; line-height: 1.6; font: 18px arial; background: url('/img/1_forgotpassword.jpg') center / cover no-repeat #222; }
div.wrapper { display: flex; align-items: flex-start; margin: 0 auto; max-width: 90%; }
div.textbkg { margin: 15% auto; padding: 2em; background-color: rgba(0,0,0,.6); }
div.text { font-size: clamp(18px, 2vw, 32px); color: #fff }
div.text + .text { margin-top: 1.5em; }
.domain, .ahref { color: #FC6025 }
