
.loadingContainer{background-color:#5f5f5f44;width:100%;height:100%;display:grid;position:absolute;top:0}.loader{border:3px solid;border-color:var(--white)var(--white)transparent;box-sizing:border-box;border-radius:50%;place-self:center;width:48px;height:48px;animation:1s linear infinite rotation;display:inline-block;position:relative}.loader:after{content:"";box-sizing:border-box;border:3px solid;border-color:transparent var(--primary-color)var(--primary-color);transform-origin:50%;border-radius:50%;width:24px;height:24px;margin:auto;animation:.5s linear infinite rotationBack;position:absolute;inset:0}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes rotationBack{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}
.style-module__a7hBga__container{grid-template-rows:100%,100%;width:100%;margin-bottom:2rem;display:grid}.style-module__a7hBga__label{text-align:left;margin-bottom:.5rem}.style-module__a7hBga__select{border:1px var(--gray)solid;background-color:#fff;border-radius:.25rem;width:100%;height:2rem;padding:.25rem}.style-module__a7hBga__select:focus{outline:none}.style-module__a7hBga__select:disabled{background-color:#fff}
.style-module__HHc_Wa__container{grid-template-rows:100%,100%;width:100%;margin-bottom:2rem;display:grid}.style-module__HHc_Wa__label{text-align:left;margin-bottom:.5rem}.style-module__HHc_Wa__input{border:none;border:1px var(--gray)solid;background-color:#fff;border-radius:.25rem;width:100%;min-height:2rem;padding:.25rem}.style-module__HHc_Wa__input:focus{outline:none}.style-module__HHc_Wa__input:disabled{background-color:#fff}
.style-module__sG-era__button{width:10rem;height:2rem;color:var(--white);background-color:var(--primary-color);border:none;border-radius:.25rem;margin:1rem;padding:.5rem}.style-module__sG-era__button:hover{cursor:pointer}.style-module__sG-era__buttonSecondary{color:var(--button-text-color)!important;background-color:var(--white)!important}.style-module__sG-era__buttonSecondary:hover{color:var(--button-hover-color);cursor:pointer}
html,body{background-color:var(--primary-color)}.page-module___8aEwW__loginContainer{width:100%;height:100%;display:grid}.page-module___8aEwW__loginInputsContainer{background-color:var(--white);text-align:center;box-sizing:border-box;width:50vh;height:max-content;color:var(--text-color);border-radius:.5rem;place-self:center;padding:3rem}.page-module___8aEwW__loginInputsContainer>div>label{color:var(--black)!important}
