.guest-layout{min-height:100vh;display:flex;justify-content:center;align-items:center;flex-direction:column;background:var(--guest-layout-background-color)}.guest-layout:after{content:"";position:absolute;left:0;right:0;top:0;bottom:0;background:url(/images/background-repeat.png);opacity:.75;z-index:0}.guest-layout .box{width:600px;z-index:1;background:white;padding:calc(var(--spacing) * 2);border-radius:var(--card-border-radius)}.guest-layout .box .logo{height:35px;margin-bottom:calc(var(--spacing) * 1)}.guest-layout .box .logo>a{display:block;height:100%;width:100%;text-align:center}.guest-layout .box .logo>a .logo-icon-text{width:-moz-fit-content;width:fit-content;height:100%;fill:var(--text-color);margin:auto}.guest-layout .box .logo>a .logo-icon-text svg{height:100%}.guest-layout .box .content h2{text-align:center;margin-bottom:calc(var(--spacing) * 2);opacity:.75}.guest-layout .box .content form .options{display:flex;justify-content:space-between;align-items:center;margin-bottom:calc(var(--spacing) * 1.5)}.guest-layout .box .content .text-center{width:100%;display:block}.guest-layout .box .content .bottom{margin-top:calc(var(--spacing) * 2)}
