﻿html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.avatar-preview {
  object-fit: cover;
  width: 128px;
  height: 128px;
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;
    background-size: contain;
    background-image: url('../images/bg2.png');
}

nav.navbar {
    color: #ffffff;
    background-color: #04725B;
}

/*
.btn, .btn:hover {
    background-color: #04725B;
    border-color: #04725B;
}
*/

div.container {
    padding: 1rem;
}

.navbar .logo > div {
    display: inline-block;
    padding: 13px 0;
    line-height: 1;
    font-size: 16px;
    text-align: left;
}

.company-pattern {
    background: url(/images/pat_04.png) #04725B !important
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #ffffff;
    background-color: #04725B;
}

.nav-link {
    color: #04725B;
}

.nav-link:focus, .nav-link:hover {
    color: #04725B;
}
