﻿html, body { background-image: url('/Public/Static/images/login-bg.jpg'); background-color: #0e4871; }
.mox-login .logo { border-bottom: 1px solid #eee; text-transform: uppercase; padding-top: 60px; height: unset; background-image: url('../images/Artist.svg'); background-position: center 10px; background-size: auto 55px; background-color: #fff; background-repeat: no-repeat; color: #000; text-align: center; }
.mox-login { border-radius: 6px; max-width: 450px; }

a.mox-login-button, 
.mox-login fieldset input[type=submit], 
.mox-login fieldset button.save { background-color: #1671b0; }
a.mox-login-button:hover, 
.mox-login fieldset input[type=submit]:hover, 
.mox-login fieldset button.save:hover { background-color: #0c5587 }

select { width: 100%; box-sizing: border-box; border: 1px solid #cacaca; padding: 5px 8px; border-radius: 3px; font-size: 1rem; line-height: 1.5rem; }

/*.site-logo { padding-top: 75px; height: unset; background-color: transparent; background-position: center 10px; background-size: auto 50px; background-color: #fff; background-repeat: no-repeat; color: #000; text-align: center; width: 300px; margin-left: auto; margin-right: auto; margin-bottom: 15px; }
.site-logo { background-image: none; margin-top: 200px; }*/