@font-face {
    font-family: euphemia;
    src: url(euphemia.ttf);
}


body {
background: #fff url(../bg.png) no-repeat;
background-size: cover;
background-attachment: fixed;
}

#login_container {  }
#login_logo { background-image: url('../logo.png'); width: 240px; }
h3 { font-weight: bold; color: #b99764; font-family: euphemia, Arial, sans-serif; font-size: 21px; text-transform: uppercase; letter-spacing: 0.1em; line-height: 1.5em; }
p.came_from_url_label { clear: left; margin-top: 4em; color: #b99764; font-family: euphemia, Arial, sans-serif; font-size: 18px; font-weight: bold; line-height: 24px; }
p.came_from_url { font-family: euphemia, Arial, sans-serif; font-size: 95%; line-height: 1.4em; }
form { margin-top: 3em; }
label { font-weight: bold; line-height: 21px; font-style: italic; color: #6c6c6c !important; }
input#__ac_name, input#__ac_password { border: 1px solid #b99764; border-radius: 0; }
input.btn-default {   background: #b99764;  color: #fff;  padding: 5px 15px;  border: 0; border-radius: 0; }