/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jan 3, 2018, 6:09:41 PM
    Author     : tomaz
*/
/*$primary-color: #49C4DD;*/
/*$primary-color: #EA104C;*/
/*$primary-color: #2C90FF;*/
/*$primary-color: #41D8CD;*/
/*$primary-color: #FF7050;*/
html {
  font-size: 16px;
  background: #FFF; }

h1 {
  font-size: 2rem;
  font-family: Helvetica, Arial, sans-serif;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  text-align: center;
  color: black; }

h2 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  margin-bottom: 1rem;
  color: black; }

input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0px 9999px white; }

input:-webkit-autofill:focus,
.form-control:focus {
  border-color: #000;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 0 0 0px 9999px white, 0 0 0 0.2rem rgba(0, 0, 0, 0.25); }

.btn-outline-primary {
  border-color: #000;
  color: #000; }
  .btn-outline-primary:hover, .btn-outline-primary:not([disabled]):not(.disabled):active {
    color: #FFF;
    background-color: #000;
    border-color: #000; }
  .btn-outline-primary:focus, .btn-outline-primary:not([disabled]):not(.disabled):active {
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25); }

.main-content {
  max-width: 1000px;
  margin: auto; }

.table tr td, .table tr th {
  border-bottom: 1px solid black;
  border-top: 1px solid black;
  /*border-top: none;*/
  padding-left: 0;
  padding-right: 0; }

a {
  color: gray; }

#sign-up-link-container {
  margin-top: 2rem; }

/*# sourceMappingURL=main.css.map */
