﻿body {
  background-color: #2E2E2E !important;
}

.card {
  background-color: #FFFFFF !important;
  color: #242424 !important;
  border-radius: 5px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.65);
}

#Footer .container  {
  background-color: #FFFFFF !important;
  padding: 10px;
  color: #242424 !important;
  border-radius: 5px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.65);  
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}


.card-header {
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
  background-color: #9B59B6 !important;
  border-top: 1px solid #B88ACB;
  border-bottom: 5px solid #78428E;
  border-radius: 5px 5px 0px 0px;
  padding: 10px 0 10px 0;
}

.card-body {
  padding: 20px;
}

input[type=button], input[type=submit] {
  display: inline-block;
  padding: 11px 41px;
  margin-bottom: 1px;
  color: #fff;
  text-align: left;
  vertical-align: middle;
  cursor: pointer;
  background-color: #9B59B6 !important;
  font-weight: bold;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: all 0.25s ease-in-out;
  border-radius: 3px;
  box-shadow: inset 0 -0.3em 0 rgba(0, 0, 0, 0.2);
  text-align: center;
  opacity: 1;
  color: #ffffff;
  border: none;
  margin: 0px;
}

input[type=button][disabled] {
  cursor: default;
  opacity: 0.65;
}

input:hover {
  text-decoration: none;
  opacity: 0.8;
}

input[type=submit]:active {
  box-shadow: inset 0 -0.15em 0 rgba(0, 0, 0, 0.2);
}

input, select {
  border: 4px #BDC3C7 solid;
  transition: border-color 0.5s ease-in-out;
  border-radius: 3px;
  padding: 10px 10px 9px 9px;
  font-size: 14px;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
}

input:focus, select:focus {
  border-color: #9B59B6;
}

.Footer {
  color: #FFF;
  border-radius: 5px;
  padding: 20px;
  max-width: 700px;
}

.Footer a {
  color: #9B59B6;
  text-decoration: none;
}

.Footer a:hover {
  color: #78428E;
}
