body{margin:unset}.container{display:flex;flex-direction:column;justify-content:center;align-items:center}@media(min-width:567px)and (max-width:768px){.container{background-color:#d7d7d7;padding:20px}}@media(max-width:567px){.container{background-color:#fff}}.background{display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#fff;gap:20px;padding:10px;width:95%}@media(max-width:567px){.background{padding:0}}@media(min-width:567px)and (max-width:768px){.background{width:60%;border-radius:15px}}.background__box-1{display:flex;flex-direction:row;justify-content:center;align-items:start;background-color:#fff;border-radius:10px;gap:40px}@media(max-width:567px){.background__box-1{display:flex;flex-direction:column;justify-content:center;align-items:center}}@media(min-width:567px)and (max-width:768px){.background__box-1{display:flex;flex-direction:column;justify-content:center;align-items:center;width:90%}}.background__box-1__box-2{display:flex;flex-direction:row;justify-content:right;align-items:start;gap:40px;width:90%}@media(max-width:567px){.background__box-1__box-2{display:flex;flex-direction:column;justify-content:center;align-items:center}}@media(min-width:567px)and (max-width:768px){.background__box-1__box-2{display:flex;flex-direction:column;justify-content:center;align-items:center}}#green{color:green}.mb{margin-bottom:15px}.form{text-transform:uppercase;font-size:9pt;font-weight:700;color:grey;display:flex;flex-direction:column;justify-content:start;align-items:left;box-shadow:0 0 10px 1px;gap:5px;border-radius:10px;padding:25px;width:33.3333333333%}@media(max-width:567px){.form{text-transform:uppercase;font-size:6pt;font-weight:700;color:grey;box-shadow:none;width:100%}}@media(min-width:567px)and (max-width:768px){.form{text-transform:uppercase;font-size:6pt;font-weight:700;color:grey;width:100%;box-shadow:none}}.spans{display:flex;justify-self:left;text-align:left;margin-right:5px}.input-box{display:flex;flex-direction:column;justify-content:center;align-items:start;margin-bottom:15px}.line-without-gap{display:flex;flex-direction:row;justify-content:start;align-items:center}.line-without-gap label{margin-right:5px}.slct{border-radius:5px;border:1px solid #cecece;background-color:#f6f6f6;width:100%;padding:4px 15px 4px 10px;color:#444;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;-o-text-overflow:ellipsis}@media(max-width:567px){.slct{width:80%}}.slct.active{border-radius:5px 5px 0 0;border-bottom:none}.red{color:red}#title{font-size:13pt}@media(max-width:567px){#title{font-size:8pt}}@media(min-width:567px)and (max-width:768px){#title{text-transform:uppercase;font-size:9pt;font-weight:700;color:grey}}input:not(.radio){background:#f6f6f6;border-radius:8px;width:100%;border:1px solid #cecece;padding:6px 0 4px 10px}@media(max-width:567px){input:not(.radio){background:#f6f6f6;border-radius:8px;width:80%;border:1px solid #cecece;padding:6px 0 4px 10px}}.radio{height:25px;cursor:pointer;text-indent:22px;font-size:13px;margin:unset;padding:unset}.line,.radio{display:flex;align-items:center}.line{flex-direction:row;justify-content:srart;gap:5px}button{display:flex;align-self:start}@media(min-width:567px)and (max-width:768px){button{align-self:center}}@media(max-width:567px){button{align-self:center}}button[data-v-631b257e]{box-shadow:0 0 13px #888;border-radius:20px;padding:20px 30px;background-color:#4676d7;border-color:#7d9cda;color:#fff}.failure[data-v-73f6b0e2]{display:flex;justify-content:center;align-items:center;text-align:center;font-size:13pt;text-transform:uppercase;font-weight:700;position:absolute;top:30%;left:40%;background-color:#fff;width:250px;height:100px;box-shadow:0 0 10px 3px;border-radius:10px;z-index:2;color:red}@media(max-width:567px){.failure[data-v-73f6b0e2]{width:200px;height:80px;font-size:9pt;left:20%}}.success[data-v-73f6b0e2]{display:flex;justify-content:center;align-items:center;text-align:center;font-size:13pt;text-transform:uppercase;font-weight:700;position:absolute;top:30%;left:40%;background-color:#fff;width:250px;height:100px;box-shadow:0 0 10px 3px;border-radius:10px;z-index:2;color:green}@media(max-width:567px){.success[data-v-73f6b0e2]{width:200px;height:80px;font-size:9pt;left:20%}}#app{font-family:Avenir,Helvetica,Arial,sans-serif}#dark-screen{display:none;position:fixed;top:0;left:0;z-index:100;width:100%;height:100%;background-color:rgba(0,0,0,.45)}