/* Custom Style */
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300");

body {
    /* Change background color to match Scan13 */
    background-color: #111111;
    background-image: url("https://scan13.com/assets/css/images/overlay.png"), -moz-linear-gradient(60deg, rgba(0, 0, 0, 0.5) 5%, rgba(100, 100, 100, 0.5)), url("https://scan13.com/images/bg.jpg");
    background-image: url("https://scan13.com/assets/css/images/overlay.png"), -webkit-linear-gradient(60deg, rgba(0, 0, 0, 0.5) 5%, rgba(100, 100, 100, 0.5)), url("https://scan13.com/images/bg.jpg");
    background-image: url("https://scan13.com/assets/css/images/overlay.png"), -ms-linear-gradient(60deg, rgba(0, 0, 0, 0.5) 5%, rgba(100, 100, 100, 0.5)), url("https://scan13.com/images/bg.jpg");
    background-image: url("https://scan13.com/assets/css/images/overlay.png"), linear-gradient(60deg, rgba(0, 0, 0, 0.5) 5%, rgba(100, 100, 100, 0.5)), url("https://scan13.com/images/bg.jpg");
    background-repeat: repeat,			no-repeat,			no-repeat;
    background-size: 100px 100px, cover,				cover;
    background-position: top left,		center center,		bottom center;
    background-attachment: fixed,			fixed,				fixed;
}

/* Form */
.btn-login {
    text-transform: uppercase;
}

/* Footer */
#footer {
    font-family: "Source Sans Pro", Helvetica, sans-serif !important;
    text-transform: uppercase;
    font-weight: 300;
    text-align: center;
    letter-spacing: .2em;
    color: rgba(255, 255, 255, 0.75);
}
