@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');

html, body, .container {
    background-color: white !important; font-family: Roboto, sans-serif; font-size:16px; color: #000;
}

.container {
    min-height: 900px
}

.footer-company {
    background-color: #F2F2F2;
    padding-top:50px;
    padding-bottom: 15px;
}

.footer-social {
    background-color: #3192D0;
    color: #FFFFFF;
    font-family: Roboto, sans-serif;
    font-size: 13px;
    line-height: 70px;
    height:70px;
}

.footer-social a { color: white !important}

.welcome {
    height: 31px;
    width: 1144px;
    color: #000000;
    font-family: Roboto, sans-serif;
    font-size: 28px;
    line-height: 33px;
}

.intro {
    height: 58px;
    width: 664px;
    color: #000000;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    line-height: 29px;
}

#reportingbutton {
    background: #3192D0;
    border-radius: 0;
}

.btn-primary, .form-control {
    border-radius: 0;
}

input[type=text].form-control, input[type=password].form-control  {
    height:60px;
}

.btn-primary, .btn-primary:hover, .btn-primary:visited, .btn-primary:active {
    background: #3192D0;
}

.nl-reporting-hdl {
    height: 30px;
    width: 1124px;
    color: #3192D0;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
}

.error { margin: 10px 0 0 0; font-weight: normal; font-family: Roboto, sans-serif; font-size: 16px; color:#BB0000; }


.textwidget, .textwidget a {
    color: black;
    text-decoration: none;
    line-height: 29px;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: normal;
}

h1 { font-family: 'Roboto', sans-serif; font-size: 28px; }

.btn-primary { border: none; font-family: Roboto, sans-serif; font-weight: bold; font-size: 16px; background-color: #3192d0; }
.btn, .btn:active, .btn:hover, .btn:focus { background-color: #3192d0 !important; }

.content-row-min-height {
    min-height: 640px;
}