/* CSS Document */
@font-face {
  font-family: 'HighVoltage';
  src: url("../fonts/HighVoltage.eot?#iefix") format("embedded-opentype"), url("../fonts/HighVoltage.woff") format("woff"), url("../fonts/HighVoltage.ttf") format("truetype"), url("../fonts/HighVoltage.svg#HighVoltage") format("svg");
  font-weight: normal;
  font-style: normal; }
.form-control, input {
  color: #ffffff; }

h1 {
  font-family: 'HighVoltage', sans-serif;
  font-weight: normal;
  color: #de0000;
  line-height: 60px; }

h2, h3, h4 {
  color: #de0000;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: bold; }

body {
  background-image: url("../img/login.jpg");
  background-size: cover;
  background-repeat: no-repeat; }

.form-control::placeholder {
  color: #cccccc; }

.card .form-control::placeholder {
  color: #cccccc; }

.form-control {
  color: #000000; }

.card .form-control {
  color: #000000; }

.fw {
  width: 100%; }

.bg-green {
  background-color: #272936;
  border-radius: 15px; }
  .bg-green h1, .bg-green h2, .bg-green h3, .bg-green p {
    color: #ffffff; }
  .bg-green h1 {
    font-size: 61px; }

.bg-green .card h1, .bg-green .card h2, .bg-green .card h3, .bg-green .card p {
  color: #212529; }
.bg-green .card h1 {
  font-size: 61px;
  line-height: 50px; }

.img-card-header {
  padding: 10px;
  background-color: #ffffff; }

.img-card-header-rate {
  max-width: 250px;
  height: auto;
  padding: 10px;
  background-color: #ffffff;
  display: block;
  margin: 0 auto; }

.form-control {
  background-color: #414864;
  border-color: #414864; }

.card .form-control {
  background-color: #ffffff;
  border-color: #de0000; }

.img-fw {
  width: 100%;
  height: auto; }

.divider {
  width: 100%;
  padding: 25px 0;
  border-bottom: 2px solid #de0000; }

.bg-red {
  background-color: #de0000;
  color: #ffffff !important; }
  .bg-red h1, .bg-red h2, .bg-red h3, .bg-red h4 {
    color: #ffffff; }

a, a:visited, a:active, a:focus {
  color: #ffffff;
  text-decoration: none; }

a:hover {
  color: #e6e6e6;
  text-decoration: none; }

.bg-grey {
  background-color: #676767;
  color: #fff !important; }
  .bg-grey a, .bg-grey a:visited, .bg-grey a:active, .bg-grey a:focus {
    color: #ffffff;
    text-decoration: none; }
  .bg-grey a:hover {
    color: #ffffff;
    text-decoration: underline; }

.btn-hw {
  border-color: #de0000;
  color: #ffffff;
  background-color: #de0000; }
  .btn-hw:hover {
    background-color: #ff1212;
    border-color: #ff1212; }

.legallinks {
  background-color: #272936;
  border-radius: 15px; }

.rating {
  unicode-bidi: bidi-override;
  direction: rtl;
  width: 100%; }

.rating input {
  position: absolute;
  left: -999999px; }

.rating label {
  display: inline-block;
  font-size: 0; }

.rating > label:before {
  cursor: pointer;
  position: relative;
  font: 24px/1 "Font Awesome 5 Free";
  display: block;
  content: "\f005";
  color: #ccc;
  background: -webkit-linear-gradient(-45deg, #d9d9d9 0%, #b3b3b3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.rating > label:hover:before,
.rating > label:hover ~ label:before,
.rating > label.selected:before,
.rating > label.selected ~ label:before {
  color: #f0ad4e;
  background: -webkit-linear-gradient(-45deg, #fcb551 0%, #d69a45 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #de0000;
  background-color: #de0000; }

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #ff4545;
  background-color: #ff4545; }

@media (min-width: 800px) {
  .gcard {
    margin-top: 5vh; } }
