#page-forgot-pwd{display:flex;justify-content:space-between;min-height:calc(100vh - 299px);width:100%;text-align:center}#page-forgot-pwd>div{width:50%;display:flex;flex-direction:column;justify-content:center}#page-forgot-pwd>div:first-child>div{max-width:300px;margin:0 auto}#page-forgot-pwd>div:nth-child(2){background-color:var(--bs-gray);padding:50px;background-image:url(/assets/layout/forgot-password-bg.jpg);background-size:cover;background-position:center}#page-forgot-pwd>div:nth-child(2)>div{background:rgba(255,255,255,.2);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:12px;padding:20px;color:#000}.forgot-pwd-title{font-size:30px;display:flex;align-items:center;justify-content:center;flex-direction:column}.forgot-pwd-title>span{display:block;font-size:12px;color:var(--layout-font-color)}#forgot-pwd-footer{display:flex;justify-content:space-between;align-items:center}#forgot-pwd-footer>div{width:50%}#forgot-pwd-footer>div>span{display:block;font-weight:400;color:var(--bs-gray-dark);font-size:11px;user-select:none}#forgot-pwd-footer>div:first-child{text-align:left}#forgot-pwd-footer>div:nth-child(2){text-align:right}.captcha{display:flex;align-items:center;justify-content:space-between;background-color:#fff;padding:0 5px;border-radius:var(--bs-border-radius);border:1px solid var(--bs-border-color)}.captcha>div:first-child{width:60px}.captcha>div:first-child>img{height:24px}.captcha>div:nth-child(2){width:calc(100% - 60px)}.captcha>div:nth-child(2)>input{border:0;background-color:transparent;text-transform:uppercase;outline:0!important;box-shadow:none!important}.captcha>div:nth-child(2)>input:focus .captcha{border:1px solid var(--bs-blue)}@media (max-width:992px){#page-forgot-pwd{flex-direction:column}#page-forgot-pwd>div{width:100%;height:calc(100vh - 49px)}#page-forgot-pwd>div:nth-child(2){padding:20px}#page-forgot-pwd>div:nth-child(2)>div{padding:10px}}
