﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
/*a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}*/
/*a {
  color: #0077cc;
}*/
/*.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}*/
/*.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}*/
/*html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}*/
.border-top {
  border-top: 1px solid #e5e5e5;
}

.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/*html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}*/
.width-150 {
  width: 150px;
}

.height-45 {
  height: 45px;
}

.icon-22 {
  width: 22px;
  top: 6px;
  position: relative;
}

.h-28 {
  height: 28px;
}

.h-22 {
  height: 22px;
}

.h-40 {
  height: 40px;
}

.custom-bg-color {
  background-color: #252e37;
}

.bg-auth-mvs {
    position: relative;
    background-image: url(../assets/images/bg-auth-mvs.png);
    background-position: center;
    background-size: contain;
    background-color: #252e37;
    background-repeat: no-repeat;
}

.bg-auth-mvs .bg-overlay {
  opacity: 0.2;
  background-color: #0576b9;
}

.bg-auth-acx {
    position: relative;
    background-image: url(../assets/images/bg-auth-acx.png);
    background-position: center;
    background-size: contain;
    background-color: #252e37;
    background-repeat: no-repeat;
}

.bg-auth-acx .bg-overlay {
  opacity: 0.2;
  background-color: #0576b9;
}
