html,
body {
  height: 100%;
}

.signInBody {
  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;
  background-color: #DDDDDD;
  font-family: 'Montserrat'; 
}

.form-signin {
  width: 100%;
  max-width: 500px;
  padding: 80px;
  margin: 0 auto;
	background: white;
	box-shadow: 20px 20px 10px 20 #f3f3f3;
}
.form-signin .form-control:focus {
  z-index: 2;
	border:none!important;
}
.form-signin #email {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.h3
{
	color:#0E7794;
}

.btn-primary
{
	background:#0E7794;
	border:none;
}

.btn-primary:hover
{
	background:#3F3F3D;
}

/* PRICING THEME CSS */

.form-control-dark {
  color: #fff;
  background-color: var(--bs-light);
  border-color: var(--bs-gray);
}
.form-control-dark:focus {
  color: #fff;
  background-color: var(--bs-light);
  border-color: #fff;
  box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .25);
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.text-small {
  font-size: 85%;
}

.dropdown-toggle {
  outline: 0;
}

.navIcon
{
	width:100%;
	height:100px;
	font-size:16px;
	text-align: center;
}

.nav-link
{
	text-align: center;
	letter-spacing: 1px;
	font-size: 12px;
	line-height: 20px;
}

a:active
{
	color: white;
}

.pageContainer
{
	padding:20px;
}

.statBox
{
	border-radius: 5px;
	border:1px solid black;
	background: #212529;
	text-align: center;
	color:#FFFFFF;
}

.deviceEditorContainer
{
	padding:20px;
	border:1px solid black;
	border-radius: 5px;
}

@media only screen and (max-width: 767px)
{
	.buttonGroupContainer
	{
		max-width: 100%!important;
	}
}
.buttonGroupContainer
{
	max-width:50%; 
	margin:0px auto;
}

.btn-group {margin: 10px;}

@media only screen and (max-width: 767px) {
  .btn-group {
    display: block;
  }
  
  .btn-group .btn {
    display: block;
    float: none;
    width: 100%;
	  margin-bottom:10px!important;
	  border-radius: 5px!important;
  }
}