@font-face {
    font-family: Roboto-Regular;
    src: url('/sites/common4all/fonts/google-fonts/roboto-regular/Roboto-Regular.ttf');
}


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

#login_container { background-color: #e9ecef; }
#login_logo { background-image: url('../logo-login.png'); width: 190px; background-size:contain;}
h3 { font-weight: bold; color: #30303a; font-family: Roboto-Regular, Arial, sans-serif; font-size: 21px; text-transform: uppercase; line-height: 1.5em; }
p.came_from_url_label { clear: left; margin-top: 4em; color: #30303a; font-family: Roboto-Regular, Arial, sans-serif; font-size: 18px; font-weight: bold; line-height: 24px; }
p.came_from_url { font-family: Roboto-Regular, Arial, sans-serif; font-size: 95%; line-height: 1.4em; }
form { margin-top: 3em; }
label { font-weight: bold; line-height: 21px; color: #30303a !important; }
input#__ac_name, input#__ac_password { border: 1px solid #30303a; border-radius: 0; }
input.btn-default, .btn-default:hover, .btn-default:focus, .btn-default:active, .active.btn-default, .open .btn-default.dropdown-toggle {   background: #30303a;  color: #fff;  padding: 5px 15px;  border: 0; border-radius: 0; }