@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");.auth0EnvLockContainer{align-items:center;background-color:#05070d;background-image:radial-gradient(at 0 0,rgba(0,48,102,.75),transparent 50%),radial-gradient(at 100% 100%,rgba(47,59,78,.6),transparent 30%);display:flex;flex-direction:column;font-size:16px;height:100%;justify-content:center;position:fixed;width:100%;z-index:333}.auth0EnvLockContainer *{font-family:Roboto,sans-serif}.auth0EnvLock_form{background-color:#fff;border-radius:10px;display:flex;flex-direction:column;max-width:360px;padding:20px;width:100%}.auth0EnvLock_title{font-size:18px;font-weight:600;margin-bottom:10px}.auth0EnvLock_heading{color:#f8fafc;font-size:22px;font-weight:600;margin-bottom:20px}.auth0EnvLock_label{color:#64748b}.auth0EnvLock_input{background-color:#f8fafc;border:2px solid #94a3b8;border-radius:8px;margin-bottom:10px;padding:8px 10px}.auth0EnvLock_button{background-color:#000;border-radius:8px;color:#fff;font-weight:600;margin-top:10px;padding:8px 10px}.auth0EnvLock_button.light{background-color:#fff;color:#000;width:200px}.auth0EnvLock_dialog{align-items:center;animation:auth0EnvLockScaleIn 4s forwards;border-radius:8px;color:#fff;display:flex;font-weight:500;justify-content:center;padding:0 10px}.auth0EnvLock_dialog.alert{background-color:#d97706}.auth0EnvLock_logo{margin-bottom:20px;width:150px}.auth0EnvLock_google{align-items:center;background-color:#f8fafc;border:2px solid #94a3b8;border-radius:8px;color:#545c6a;display:flex;justify-content:center;padding:8px}.auth0EnvLock_google img{height:30px;margin-left:10px;width:30px}.auth0EnvLock_or_label{font-weight:500;margin:20px 0;text-align:center}@keyframes auth0EnvLockScaleIn{0%{height:0;opacity:0}15%{height:40px;margin-bottom:8px;opacity:1}85%{height:40px;margin-bottom:8px;opacity:1}to{height:0;margin-bottom:0;opacity:0}}