﻿.btn.btn-primary {
    background-color: #337ab7 !important;
    border: 1px solid #337ab7 !important;
    color: #fff !important;
}

.checkbox-primary, .checkbox-primary input:checked ~ .checkmark:after {
    color: #337ab7;
}


a, .form-group a {
    color: #337ab7;
}


html {
    height: 100%;
    min-height: 100%;
}


body {
    margin: 0;
    padding: 0;
}


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup, menu, nav, output,
ruby, section, summary, time, mark, audio, video, .row, .wrapper {
    background-color: transparent;
}



html {
    background: url(/images/bg-trans.png) no-repeat center center fixed;
    /*background: url(/images/logonMaster.svg) no-repeat center center fixed; */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    min-height: 100%;
}
