body {
    font-family: Lato, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 13px;
}
body p {
    font-size: 15px;
}

 .title {
    padding: 1.2em 0 0;
    background-color: #fff;
    margin-bottom: 1em;
    font-size: 1.4rem;
}

.title h1 {
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    max-width: 465px;
    margin: auto;
}
.header {
  border-bottom: 1px solid #ddd;
}
.header_logo {
    display: block;
    background: url(https://invest.firstrade.com/images/shared/ftlogo-blue.svg) 0px 0px no-repeat;
    width: 180px;
    height: 35px;
    margin: 1em 0;
}
button, input, optgroup, select, textarea, label {
    font-family: Lato, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 15px;
}
.homelink {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.footer {
  margin-top: 1em;
}
.footer p:first-child {
    margin-bottom: 4em;
    font-size: 13px;
}
.footer p:last-child {
    font-size: 12px;
}
#cred-reset {
	min-width: 320px;
}
.card-title {
    font-size: 17px;
    font-weight: 600;
    text-align: left !important;
}
.card-text:last-child {
    font-size: 15px;
}
ul {
	list-style: none;
	margin: 0;
}
ul.reset-options li, ul.reset-targets li {
    font-size: 15px;
    margin: 0.5em;
}
.process {
	overflow: hidden;
	padding: 8px;
}
.process li {
	float: left;
	width: 33.3%;
}
.process .num {
	line-height: 25px;
	float: left;
	width: 25px;
	height: 25px;
	margin-top: 5px;
	text-align: center;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 50%;
	background-color: #96a1b1;
	box-shadow: 0 0 0 2px #96a1b1;
}
.process .text {
	margin: 0 20px 0 40px;
	text-align: center;
	color: #96a1b1;
	border-bottom: 1px dashed #96a1b1;
}
.process li:last-of-type .text {
	margin-right: 0;
}
.process .active .num {
	background-color: #f18043;
	box-shadow: 0 0 0 2px #f18043;
}
.process .active .text {
	color: #f18043;
	border-color: #f18043;
}

.other-help {
	margin-top: 40px;
	text-align: center;
}
.btn {
    cursor: hand;
}
.btn-primary {
    color: #fff;
    background-color: #448ADD;
    border-color: #448ADD;
    display: block;
    text-decoration: none;
}
.text-muted { color:#555!important; }
.alert {margin-top:1rem;margin-bottom:0}
.refresh {margin-top:5px;}
.wizard {min-width:309px;}
.js-show-hide {position:absolute;right:0;top:5px;color:#777;border:none;background-color:transparent;}
.relative {position:relative;}
.reset-targets, .reset-options {margin-bottom:1em;}
#id-error,#id-info {width: auto;} 
.btn-border {border: 1px solid rgba(0,0,0,.15);}
.redirect {
    text-align: center;
    margin-top: 3em;
    font-size: 13px;
}
#lookupForm {
	max-width: 325px;
    margin: auto;
}
#basic-info {
	font-size: 18px;
	color: gray;
}

#found-one {
	max-width: 360px;
}

#found-one h3 {
	text-align: center;
	margin-bottom: 1em;
}

#found-one h3 img {
	height: 30px;
	vertical-align: bottom;
	margin-right: 5px;
}

#found-many h3 {
	text-align: center;
	margin-bottom: 1em;
}

#found-many p {
	margin-bottom: 3em;
	max-width: 340px;
}

#found-many button {
	max-width: 325px;
	margin: auto;
}
.small, small {
    font-size: 90%;
    font-weight: 400;
}
.btn-primary.active, .btn-primary:active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #448ADD;
    background-image: none;
    border-color: #448ADD;
}
#lookupForm {
    max-width: none;
    margin: auto;
}
.js-show-hide {
    right: 2px;
    top: 7px;
}
.form-check-input {
    position: relative;
    margin-top: auto;
    margin-left: auto;
}