CSS = '\n AuthPromptScreen {\n align: center middle;\n }\n\n AuthPromptScreen > Vertical {\n width: 72;\n max-width: 90%;\n height: auto;\n background: $surface;\n border: solid $primary;\n padding: 1 2;\n }\n\n AuthPromptScreen .auth-prompt-title {\n text-style: bold;\n color: $primary;\n text-align: center;\n margin-bottom: 1;\n }\n\n AuthPromptScreen .auth-prompt-copy {\n height: auto;\n color: $text;\n margin-bottom: 1;\n }\n\n AuthPromptScreen .auth-prompt-meta {\n height: auto;\n color: $text-muted;\n margin-bottom: 1;\n }\n\n AuthPromptScreen #auth-prompt-input {\n margin-bottom: 1;\n border: solid $primary-lighten-2;\n }\n\n AuthPromptScreen #auth-prompt-input:focus {\n border: solid $primary;\n }\n\n AuthPromptScreen .auth-prompt-error {\n height: auto;\n color: $error;\n margin-bottom: 1;\n }\n\n AuthPromptScreen .auth-prompt-help {\n height: 1;\n color: $text-muted;\n text-style: italic;\n text-align: center;\n }\n '