
body
{
	font-family: 'Aspira-Regular', Helvetica, Arial, Sans-Serif !important;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}
.form-top {
    overflow: hidden;
    padding: 5px 25px 5px 25px;
    text-align: left;
    border-left: 1px solid rgba(0, 107, 166, 1);
    border-right: 1px solid rgba(0, 107, 166, 1);
    border-top: 1px solid rgba(0, 107, 166, 1);
    border-bottom: 1px solid rgba(0, 107, 166, 1);
    background: #006ba6;
    margin-top: 50px;
}
.form-top-left {
    float: left;
    width: 75%;
    padding-top: 15px;
}
.boxtitle {
    font-size: 28px;
    color: #fff;
    line-height: 22px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 8px;
    font-family: 'Aspira-Regular', Helvetica, Arial, Sans-Serif !important;
    -moz-font-feature-settings: 'aalt=0,c2sc=0,case=0,dnom=0,frac=0,liga=0,lnum=0,locl=0,numr=0,onum=0,ordn=0,pnum=0,salt=0,sinf=0,smcp=0,ss01=0,subs=0,sups=0,tnum=0,zero=0';
}
.form-bottom {
    padding: 10px 25px 10px 25px;
    background: #444;
    background: rgba(255, 255, 255, 1);
    background-color: white;
    text-align: left;
    border-left: 1px solid rgba(0, 107, 166, 1);
    border-right: 1px solid rgba(0, 107, 166, 1);
    border-bottom: 1px solid rgba(0, 107, 166, 1);
}
.step {
    font-size: 26px;
    color: #A20067;
    margin-top: 5px;
    margin-bottom: 8px;
    line-height: 1.1em;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group-addon:first-child {
    border-right: 0;
	    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
	    border-radius: 0px;
}
.input-group-addon
{
	padding: 6px 12px 3px 12px;
}
.form-control .form-control-input
{
	    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
	    display: table-cell;
}
.form-control-input
{
	width:200px !important;
}
.form-control
{
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    color: #333333;
    display: block;
    font-size: 14px;
    height: 30px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.errortext {
    font-size: 12px;
    color: #F00;
    line-height: 15px;
    margin-top: 5px;
    text-align: left;
}

.unertext {
    font-size: 12px;
    color: #5b6770;
    line-height: 15px;
    margin-top: 5px;
    text-align: left;
    margin-bottom: 4px;
}
.btn-primary {
    background: #fff;
    color: #006ba6;
    border: 1px solid;
    border-radius: 0px !important;
    font-style: normal !important;
}
.colhrln {
    margin-bottom: 1px;
    border-bottom: 1px;
    border-bottom-color: #b6b6b6;
    border-bottom-style: solid;
}
.footertxt {
    font-size: 12px;
    color: #000;
    line-height: 12px;
    margin-top: 15px;
}
#myivariPolicyImgSpan
{
	position:absolute !important;
	right:5px;
}
#myivariPolicyImgSpanMobileView
{
	display:none;
}
#FormBoxAdjustment
{   
	padding-bottom:20px;
	padding-right: 55px
}
#SecurityQuestionUL li, #SecurityQuestionUL li a {
    white-space: normal !important;
    float: left !important;
    width: 100% !important;
    height: auto !important;
    word-wrap: break-word !important;
}
@media (max-width: 1200px)
{
.top-content .form-box {
    padding-top: 10px;
}

.btn-responsive {
    padding: 8px 8px;
    font-size: 80%;
    line-height: 1;
    border-radius: 3px;
}
}
@media (max-width: 480px)
{
#ivariImgSpan, #myivariPolicyImgSpan
	{
		display: none;
	}
#myivariPolicyImgSpanMobileView
	{
	 display: block;
	}
}

@media (max-width: 770px)
{
#FormBoxAdjustment
	{
		padding-right:15px;
	}
}