@font-face {
    font-family: "Noto Sans";
    src: url("fonts/NotoSans-Regular.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}
@font-face {
font-family: "Noto Sans";
src: url("fonts/NotoSans-Italic.woff2") format("woff2");
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: "Noto Sans";
src: url("fonts/NotoSans-Bold.woff2") format("woff2");
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: "Noto Sans";
src: url("fonts/NotoSans-BoldItalic.woff2") format("woff2");
font-weight: bold;
font-style: italic;
}
@font-face {
font-family: "Noto Sans";
src: url("fonts/NotoSans-Black.woff2") format("woff2");
font-weight: 900;
font-style: normal;
}
.login {
    font-family: 'Noto Sans', Arial, sans-serif;
    font-weight: normal;
    background-color:white;
}
.login .button-primary { 
    background-color:#005091 !important;
    border:none !important;
    text-shadow:none !important;
}
.login .button-primary:hover {
    background-color:#006bc2 !important;
}
.login label input {
    box-shadow:none !important;
}
.login a {
    color:#005091;
}
.login a:hover {
    color:#006bc2 !important;
}
#login h1 a, .login h1 a {
    background-image: url('images/lcp-logo2.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    padding-bottom: 30px;
    width: 100%;
}