@-webkit-keyframes rotator{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(270deg);transform:rotate(270deg)}}@keyframes rotator{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(270deg);transform:rotate(270deg)}}.path{stroke-dasharray:187;stroke-dashoffset:0;-webkit-transform-origin:center;transform-origin:center;-webkit-animation:dash 1.4s ease-in-out infinite,colors 5.6s ease-in-out infinite;animation:dash 1.4s ease-in-out infinite,colors 5.6s ease-in-out infinite}@-webkit-keyframes colors{0%{stroke:rgba(0,0,0,.54)}25%{stroke:rgba(0,0,0,.54)}50%{stroke:rgba(0,0,0,.54)}75%{stroke:rgba(0,0,0,.54)}100%{stroke:rgba(0,0,0,.54)}}@keyframes colors{0%{stroke:rgba(0,0,0,.54)}25%{stroke:rgba(0,0,0,.54)}50%{stroke:rgba(0,0,0,.54)}75%{stroke:rgba(0,0,0,.54)}100%{stroke:rgba(0,0,0,.54)}}@-webkit-keyframes dash{0%{stroke-dashoffset:187}50%{stroke-dashoffset:46.75;-webkit-transform:rotate(135deg);transform:rotate(135deg)}100%{stroke-dashoffset:187;-webkit-transform:rotate(450deg);transform:rotate(450deg)}}@keyframes dash{0%{stroke-dashoffset:187}50%{stroke-dashoffset:46.75;-webkit-transform:rotate(135deg);transform:rotate(135deg)}100%{stroke-dashoffset:187;-webkit-transform:rotate(450deg);transform:rotate(450deg)}}.display1,.display2,.display3,.display4,.headline,.subheading,.title,a,body,button,caption,em,h1,h2,h3,h4,html,input,strong,textarea{font-family:Roboto,sans-serif!important;-webkit-font-smoothing:antialiased}body,body2,button,caption,em,h4,html,strong{color:rgba(0,0,0,.87)}.display4{font-weight:300;font-size:112px}.display3{font-weight:400;font-size:56px}.display2{font-weight:400;font-size:45px}.display1{font-weight:400;font-size:34px}.headline,h1{font-weight:400;font-size:24px}.title,h2{font-weight:600;font-size:20px}.subheading,h3{font-weight:400;font-size:16px}.body2,em,h4,strong{font-weight:600;font-size:14px}body,html{font-weight:400;font-size:14px}.caption,caption{font-weight:400;font-size:12px}.button,button{font-weight:600;font-size:14px;text-transform:uppercase}.text-primary{color:rgba(0,0,0,.87)}.text-secondary{color:rgba(0,0,0,.54)}.icon,.text-disabled,.text-hint{color:rgba(0,0,0,.38)}.text-dark-primary{color:#fff}.text-dark-secondary{color:#444}.dark-icon,.text-dark-disabled,.text-dark-hint{color:#fff}body,html{height:100%;width:100%}body,html{background-color:#333;color:#fff;margin:0}.backdrop{background-image:url(content/images/background.jpg);background-size:cover;display:grid;place-items:center center;width:100%;height:100%}#contents{width:304px}#primary-panel{border-radius:10px;display:grid;background-color:rgba(255,255,255,.8)}img.logo{margin:24px 0 16px 0;height:80px;max-width:300px;object-fit:contain;place-self:center}a{text-decoration:none}a:hover{text-decoration:underline}#wrapper{padding:25px}#signin-container{padding:25px 16px;border-radius:2px}p{line-height:150%}p.greeting-message{text-align:center;margin:0 24px}#signin-container p{margin-top:25px;margin-bottom:50px}#signin-buttons a{float:right;line-height:32px;color:#444}#request-login-link{display:inline}#request-login-text{margin-top:16px;text-align:center;display:none}footer{margin:16px 24px;text-align:center;font-style:italic}button{display:inline-block;position:relative;width:112px;height:32px;line-height:24px;border:none;cursor:pointer;border-radius:2px;color:#fff;transition:box-shadow .2s cubic-bezier(.4,0,.2,1);transition-delay:.2s;box-shadow:0 2px 5px 0 rgba(54,54,54,.856)}button:active{box-shadow:0 8px 17px 0 rgba(0,0,0,.2);transition-delay:0s}#waiting{margin:auto;text-align:center}#waiting div{margin-bottom:10px}.spinner{-webkit-animation:rotator 1.4s linear infinite;animation:rotator 1.4s linear infinite}