body
{
	margin: 0px 0px;
	padding: 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #FFFFFF;
}

hr
{
	border: 0;
	color: #D3D3D3;
	background-color: #D3D3D3;
	height: 1px;
}

#header
{
	width: 100%;
	height: 85px;
	/* background-size: 300px 59px !important; */
	background: url('/logos/FinThrive_logo_reverse_RGB_349x51.png') no-repeat 10px;
	float: left;
}

#header_wrap
{
	position: fixed;
	background-color: rgba(0, 86, 84, 1);
	height: 90px;
	top: 0px;
	left: 0px;
	width: 100%;
}

.rbroundbox { background-color: #D3D3D3; }
.rbtop div { background: url(/logos/top_left.gif) no-repeat top left; }
.rbtop { background: url(/logos/top_right.gif) no-repeat top right; }

 /* height and width details */
.rbtop div, .rbtop , .rbbot
{
	width: 100%;
	height: 20px;
}
.copyright
{
	height: 25px;
	font-size:9px;
	padding-top: 10px;
}
.rbhead
 {
	background-color: #D3D3D3;
	font-size: 14px;
}
.rblogintitle
{
	font-weight: bold;
	white-space: nowrap;
}
.rbloginsubtitle
 {
 	font-weight: bold;
	font-size: 12px;
	padding-bottom: 20px;
 }
.rbcontent
 {
	background-color: #F3F9FE;
	border-left: 1px solid #D3D3D3;
	border-right: 1px solid #D3D3D3;
	font-size: 14px;
	margin: 0px 0px;
	padding: 10px 10px 20px 10px;
}

.rbcontent a
{
	color: #3B5C99;
	font-size: 12px;
	text-decoration: none;
}

.rbcontent a:hover
{
	color: #000000;
	font-size: 12px;
	text-decoration: underline;
	cursor: pointer;
}

.rbroundbox 
{
	width: 35em;
	margin: auto;
}

.msg
{
	text-align: left;
	padding: 20px;
}

.msghidden
{
	height: 50px;
}

.SSOloginBtn
{
    display: inline-block;
    color: #fff !important;
    background-color: #0062cc;
    border-color: #005cbf;
    font-weight: $btn-font-weight;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 1.5rem;
    user-select: none;
    border: $btn-border-width solid transparent;
}