/* Placeholder for customized CSS styles. */
#logo {
    background: url('../images/Portal_logo.png');
    background-size: 179px 86px;
    width: 179px;
    height: 86px;
    margin: 30px;
    display: inline-block;
}

.header {
  background-color: #F99D1C;
  border-bottom: none;
}

h1 {
  color: #F37021;
  font-size: 24pt;
  font-weight: bold;
}

h3 {
  font-size: 12pt;
  font-weight: bold;
}

.btn-primary {
  background-color: #EF4123;
  border-color: rgb(121,77,134) !important;
  border-width: 1px !important;
  border-style: solid !important;
  width: 227px;
}

.btn-primary:hover {
  background-color: #EF4123; 
}

body {
  font-size: 12pt;
  color: #000;
}

a {
  color: #F37021;
  font-weight: bold;
}