﻿@import url('https://fonts.googleapis.com/css?family=Ubuntu+Condensed');

body
{
    font: normal 12px 'Ubuntu Condensed','Segoe UI',Verdana, Arial, sans-serif;
}

.form-control, .btn {
  font-size: 16px;
  font-family: 'Ubuntu Condensed','Segoe UI',Verdana, Arial, sans-serif;
  color: black;
}

.btn-primary, .btn-primary:active, .btn-primary:visited {
    background-color: #630d00 !important;
    color:white;
}
.btn-primary:hover
{
     background-color: #a34300 !important;
     color:white !important;
}

.invalid-feedback {
    font-size: 95%;
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #004a4a;
    border-bottom: 1px solid #a34300;
    color:white;
}

.card{
    width:21.5rem;
}

.border-sb{
    border-color: #a34300 !important;
}


.rc-anchor-normal {
    height: 74px;
    width: 200px;
}
 /*@media (max-width: 575.98px) and (max-width: 1199.98px){
  .container {
    width: 350px;
  }}
 @media (min-width: 576px) and (max-width: 767.98px) {
  .container {
    width: 350px;
  }}
 @media (min-width: 768px) and (max-width: 991.98px) {
  .container {
    width: 350px;
  }}
 @media (min-width: 992px) and (max-width: 1199.98px) {
.container {
    width: 350px;
  }}
 @media (min-width: 1200px) {
  .container {
    width: 350px;
  }}*/
