@font-face { font-family: 'MercuryDisplay'; font-weight: normal; font-style: normal; src: url('../fonts/MercuryDisplay-Roman.otf') format('opentype'); }
@font-face { font-family: 'MercuryDisplay'; font-weight: normal; font-style: italic; src: url('../fonts/MercuryDisplay-Italic.otf') format('opentype'); }
@font-face { font-family: 'MercuryDisplay'; font-weight: 600; font-style: normal; src: url('../fonts/MercuryDisplay-Semibold.otf') format('opentype'); }
@font-face { font-family: 'MercuryDisplay'; font-weight: 600; font-style: italic; src: url('../fonts/MercuryDisplay-SemIta.otf') format('opentype'); }
@font-face { font-family: 'MercuryDisplay'; font-weight: bold; font-style: normal; src: url('../fonts/MercuryDisplay-Bold.otf') format('opentype'); }
@font-face { font-family: 'MercuryDisplay'; font-weight: bold; font-style: italic; src: url('../fonts/MercuryDisplay-BolIta.otf') format('opentype'); }

* { -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-tap-highlight-color: transparent; -webkit-appearance: none; -webkit-border-radius: 0px; -webkit-text-size-adjust: 100%; }
#login * { box-sizing: border-box; }
#login *:focus { box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; }

body { background: url('../images/login.jpg') center center no-repeat; background-size: cover; font-family: 'Benton Sans'; font-size: 14px; font-style: normal; }
#login { width: 240px; }
#login h1 { background: url('../images/login_logo.png') center center no-repeat; height: 45px; left: 36px; position: relative; top: 205px; width: 143px; }
#login h1 a { display: none !important; }
#login form { border-top: 240px solid #000; margin: 0; width: 240px; box-shadow: 0; }
#login form input[type=text],
#login form input[type=password] { border: 1px solid #d1bf93; color: #000; font-size: 14px; height: 33px; font-family: 'MercuryDisplay'; font-style: italic; font-weight: bold; margin: 0; padding: 0 10px; width: 189px; }
#login form input[type=checkbox] { border: 1px solid #d1bf93; }
#login form input[type=checkbox]:checked:before { color: #a37e27; }
#login form input#wp-submit { background: #a37e27; border: none; color: #fff; font-family: 'MercuryDisplay'; font-style: italic; font-weight: bold; height: 25px; line-height: 25px; margin-right: 3px; padding: 0 10px; position: relative; top: 16px; box-shadow: none; border-radius: 0; }
#login form p:first-of-type { margin-bottom: 20px; }
#login form p label { color: #000; font-size: 13px; }
#login form p.forgetmenot { position: relative; top: 18px; }
#login form p.forgetmenot label { font-size: 11px; }
#login p#nav { font-size: 9px; margin-top: 18px; text-align: center; width: 240px; }
#login p#nav a { color: #fff; font-weight: bold; text-transform: uppercase; }
#login p#backtoblog { display: none; }
#login p.message { display: none; }
#login div#login_error { left: 0; position: fixed; text-align: center; top: 0; width: 100%; }