@import url(https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap);.auth-page{height:100%;min-height:100%;position:relative}.auth-page__background{background-position:50%!important;background-repeat:no-repeat;background-size:100% 100%!important;height:100%;position:absolute;width:100%}.auth-page__background:after{background:rgba(0,0,0,.4);content:"";height:100%;min-height:100vh;position:absolute;width:100%}.auth-page__logo{left:10px;margin:0;max-width:150px;padding:0;position:absolute;top:15px}.login-panel{background:#fff;border-radius:20px;display:flex;flex-direction:column;justify-content:center;padding:35px 30px;position:relative;width:100%}.login-panel__header{text-align:center}.login-panel__header svg.clipboard-check{stroke:#46b51d;height:80px;margin-bottom:15px;width:80px}.login-panel__header svg.check{fill:#46b51d;height:80px;margin-bottom:15px;width:80px}.login-panel__header h3{color:#4d4f5c;font-family:Nunito Sans,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif;font-size:calc(1.275rem + .3vw);font-weight:700;text-align:center;width:100%}@media(min-width:1200px){.login-panel__header h3{font-size:1.5rem}}.login-panel__header p{color:#4d4f5c;font-family:Nunito Sans,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif;font-size:1rem;font-weight:400;margin:20px 0;text-align:center}.login-panel__form .form-floating{position:relative}.login-panel__form--password-icon{position:absolute;right:15px;top:15px}.login-panel__form--password-icon svg{cursor:pointer;height:20px;width:20px;stroke:#343434}.login-panel__form button,.login-panel__form>a{display:inline-block;margin:10px 0;text-align:center;width:100%}