﻿/* noto-sans-regular - latin */
@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    src: local(''), url('../fonts/noto-sans-v25-latin-regular.woff2') format('woff2'),
        url('../fonts/noto-sans-v25-latin-regular.woff') format('woff');
}

html,
body {
    height: 100%;
    font-family: "Noto Sans", Verdana, Arial, Helvetica, sans-serif;
}

body {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
    color: #1a1b1d;
    background-color: #f4f2f4;
}

.btn-login {
    background-color: #0173d1 !important;
    border-color: #0173d1 !important;
}

.btn-login:hover {
    background-color: #0365d8 !important;
    border-color: #0365d8 !important;
}

.btn-login:active {
    background-color: #005296 !important;
    border-color: #005296 !important;
}