﻿.narrow-display {
  margin: 0 auto;
  max-width: 800px;
  font-size: 14px;
}
.narrow-display .form-list .col-6 {
  width: 50%;
}
.narrow-display .form-list .col-4 {
  width: 33.33333333333333%;
}
.narrow-display .form-list .col-3 {
  width: 25%;
}
.narrow-display .form-list .form-group .form-box {
  float: none !important;
}
.narrow-display .form-list .form-group .form-control {
  width: 100%;
  box-sizing: border-box;
}
.narrow-display .page-hr h3 {
  font-size: 16px;
  text-transform: none;
}
.narrow-display .form-create-acct {
  background: #012D6B;
  border: 1px solid #012D6B;
}
.narrow-display .form-create-acct:hover {
  background: #333;
}
#create-acct.narrow-display .form-gsa-radio {
  display: none;
  float: none;
  margin-right: 8px;
  width: auto;
  zoom: 1;
}
#create-acct.narrow-display .form-gsa-radio:after {
  content: ' ';
  display: table;
  clear: both;
}
@media (max-width: 640px) {
  .narrow-display {
    font-size: 13px;
  }
  .narrow-display .page-hr h3 {
    font-size: 13px;
  }
  #org-info {
    margin: 0 -15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0;
    background: #FFF;
  }
}