.AuthLayout{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;width:100vw;background-color:var(--bc-primary);color:var(--fc-primary);overflow-x:hidden;overflow-y:auto}.AuthLayout .CfgxLogo{margin-bottom:3rem}.CfgxLogo{display:flex;align-items:center;align-content:flex-start;color:#652ea3;height:52px;width:auto;font-size:24px;margin-right:0}.CfgxLogo span{flex-grow:0;flex-shrink:0;font-weight:600}.CfgxLogo span:last-child{color:#fff;background:#652ea3;border-radius:50%;height:40px;width:40px;display:flex;align-items:center;justify-content:center;text-align:center;margin:0 0 0 .35rem}.CfgxLogo.-small{font-size:24px}.CfgxLogo.-small span{font-weight:500}.CfgxLogo.-small span:last-child{height:30px;width:30px;margin:0 0 0 .4rem}.CfgxLogo.-big{font-size:48px}.CfgxLogo.-big span:last-child{height:60px;width:60px;margin:0 0 0 .7rem}.CfgxLogo.-light span{color:#fff}.CfgxLogo.-light span:last-child{background:#fff;color:var(--bc-primary)}.Button{display:inline-flex;align-items:center;justify-content:center;text-align:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-family:inherit;font-weight:600;line-height:1.5rem;font-size:.875rem;color:var(--fc-primary);padding:0 12px;background-color:#212c3f;border-radius:.375rem;border:none;width:100%;box-shadow:inset 0 0 0 0 #fff,inset 0 0 0 1px hsla(0,0%,100%,.1);cursor:pointer;margin:26px 0;height:40px}.Button>svg:first-child{margin-right:5px}.Button>svg:first-child:last-child{margin-right:0}.Button:first-child{margin-top:0}.Button:last-child{margin-bottom:0}.Button.-selected,.Button.-selected:hover{box-shadow:var(--field-shadow-active)}.Button.-success{background:var(--bc-green);color:#fff}.Button.-naked{background:none;box-shadow:none;border:none}.Button.-primary{box-shadow:none;background:var(--bc-green);color:#fff}.Button.-danger{box-shadow:none;background:var(--fc-red);color:#fff}.Button.-run-deploy svg{color:var(--fc-green)}.Button.-delete svg{color:var(--fc-red)}.Button.-fixed-top-left{position:fixed;top:15px;left:15px;width:auto}.Button.-fixed-top-left .Button{width:auto}.Button:hover{box-shadow:inset 999px 999px 999px hsla(0,0%,100%,.1)}.Button:active{box-shadow:inset 999px 999px 999px rgba(0,0,0,.1)}.Button.-disabled,.Button.-disabled:active,.Button.-disabled:hover,.Button.-spinner,.Button.-spinner:active,.Button.-spinner:hover,.Button[disabled],.Button[disabled]:active,.Button[disabled]:hover{box-shadow:inset 0 0 0 0 #fff,inset 0 0 0 1px hsla(0,0%,100%,.1)!important}.Button.-disabled,.Button[disabled]{cursor:not-allowed;opacity:.666}.Button.-spinner{cursor:wait;background:rgba(0,0,0,.333);opacity:1}.LoadingIndicator{display:flex;align-items:center;justify-content:center;text-align:center;position:relative;width:100%;margin-top:-.9rem;margin-bottom:.9rem;padding-top:.45rem;padding-bottom:.45rem}.LoadingIndicator .loader,.LoadingIndicator .loader:after,.LoadingIndicator .loader:before{border-radius:50%;width:.9rem;height:.9rem;animation-fill-mode:both;animation:bblFadInOut 1.5s ease-in-out infinite}.LoadingIndicator .loader{color:#fff;position:relative;transform:translateZ(0);animation-delay:-.16s}.LoadingIndicator .loader:after,.LoadingIndicator .loader:before{content:"";position:absolute;top:0}.LoadingIndicator .loader:before{left:-1.15rem;animation-delay:-.32s}.LoadingIndicator .loader:after{left:1.15rem}@keyframes bblFadInOut{0%,80%,to{box-shadow:0 .9rem 0 -1.3rem}40%{box-shadow:0 .9rem 0 0}}