#body-login{background-image:url(/auth-assets/img/bg.d92ac921.webp);background-position:50%;background-repeat:no-repeat;background-size:cover;height:100vh;width:100%;padding:4% 5%}#body-login,#body-login .box-bg{display:flex;align-items:center;justify-content:center}#body-login .box-bg{width:45%;height:100%;background:linear-gradient(to bottom right,#c4161d,#ff9e9e);border-radius:18px;padding:1px}#body-login .box-bg .box{height:100%;background-color:#fff;border-radius:17px;align-items:center;padding:7%;gap:3%}#body-login .box-bg .box,#body-login .box-bg .box .box-header{width:100%;display:flex;flex-direction:column;justify-content:space-between}#body-login .box-bg .box .box-header{height:25%}#body-login .box-bg .box .box-header .logo-container{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:5%;height:65%}#body-login .box-bg .box .box-header .logo-container img{height:100%}#body-login .box-bg .box .box-header h2{font-family:Poppins;font-weight:400;font-size:1.1rem;color:#21272a;margin:0;height:auto}#body-login .box-bg .box #login-form{height:50%;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5%}#body-login .box-bg .box #login-form .form-group-login{display:flex;flex-direction:column;align-items:start;justify-content:center;gap:5px;width:100%}#body-login .box-bg .box #login-form .form-group-login input,#body-login .box-bg .box #login-form .form-group-login label{font-family:Poppins;font-size:1.1rem;font-weight:400;width:100%;text-align:left;color:#21272a}#body-login .box-bg .box #login-form .form-group-login input{border-radius:20px;border:1px solid #c1c7cd;padding:5px 15px 5px 15px}#body-login .box-bg .box #login-form .form-group-login input:focus{outline:none}#body-login .box-bg .box #login-form .login-actions{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%}#body-login .box-bg .box #login-form .login-actions .forgot-password{font-family:Poppins;font-size:1.1rem;font-weight:400;text-align:left;color:#21272a;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:10px;text-decoration:none}#body-login .box-bg .box #login-form .login-actions .forgot-password input[type=checkbox]{scale:1.1}#body-login .box-bg .box #login-form #submit-login{width:100%;font-family:Poppins;font-size:1.1rem;font-weight:400;text-align:left;color:#000fa4;text-align:center;line-height:190%;letter-spacing:.5px;border-radius:16px;border:none;cursor:pointer;background:linear-gradient(90deg,#36ff9f 0,#bbff9e)}#body-login .box-bg .box .oauth-login-box{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:17%;gap:1rem}#body-login .box-bg .box .oauth-login-box p{font-family:Poppins;font-weight:400;font-size:1.1rem;color:#21272a;margin:0}#body-login .box-bg .box .oauth-login-box #oauth-login-button{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:8px;padding:5px 20px;border-radius:16px;border:none;background-color:transparent;border:1px solid #84bd00;cursor:pointer}#body-login .box-bg .box .oauth-login-box #oauth-login-button p{font-family:Poppins;font-weight:500;font-size:1rem;color:#21272a}#body-login .box-bg .box .login-helpdesk{display:flex;align-items:flex-start;justify-content:center;gap:8px;padding:0 20px 10px;margin:0;font-family:Poppins;font-weight:400;font-size:.85rem;line-height:1.4;color:#697077;text-align:center}#body-login .box-bg .box .login-helpdesk img{width:18px;height:18px;flex-shrink:0;margin-top:2px}#body-login .box-bg .box .login-helpdesk a{color:#c4161d;text-decoration:none;white-space:nowrap}#body-login .box-bg .box .login-helpdesk a:hover{text-decoration:underline}#body-login .box-bg .box .box-footer{height:8%;width:100%;border-top:1px solid #c4161d;display:flex;align-items:end;justify-content:center}#body-login .box-bg .box .box-footer p{font-family:Poppins;font-weight:400;font-size:1.1rem;color:#21272a;margin:0}@media(max-width:1183px){#body-login .box-bg{width:55%}}@media(max-width:970px){#body-login .box-bg{width:75%}}@media(max-width:720px){#body-login .box-bg{width:100%;height:auto;min-height:75%}#body-login .box-bg .box{height:auto;justify-content:flex-start;gap:4%}#body-login .box-bg .box .box-header .logo-container img{height:auto;max-width:min(320px,70vw)}#body-login .box-bg .box .box-header h2{font-size:1rem}#body-login .box-bg .box .login-helpdesk{font-size:.78rem;padding:0 8px 8px}#body-login .box-bg .box #login-form .form-group-login input,#body-login .box-bg .box #login-form .form-group-login label{font-size:1rem}#body-login .box-bg .box #login-form .login-actions .forgot-password{font-size:.8rem}#body-login .box-bg .box #login-form #submit-login{font-size:1rem}#body-login .box-bg .box .box-footer p,#body-login .box-bg .box .oauth-login-box #oauth-login-button p,#body-login .box-bg .box .oauth-login-box p{font-size:.9rem}}#body-recover{background-image:url(/auth-assets/img/bg.d92ac921.webp);background-position:50%;background-repeat:no-repeat;background-size:cover;height:100vh;width:100%;padding:4% 5%}#body-recover,#body-recover .box-bg{display:flex;align-items:center;justify-content:center}#body-recover .box-bg{width:45%;height:100%;background:linear-gradient(to bottom right,#c4161d,#ff9e9e);border-radius:18px;padding:1px}#body-recover .box-bg .box{height:100%;background-color:#fff;border-radius:17px;align-items:center;padding:7%;gap:3%}#body-recover .box-bg .box,#body-recover .box-bg .box .box-header{width:100%;display:flex;flex-direction:column;justify-content:space-between}#body-recover .box-bg .box .box-header{height:25%}#body-recover .box-bg .box .box-header .logo-container{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:5%;height:65%}#body-recover .box-bg .box .box-header .logo-container img{height:100%}#body-recover .box-bg .box .box-header h2{font-family:Poppins;font-weight:400;font-size:1.1rem;color:#21272a;margin:0;height:auto}#body-recover .box-bg .box #recover-form{height:50%;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5%}#body-recover .box-bg .box #recover-form .form-group-recover{display:flex;flex-direction:column;align-items:start;justify-content:center;gap:5px;width:100%}#body-recover .box-bg .box #recover-form .form-group-recover input,#body-recover .box-bg .box #recover-form .form-group-recover label{font-family:Poppins;font-size:1.1rem;font-weight:400;width:100%;text-align:left;color:#21272a}#body-recover .box-bg .box #recover-form .form-group-recover input{border-radius:20px;border:1px solid #c1c7cd;padding:5px 15px 5px 15px}#body-recover .box-bg .box #recover-form .form-group-recover input:focus{outline:none}#body-recover .box-bg .box #go-back,#body-recover .box-bg .box #recover-form #submit-recover{width:100%;font-family:Poppins;font-size:1.1rem;font-weight:400;text-align:left;color:#000fa4;text-align:center;line-height:190%;letter-spacing:.5px;border-radius:16px;border:none;cursor:pointer;background:linear-gradient(90deg,#36ff9f 0,#bbff9e)}#body-recover .box-bg .box .box-footer{height:8%;width:100%;border-top:1px solid #c4161d;display:flex;align-items:end;justify-content:center}#body-recover .box-bg .box .box-footer p{font-family:Poppins;font-weight:400;font-size:1.1rem;color:#21272a;margin:0}@media(max-width:1183px){#body-recover .box-bg{width:55%}}@media(max-width:970px){#body-recover .box-bg{width:75%}}@media(max-width:720px){#body-recover .box-bg{width:100%;height:75%}#body-recover .box-bg .box #go-back,#body-recover .box-bg .box #recover-form #submit-recover,#body-recover .box-bg .box #recover-form .form-group-recover input,#body-recover .box-bg .box #recover-form .form-group-recover label,#body-recover .box-bg .box .box-header h2{font-size:1rem}#body-recover .box-bg .box .box-footer p{font-size:.9rem}}#body-confirm{min-height:100vh;padding:0 24px;font-family:Poppins;font-size:1.2rem;text-align:center;color:#21272a}#body-confirm,#body-pick{display:flex;align-items:center;justify-content:center}#body-pick{background-image:url(/auth-assets/img/bg.d92ac921.webp);background-position:50%;background-repeat:no-repeat;background-size:cover;height:100vh;width:100%;padding:4% 5%}#body-pick .box-bg{width:45%;height:100%;background:linear-gradient(to bottom right,#c4161d,#ff9e9e);border-radius:18px;display:flex;align-items:center;justify-content:center;padding:1px}#body-pick .box-bg .box{height:100%;background-color:#fff;border-radius:17px;align-items:center;padding:7%;gap:3%}#body-pick .box-bg .box,#body-pick .box-bg .box .box-header{width:100%;display:flex;flex-direction:column;justify-content:space-between}#body-pick .box-bg .box .box-header{height:25%}#body-pick .box-bg .box .box-header .logo-container{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:5%;height:65%}#body-pick .box-bg .box .box-header .logo-container img{height:100%}#body-pick .box-bg .box .box-header h2{font-family:Poppins;font-weight:400;font-size:1.1rem;color:#21272a;margin:0;height:auto}#body-pick .box-bg .box .pick-body{height:50%;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;overflow-y:auto}#body-pick .box-bg .box .pick-body .pick-hint{font-family:Poppins;font-size:1rem;font-weight:400;color:#21272a;margin:0;text-align:center}#body-pick .box-bg .box .pick-body .pick-apps{display:flex;flex-direction:column;align-items:stretch;width:100%;gap:10px}#body-pick .box-bg .box .pick-body .pick-apps .pick-app{width:100%;font-family:Poppins;font-size:1.1rem;font-weight:400;color:#21272a;text-align:center;line-height:190%;letter-spacing:.5px;border-radius:16px;border:1px solid #84bd00;background-color:transparent;cursor:pointer}#body-pick .box-bg .box #go-back,#body-pick .box-bg .box .pick-body .pick-apps .pick-app:hover{background:linear-gradient(90deg,#36ff9f 0,#bbff9e)}#body-pick .box-bg .box #go-back{width:100%;font-family:Poppins;font-size:1.1rem;font-weight:400;color:#000fa4;text-align:center;line-height:190%;letter-spacing:.5px;border-radius:16px;border:none;cursor:pointer}#body-pick .box-bg .box .box-footer{height:8%;width:100%;border-top:1px solid #c4161d;display:flex;align-items:end;justify-content:center}#body-pick .box-bg .box .box-footer p{font-family:Poppins;font-weight:400;font-size:1.1rem;color:#21272a;margin:0}@media(max-width:1183px){#body-pick .box-bg{width:55%}}@media(max-width:970px){#body-pick .box-bg{width:75%}}@media(max-width:720px){#body-pick .box-bg{width:100%;height:auto;min-height:75%}#body-pick .box-bg .box{height:auto;justify-content:flex-start;gap:4%}#body-pick .box-bg .box .box-header .logo-container img{height:auto;max-width:min(320px,70vw)}#body-pick .box-bg .box .box-header h2{font-size:1rem}#body-pick .box-bg .box .pick-body{height:auto}#body-pick .box-bg .box .pick-body .pick-hint{font-size:.9rem}#body-pick .box-bg .box #go-back,#body-pick .box-bg .box .pick-body .pick-apps .pick-app{font-size:1rem}#body-pick .box-bg .box .box-footer p{font-size:.9rem}}body,html{margin:0;padding:0;width:100%;min-height:100%}*,:after,:before{box-sizing:border-box}*{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}#app{margin:0;padding:0}.high-contrast #body-login .box-bg,.high-contrast #body-pick .box-bg,.high-contrast #body-recover .box-bg{background:#fff!important;padding:4px!important}.high-contrast #body-login .box,.high-contrast #body-pick .box,.high-contrast #body-recover .box{background-color:#000!important}.high-contrast #body-login,.high-contrast #body-pick,.high-contrast #body-recover{background-color:#000!important;background-image:none!important}.high-contrast #body-login .logo-container img,.high-contrast #body-pick .logo-container img[alt="salvatiodb logo"],.high-contrast #body-recover .logo-container img[alt="salvatiodb logo"]{filter:brightness(0) invert(1)!important}.high-contrast #body-login .box-header h2,.high-contrast #body-login .form-group-login label,.high-contrast #body-pick .box-header h2,.high-contrast #body-recover .box-header h2,.high-contrast #body-recover .form-group-recover label{color:#fff!important;font-weight:600!important}.high-contrast #body-login .box-footer p,.high-contrast #body-pick .box-footer p,.high-contrast #body-pick .pick-hint,.high-contrast #body-recover .box-footer p{color:#fff!important}.high-contrast #body-login .box-footer,.high-contrast #body-pick .box-footer,.high-contrast #body-recover .box-footer{border-top:2px solid #fff!important}.high-contrast #body-login .login-helpdesk{color:#fff!important}.high-contrast #body-login .login-helpdesk a{color:#8ab4ff!important;text-decoration:underline!important}.high-contrast #body-login .form-group-login input,.high-contrast #body-recover .form-group-recover input{background:#fff!important;color:#000!important;border:2px solid #000!important}.high-contrast #body-login .form-group-login input:focus,.high-contrast #body-recover .form-group-recover input:focus{outline:3px solid #ffd54f!important;outline-offset:2px!important}.high-contrast #body-login .login-actions .forgot-password{color:#fff!important;text-decoration:underline!important;font-weight:600!important}.high-contrast #body-login #submit-login,.high-contrast #body-recover #submit-recover{background:#fff!important;color:#000!important;border:3px solid #c4161d!important;font-weight:700!important}.high-contrast #body-login #submit-login:hover,.high-contrast #body-recover #submit-recover:hover{background:#c4161d!important;color:#fff!important}.high-contrast #body-login .oauth-login-box #oauth-login-button,.high-contrast #body-pick #go-back,.high-contrast #body-pick .pick-app,.high-contrast #body-recover #go-back{background:#000!important;color:#fff!important;border:2px solid #fff!important;font-weight:600!important}.high-contrast #body-login .oauth-login-box #oauth-login-button:hover,.high-contrast #body-pick #go-back:hover,.high-contrast #body-pick .pick-app:hover,.high-contrast #body-recover #go-back:hover{background:#fff!important;color:#000!important}.high-contrast #body-login .oauth-login-box p{color:#fff!important}.high-contrast #body-login .oauth-login-box #oauth-login-button p{color:inherit!important}.high-contrast #body-login a:focus-visible,.high-contrast #body-login button:focus-visible,.high-contrast #body-pick button:focus-visible,.high-contrast #body-recover button:focus-visible{outline:3px solid #ffd54f!important;outline-offset:2px!important}.high-contrast #body-confirm{background:#000!important}.high-contrast #body-confirm b{color:#fff!important;font-weight:700!important}