﻿
.brline {
 font-size: 1em;
}


.prompt {
 font-family: Verdana;
 font-size: 1.00em;
 color: #005596;
 font-weight: bold;
}

.prompt_2 {
 font-family: Arial;
 font-size: 1.2em;
 color: #005596;
 font-weight: bold;
}


.prompt_3 {
 font-family: Verdana;
 font-size: 0.9em;
 color: #005596;
 font-weight: bold;

 
}



.flex-container {
 display: flex;
 flex-direction: row;
 align-items: center;
}





@media only screen and (min-width:769px) {

 /*body {
  text-align: left;
 }*/

 .link {
  font-family: Verdana;
  font-size: 0.9em;
  color: blue;
  font-weight: bold;
 }


 #divTitle {
  text-align: center;
 }


 #login_logo {
  width: 150px !important;
  height: auto;
 }
 
 .prompt_aqua {
  font-family: Verdana;
  font-size: 1.1em;
  color: #01A3C7;
  font-weight: bold;
  line-height: 1.20em;
  margin-bottom: 8px;
  margin-top: 8px;
 }



 .header {
  font-family: Verdana;
  font-size: 0.80em;
  color: #000000;
  line-height: 1.3em
 }

 .header_aqua {
  font-family: Verdana;
  font-size: 0.80em;
  color: #01A3C7;
  font-weight: bold;
  height: 1.3em
 }
}

@media only screen and (max-width:768px) {
 .link {
  font-family: Verdana;
  font-size: 0.8em;
  color: blue;
  font-weight: bold;
 }



 #login_logo {
  width: 75px !important;
  height: auto;
  padding-right: 10px;
 }
 


 .prompt_aqua {
  font-family: Verdana;
  font-size: 0.8em;
  color: #01A3C7;
  font-weight: bold;
  line-height: 1.20em;
  margin-bottom: 6px;
 }

 .header {
  font-family: Verdana;
  font-size: 0.70em;
  color: #000000;
  line-height: 1.3em
 }

 .header_aqua {
  font-family: Verdana;
  font-size: 0.70em;
  color: #01A3C7;
  font-weight: bold;
  height: 1.3em
 }
}




 .div-center {
  margin-left: auto;
  margin-right: auto;
 }


 .gutter-1 > [class^="col-"] {
  padding-left: 1px;
  padding-right: 1px;
 }
