.popup{
background:url(../../img/front/global/light-95.png) !important;
position:relative;
}

.co-branded .header,
.co-branded .footer{
background:transparent;
width:848px;
}

.co-branded .header{
margin:0 auto;
padding-right:0;
padding-left:0;
}

.co-branded .header form a{
margin:3px 0 0 4px;
}

.co-branded .header form a{
color:#13131e;
text-decoration:none;
}

.co-branded .header form a:hover{
color:#d16534;
}

.co-branded .header form div{
margin-left:5px;
}

.co-branded .header form input{
clear:both;
}

.co-branded .header .submit input,
.co-branded .header .button{
background:#13131e url(../../img/front/global/button-gradient.png) left top repeat-x;
border:1px solid #d7d7d7;
color:#fff;
padding:3px 10px 1px 10px;
}

.co-branded .header .submit input:hover,
.co-branded .header .button:hover{
background-color:#d04e34;
color:#fff;
}

.co-branded .header .nav-error {
padding: 0 10px 0;
}

.co-branded .header .error{
color:#d04e34;
}

.co-branded .header .error{
/*background-image:url(../../img/front/messaging/bg_error.jpg);*/
}

.co-branded .page{
background-repeat:no-repeat;
margin:0 auto;
padding:0;
width:100%;
height:476px;
}

.co-branded .content{
background:url(../../img2/bg/dark-60.png);
margin:250px 0 0 0;
padding:0;
width:100%;
height: 80px;
min-width:0px;
}

.co-branded .content .company,
.co-branded .content .sign-in{
padding:0;
width:50%;
}

.co-branded .content .join{
padding:0;
width:50%;
}

.co-branded .container{
padding:0;
}

.co-branded .content .company .container{
padding-left:35px;
}

.co-branded .content .sign-in .container{
padding-right:35px;
}

.co-branded .content .container .button{
background:none !important;
margin-right:10px !important;
text-transform:none !important;
padding: 5px 15px !important;

}



.co-branded .content .container .button:hover{
background-color: #D04E34 !important;
color: white !important;
}

.co-branded h1,
.co-branded h2,
.co-branded .text-1,
.co-branded .link{
color:#fff;
}

.co-branded h1{
font-family:Georgia,serif;
margin-bottom:13px;
}

.co-branded h2{
margin-bottom:18px;
}

.co-branded p{
padding-bottom:13px;
}

.co-branded a:hover,
.co-branded a.link:hover{
color:#fff;
}

.co-branded a.link:hover{
text-decoration:underline;
}

.popup .text input{
display: inline;
width: auto;
}

#login{
padding:10px 25px 10px;
color:black;
margin-top:-20px;
font-family: sans-serif;
font-weight:300;
}

#login .submit{
margin-top:14px !important;
}

#login .submit input{
margin:0px !important;
}

#login .show-password-checkbox{
float:left;
width:auto;
}

#login .password{
width:150px;
font-family:sans-serif;
}
#login .username{
width:125px;
}

#login .forgot-it{
padding-right: 5px;
line-height: 9px;
width:45px;
}

#login td{
padding:0px;
}

.center{
	margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    width: 30%;
}


.control-label{
	margin-bottom: 0px;
    font-weight: normal;
}

#footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: url(../../img2/bg/dark-60.png);
    padding-top: 5px;
    font-size: 14px;
    line-height: 1.8;
    height: 36px;
}
#footer .button{
	background: none !important;
    margin-right: 10px !important;
    text-transform: none !important;
    padding: 5px 15px !important;
    border: 1px solid;
}

#video-background {
  position: fixed;
  right: 0; 
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
  width: auto; 
  height: auto;
  z-index: -100;
}
::-webkit-input-placeholder {
   font-style: italic;
}
:-moz-placeholder {
   font-style: italic;  
}
::-moz-placeholder {
   font-style: italic;  
}
:-ms-input-placeholder {  
   font-style: italic; 
}