﻿@font-face {
    font-family: 'Montserrat';
    src: url("../fonts/Montserrat/Montserrat-Regular.woff"), url("../fonts/Montserrat/Montserrat-Regular.woff2");
}

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,
caption, article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    font-family: 'Montserrat';
}

html {
    background-image: url('../images/nwgLogin_Background.jpg');
    background-size: cover;
}

#nwgLogo {
    background: url('../images/logoNWG_Login.png');
    width: 228px;
    height: 100px;
    margin: 32px auto;
}

#loginFormContainer {
    margin: auto;
    width: 100%;
    max-width: 500px;
    color: #FFF;
}


.dnnPrimaryAction, .dnnFormItem input[type="submit"], a.dnnPrimaryAction {
    border: none !important;
    background: #FACD01 !important;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.6), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4);
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.6), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4);
    color: #000 !important;
    text-shadow: 0px -1px 0px #185B93;
}

.dnnFormItem > span.dnnFormLabel {
    width: auto;
    margin-top: 10px !important;
}


.dnnFormItem {
    margin: 20px auto !important;
    font-size: 15px;
}

.dnnLabel {
    padding: 0;
    margin: 0;
}


/*#region link reset credenziali e privacy */


.nwgCredentialReset,
#nwgPrivacyLink,
.nwgCredentialReset a,
#nwgPrivacyLink a {
    color: #FFF;
    text-align: center;
    font-size: 15px;
    margin: 20px auto;
}

    .nwgCredentialReset a:hover,
    #nwgPrivacyLink a:hover {
        color: #FACD00;
    }


#nwgPrivacyLink {
    margin-top: 60px;
}

/*#endregion */


