h1 {
  font-family: sans-serif;
  color: #000000;
  margin-left: 0;
}

h2 {
  font-family: sans-serif;
  color: #000000;
  margin-left: 0;
}

h3 {
  font-family: sans-serif;
  color: #000000;
  margin-left: 0;
}

h4 {
  font-family: sans-serif;
  color: #000000;
  margin-left: 0;
}

h5 {
  font-family: sans-serif;
  color: #000000;
  margin-left: 0;
}

h6 {
  font-family: sans-serif;
  color: #000000;
  margin-left: 0;
}

a:link {
	color: #169BD5;
}

label {
  font-family: sans-serif;
  font-size: 18px;
  color: #000000;
}

input {
  font-family: sans-serif;
  font-size: 18px;
  color: #000000;
}

p {
  font-family: sans-serif;
  font-size: 14px;
  color: #000000;
}

   .btn-primary.custom-btn {
	  background-color: #012169; /* dark blue */
	  border: none;
	  color: #ffffff;
	  /* padding: 16px 32px; */
	  text-align: center;
	  text-decoration: none;
	  display: inline-block;
	  font-size: 16px;
}

.container-fluid.custom-border {
	border:30px solid #d3d3d3
}

@media only screen and (max-width: 500px) {
  .container-fluid.custom-border {
    border:none
  }
}

.container-fluid.custom-header {
	height:4em
}

   .list-group.custom-group{
    max-height: 400px;
/*	    min-width: 400px*/
    margin-bottom: 10px;
    margin-left: 0;
    overflow:scroll;
    -webkit-overflow-scrolling: touch;
}

.btn-link.custom-link {
	color: #004080;
}

.modal-backdrop {
  		background-color: #012169; 
  		opacity:0.9 !important;
}
.portalDiv{
}
.logonDiv{
    width: 500px;
}

.loginDivx{
    min-width: 500px;
   -ms-flex: 0 0 1000px;
   flex: 0 0 1000px;
}
.changePasswordDivx{
    min-width: 500px;
   -ms-flex: 0 0 1000px;
   flex: 0 0 1000px;
}
.passwordChangedDiv{
    max-width: 800px;
}
.senTokenDiv{
    max-width: 400px;
}


