/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 .login h1 a {font-size: 1rem; display: block;background: none;height: auto;line-height: 1;width: 100%;text-indent: 0; opacity: 1; transition: opacity 0.2s;}
 .login h1 a:hover {opacity: 0.7;}
 .login h1 a > * {display: block; width: 100%; height: auto; box-sizing: border-box;}
 .login h1 a > * * {display: block; width: 100%; height: auto;}