/*!
 * Start Bootstrap - Scrolling Nav (https://startbootstrap.com/templates/scrolling-nav)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-scrolling-nav/blob/master/LICENSE)
 */

body {
  background-color: #191919;
  font-style: normal;
  font-variant-ligatures: normal;
  font-variant-caps: normal;
  font-variant-numeric: normal;
  font-variant-east-asian: normal;
  font-weight: normal;
  font-stretch: normal;
  font-size: 14px;
  line-height: 18px;
  font-family: Roboto, Helvetica, Arial, Verdana, sans-serif;
}

#login .container {
  border: 1px solid #E8470C;
}

h3 {
  color: #E8470C;
  font-size: 30px;
}

#login h3 {
  margin-top: 25px;
}

.lead {
  color: #8B8D94;
  font-size: 14px;
}

label {
  color: ##191919;
  font-size: 14px;
  font-weight: bold;
}

.form-control {
  display: block;
  width: 100%;
  height: auto;
  padding: .7rem 2rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #F8F8F8;
  background-clip: padding-box;
  border: 2px solid #D1D1D1;
  border-radius: 50px;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn {
  background-color: #E8470C !important;
  border: 1px solid #E8470C !important;
  border-radius: 50px !important;
  font-size: 14px !important;
}

#login .btn {
  margin-top: 25px;
  padding: 10px 60px;
}

@media only screen and (max-width: 575px) {
  .sidebar {
    margin-bottom: 15px;
    padding-right: 15px !important;
  }

  .sidebar .btn2 {
    border-radius: 5px 5px 5px 5px !important;
  }
}

section {
  padding: 150px 0;
}

.navbar {
  background-color: #191919;
  padding: 35px;
}

footer {
  background-color: #191919;
}

.btn {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 700;
  padding: 12px 24px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  border: 2px solid #fb5c02;
  background-color: #fb5c02;
  box-sizing: border-box;
  transition: all 0.4s;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.nav-item {
  padding: 0px 25px;
}

.navbar-dark .navbar-nav .nav-link {
  color: #FFFFFF;
}