.App{width:100%;min-height:100vh;padding:25px 0;display:flex;justify-content:center;align-items:center;font-family:Gill Sans,Gill Sans MT,Calibri,Trebuchet MS,sans-serif;background-color:#ededed}@keyframes slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes LoginSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.Login{display:flex;justify-content:center;align-items:stretch;overflow:hidden;width:100%;max-width:1200px;border-radius:6px;box-shadow:0 2px 14px #0000001a;animation:slideIn .5s ease forwards;background-color:#fff}.Login--section{width:50%;padding:20px}.Login__Promotion{background-color:#0ff;background-size:cover;background-position:center;min-height:700px}.Login__Form{display:flex;flex-direction:column;justify-content:center;align-items:center}.Login__Form__Inner{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.Login h1{margin-bottom:20px;font-weight:600}.Login__ContinueWithButton{display:flex;align-items:center;justify-content:center;font-family:Gill Sans,Gill Sans MT,Calibri,Trebuchet MS,sans-serif;width:100%;max-width:300px;margin-bottom:15px;border-radius:5px;border:1px solid transparent;padding:10px;transition:box-shadow .3s ease}.Login__ContinueWithButton:hover{cursor:pointer;box-shadow:0 2px 4px #0003}.Login__ContinueWithButton:disabled{cursor:not-allowed;opacity:.6}.Login__ContinueWithButton__Icon{margin-right:10px}.Login__ContinueWithButton__IconLoading{margin-left:5px;animation:LoginSpin 1s linear infinite;display:inline-block;width:16px;height:16px;border:2px solid transparent;border-top-color:#fff;border-radius:50%}.Login__ContinueWithButton__IconLoading.light{border-top-color:#fff}.Login__ContinueWithButton__IconLoading.dark{border-top-color:#000}.Login__ContinueWithButton__Avatar{width:25px;height:25px;border-radius:50%;margin-right:10px;background-size:cover;background-position:center center}.Login__ContinueWithButton--facebook{background-color:#3b5998;color:#fff}.Login__ContinueWithButton--google{background-color:#fff;color:#444;border:1px solid #ddd}@keyframes LoginCallbackFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.LoginCallback--fade-in{animation:LoginCallbackFadeIn 1s ease-in-out}*,*:before,*:after{box-sizing:border-box}*{margin:0}@media (prefers-reduced-motion: no-preference){html{interpolate-size:allow-keywords}}body{line-height:1.5;-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}p{text-wrap:pretty}h1,h2,h3,h4,h5,h6{text-wrap:balance}#root,#__next{isolation:isolate}
