﻿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;
}

html {
  position: relative;
  min-height: 100%;
}
.login-body{
      margin-bottom: 60px;
      background: url("../images/cover-background.png") no-repeat center fixed; 
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
}

.btn-proelium-orange {
    background-color: rgb(253, 134, 54);
    color:white;
}
.input-text {
    width:max-content;
}
.nav-link:hover {
    color: rgba(253, 134, 54); /*proelium orange*/
}
.dropdown-item:hover {
    background-color: rgba(253, 134, 54);
    color:white;
}
.link-light:hover {
  color:rgba(253, 134, 54);
}
.btn-warning, .bg-warning {
    background-color: rgb(253, 134, 54);
    color:white;
}
.bg-info {
    background-color: rgb(81, 195, 248);
}
.input-group-addon {
    color:red
}
thead.table-dark {
    background-color:rgb(34, 37, 41);
}
body {
  font-family: "Lato", sans-serif;
}
.main-head{
  height: 150px;
  background: #FFF;
 
}

.sidenav {
  height: 100%;
  background-color: #000;
  overflow-x: hidden;
  padding-top: 20px;
}


.main {
  padding: 0px 10px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
}

@media screen and (max-width: 450px) {
  .login-form{
      margin-top: 10%;
  }

  .register-form{
      margin-top: 10%;
  }
}

@media screen and (min-width: 768px){
  .main{
      margin-left: 40%; 
  }

  .sidenav{
      width: 40%;
      position: fixed;
      z-index: 1;
      top: 0;
      left: 0;
      background-image: url("") no-repeat scroll 0px 100% / cover transparent;
  }

  .login-form{
      margin-top: 40%;
  }

  .register-form{
      margin-top: 20%;
  }
}
.login-main-text{
  margin-top: 20%;
  padding: 60px;
  color: #fff;
}

.login-main-text h2{
  font-weight: 300;
}

.btn-black{
  background-color: rgb(253, 134, 54) !important;
  color: #fff;
}

@font-face{
  font-family:"Interstate Compressed";
  src: url(../lib/fonts/interstate/interstate-regular-comp-58b641cc0aca1.otf) format('opentype');
  font-weight:bold;
  font-style:normal;
}