﻿html, body { background-image: url('/Public/Static/images/algen-bg-start.jpg'); }

.mox-login { margin-top: 300px; position: relative; overflow: visible; }
.mox-login .logo { pointer-events: none; position: absolute; top: -200px; left: 0; right: 0; margin: 0 20px; box-sizing: border-box; background-position: center top; background-size: contain; background-repeat: no-repeat; color: transparent; text-indent: -9999999px; background-color: transparent; height: 400px; background-image: url('/Public/Static/images/logo-full.svg'); }

a.mox-login-button, 
.mox-login fieldset input[type="submit"], 
.mox-login fieldset button.save { background-color: #ffd505; color: #000; font-weight: bold; }
a.mox-login-button:hover, 
.mox-login fieldset input[type="submit"]:hover, 
.mox-login fieldset button.save:hover { background-color: #d9b503; }