.login {
    background: rgba(27, 56, 110, .7);
    //margin: 100px 30px 60px 0;
    padding: 10px 33px 10px 30px;
}

.login h3 {
    color: #e88020;
}

.login p {
    color: #efa825;
}

.text-center {
    text-align: center;
}

.login a:link, .login a:hover
.login a:visited {
    text-decoration: none;
}

.login .affiliate-login-btn {
    background: #efa825 url("../spr-affiliate-lock.png") no-repeat 10px 5px;
}

.login a {
    display: block;
    width: 100%;
    color: #214b7e;
    text-align: center;
    border: none;
    border-radius: 8px;
    padding: 5px 0;
    font-size: 1.9rem;
    font-weight: 600;
}

.login .affiliate-sign-btn {
    background: #efa825 url("../spr-affiliate-login-icons.png") no-repeat 10px 5px;
}

@media screen and (max-width: 800px) {
  .login {
    width: 300px;
    margin-left: 25%;
    margin-top: 30px;
  }
}

.frs-caption-outer{
    //height: 100%;
    width: 80%;
    display: table;
    z-index:1;
    //margin: -305px 0px 0px 60px;
    position: absolute;
    color: white;	
}

.frs-caption-inner {
    text-align: left;
    height: 100%;
    display: table-cell;
}

.BPanelLinkTextLabel{
	padding-left: -6px;

}

.PanelBanner{
    background: url("../black.png") repeat scroll 0% 0% transparent !important;
    padding: 25px;
}

.frs-caption-content{
	height: 190px;
    width: 50%;
    background: url("../black.png") repeat scroll 0% 0% transparent !important;
    padding: 25px;
}

 .frs-caption-button a span {
 	font-style: none;
    color: #fff;
}

.frs-caption-content > .frs-caption-button > .frs-buttonskin-white {
    font-size: 34px;
    margin: 0px;
    color: #fff;
}

.frs-caption-content p{
	padding-top: 7px;
	text-align: center;
	font-size: 15px;
	font-weight: 700;
	height: 35px;
	width: 200px;
	margin-top: 50px;
	background: linear-gradient(to bottom,  #ee9328 0%,#ee9328 49%,#e87a1a 50%,#e87a1a 100%);
	color: #fff;
}

.frs-caption-content a{
	padding: 12px 22px;
}




