@keyframes animatedBackground {
    from {
        background-position: 0 50%;
    }

    to {
        background-position: 100% 0;
    }
}
@import url('https://fonts.googleapis.com/css?family=Lato');
html {
    height: 100%;
    background: url(branding/Images/1543945611_original.jpeg) no-repeat center top fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    /*animation: animatedBackground 60s linear 1;*/
}
body {
    text-align: left;
    margin: 0px;
    padding: 0px;
    font-family: 'Lato', sans-serif;
    font-size: 16.5px;
    color: #080808;
}
.loginbox {
    padding: 40px 40px 40px 40px;
    background-color: #f4f4f4;
    margin: auto;
    opacity: 0.9;
    border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 30px 0px 30px 0px;
    border: 1px solid #498082;
}
    .loginbox tbody > tr:last-child > td:last-child {
        text-align: justify;
    }
    .loginbox tbody > tr:last-child > td:last-child::before {
        content: "\A In order to access this site you must be an existing customer with LXR Travel, LLC (LCR).  New Travelers – Click on ‘Register for Account’ to create a login.  If your company’s email address is not recognized, please contact our help desk at 866-520-7340 or email profiles@lxrtravel.com during normal business hours (8AM – 5PM  M-F Eastern Time).  If you intend to register with a non-corporate email address, please contact your company’s travel administrator to obtain login information.\A\A";
        font-size: 12px;
        text-align: justify;
        white-space: pre-wrap;
    }

#lnkPassRecover, #lnkRegister{
    font-size: 13.5px;
    font-weight: 700;
	color: #ff3300;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}
.etsiLabel{
    font-size: 13.5px;
    font-weight: 700;
    text-transform: uppercase;
}

.cCombo, .cTextBox, .phoneNumber, .phoneExtension, .cDate {
    font-family: inherit;
    display: block;
    margin: 0;
    max-width: 420px;
    height: 30px;
    line-height: 30px;
    font-size: 16px !important;
    border: 1px solid #bbb;
    background-color: #ffffff;
    padding-left: 5px;
    width: 100% !important;
    outline: none;
}
.GTFields
{
	visibility: hidden;
}
.etsiText
{
	font-weight: normal;
	font-size: 16px;
	color: #080808;
}

.etsiMedText
{
	font-weight:bold;
	font-size: 14pt;
	color: #080808;
}

.etsiInstruction
{
	font-size: 9pt;
	color: #15233D
}

#container
{
	border: solid 1px #607B89; 
	background-color:#ffffff;
	width:375px;
	height:240px;
	margin: 0 auto
}
#hiddenContainer
{
	border: none; 
	background-color:Transparent;	
	width:375px;
	height:240px;
	margin: 0 auto
}
#pnlLogin
{
    width: 100%;
}



 .footerLogo
{
	background-image: url(  '/ProfolioDemo/images/logo_footer.jpg' );
	width: 51px;
	height: 48px;
}


@media screen and (min-width: 769px) {
    .etsiBrandingLogo{
		visibility: hidden;
        background-repeat: no-repeat;
        position: absolute;
        width: 265px;
        height: 80px;
        right: 30px;
        bottom: 20px;
    }

     .siteLogo
    {
        background-image: url('branding/logos/lxr-100-plane.png');
        background-repeat: no-repeat;
        width: 300px;
        height: 150px;
	    margin-top: 30px;
		padding-top: 0px;
        background-size: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .loginbox {
        width: 500px;
    }
}
@media screen and (max-width: 768px) {
    .etsiBrandingLogo{
        visibility: hidden;
    }
    .siteLogo {
        background-image: url('branding/logos/lxr-100-plane.png');
        background-repeat: no-repeat;
        width: 300px;
        height: 150px;		
	    margin-top: 30px;
		padding-top: 0px;
        background-size: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .loginbox {
        width: 100%;
    }
    
}
.btn {
    -webkit-appearance: none;
    border-radius: 0;
    outline: none;
    border: none;
    background: #080808;
    color: #fff;
    padding: 8px 16px 8px 16px;
    text-decoration: none;
    width: 100%;
    border-right: 2px solid #080808;
	border-left: 2px solid #080808;
    font-size: 18px;
    line-height: 40px;
    margin-top: 20px;
}

    .btn:hover {
		border-right: 2px solid #FFF;
		border-left: 2px solid #FFF;
        color: #fff;
        text-decoration: none;
		cursor: pointer;

    }
input[type=submit] {
	-webkit-appearance: none;
    -webkit-border-radius: 0px;
}	

    .FormRowLabelRequired {
        font-weight: 700;
    }
    
       
     .FormRowLabelRequired::before{
	font-family: "FontAwesome";
    content: "\f071  ";
	color: #ff0000;
	font-weight: 700;
}