body,html{width:100vw;height:100vh;font-family:sans-serif;margin:0;padding:0}*{box-sizing:border-box}a{text-decoration:none;color:inherit;cursor:pointer}img{max-width:100%}button{background:rgb(249,133,255);background:linear-gradient(180deg,rgba(249,133,255,1) 0%,rgba(83,0,158,1) 20%);background-repeat:no-repeat;border:0;width:85%;max-width:330px;height:40px;font-size:16px;color:#fff;border-radius:4px;cursor:pointer}button.reverse{background:white;color:purple;border:1px solid silver}button:disabled{border-color:silver;background:gray}button.btn-white{background:transparent;border:1px solid #999;color:#333;margin-bottom:20px}button#oaroButtonSend,button#oaroButtonRetake{width:auto;padding:0 20px}input[type=email],input[type=password]{background-color:#e5e5e5;border:0;padding:12px;border-radius:10px;margin-bottom:20px}.container{max-width:1200px;margin:0 auto}.color-purple{color:#740074}.background-purple{background-color:#740074!important}.text-center{text-align:center}.screen{width:100%;height:100vh;display:flex}.m-auto{margin:0 auto}.p-20{padding:0 20px}.mb-20{margin-bottom:20px}.w-100{width:100%}.d-none{display:none!important}.d-block{display:block}.d-flex{display:flex}.justify-content-center{justify-content:center}.align-items-center{align-items:center}.flex-column{flex-direction:column}.navbar{padding:20px;box-shadow:0 0 10px silver;color:#333}#container-cam{background-color:#000}#container-cam{z-index:1000}#spinner{z-index:1001}.alert-container{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.7);display:flex;justify-content:center;align-items:center}.alert-container .alert{background:white;padding:20px;border-radius:4px;max-width:90%}.switch{position:relative;display:inline-block;width:40px;height:24px}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;inset:0;background-color:#ccc;transition:.4s}.slider:before{position:absolute;content:"";height:16px;width:16px;left:4px;bottom:4px;background-color:#fff;transition:.4s}input:checked+.slider{background-color:#2196f3}input:focus+.slider{box-shadow:0 0 1px #2196f3}input:checked+.slider:before{transform:translate(16px)}.slider.round{border-radius:34px}.slider.round:before{border-radius:50%}.steps .step{margin:0 5px;width:10px;height:10px;border-radius:50%;background:silver}.home{color:#fff;background:rgb(0,84,255);background:linear-gradient(180deg,rgba(0,84,255,1) 0%,rgba(0,60,166,1) 75%);background-repeat:no-repeat}.home .top{flex:80%}.home .logo{width:100px}.home .bottom{flex:20%;text-align:center}.session .top{flex:20%}.session .main{flex:60%}.session .bottom{flex:20%}.session img.terms{width:100px}.session div.terms{margin-bottom:20px;padding-top:20px;border-top:1px solid #E5E5E5}.session div.terms .switch{margin-right:10px;margin-top:5px}
