﻿body{display:flex;height:100vh;margin:0}.root{display:flex;width:100%;justify-content:center;align-items:center;flex-direction:column}.mdc-rest-dialog{display:none;position:fixed;top:0;left:0;bottom:0;right:0;background-color:rgba(0,0,0,.15);z-index:100}.mdc-rest-dialog.show{display:block}button.status-loading{position:relative;color:transparent !important;pointer-events:none !important}button.status-loading::before{position:absolute;top:calc(50% - 12px);left:calc(50% - 12px);content:"";width:24px;height:24px;background-color:transparent;border:3px solid #ffffff;border-top-color:transparent !important;border-radius:100%;box-sizing:border-box;opacity:1 !important;animation:spinner-rotate .5s linear infinite}button.status-loading::after{display:none !important}@keyframes spinner-rotate{from{transform:rotate(0)}to{transform:rotate(360deg)}}.mdc-card{width:450px;max-width:100%;padding:48px 40px}.mdc-card .p-logo{display:flex;height:48px;justify-content:center;align-items:center}.mdc-card .p-logo img{height:24px}.mdc-card .p-title{margin:16px 0 0;text-align:center}.mdc-card .p-subtitle{margin:8px 0 0;text-align:center}.mdc-card .p-subtitle.error{color:var(--mdc-theme-error,#d50000)}.mdc-card .p-credentials-input,.mdc-card .p-code-verification{display:flex;flex-direction:column}.mdc-card .p-credentials-input.hidden,.mdc-card .p-code-verification.hidden{display:none !important}.mdc-card .p-text-field{margin-top:32px}.mdc-card .p-text-field .mdc-text-field__icon{user-select:none}.mdc-card .p-action{margin-top:80px;justify-content:space-between}.mdc-card .p-code-verification .p-action{justify-content:flex-end}.mdc-card .p-action .p-link{padding:0 8px;color:var(--mdc-theme-primary,#6200ee);font-family:var(--mdc-typography-button-font-family,var(--mdc-typography-font-family,Roboto,sans-serif));font-size:var(--mdc-typography-button-font-size,0.875rem);font-weight:var(--mdc-typography-button-font-weight,500);line-height:28px;border-radius:4px;text-decoration:none}.mdc-card .p-number-container{display:flex;margin-top:40px;justify-content:center}.mdc-card .p-number-container input{width:40px;height:44px;margin:0 4px;padding:0;background-color:#dadce0;color:var(--mdc-theme-primary,#6200ee);border:none;border-radius:4px;text-align:center;font-family:var(--mdc-typography-button-font-family,var(--mdc-typography-font-family,Roboto,sans-serif));font-size:1.25rem;font-weight:500;outline:none;-moz-appearance:textfield}.mdc-card .p-number-container input::-webkit-outer-spin-button,.mdc-card .p-number-container input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.link-container{display:flex;width:450px;max-width:100%;padding:7px 0;box-sizing:border-box;justify-content:flex-end;align-items:center}.link-container .p-link{padding:6px 16px;color:var(--mdc-theme-text-secondary-on-background);font-family:var(--mdc-typography-button-font-family,var(--mdc-typography-font-family,Roboto,sans-serif));font-size:0.75rem;font-weight:500;border-radius:2px;text-decoration:none}@media (max-width:500px){.mdc-card{padding:48px 20px;border:none}.link-container{padding:7px 20px}}@media (max-height:560px){.root{display:block;width:initial;margin:0 auto}}