@media (max-width: 768px) {
	.sfid-lightbox #ux-container {
		width: auto;
		background: blue;
	}
}

#sfid-wrapper #sfid-content .js-form-required.form-required:after {
    content: '*';
}

#ux-container {
	width: 1280px;
	margin: 0 auto;
}

#sfid-wrapper #sfid-content #ux-header {
	text-align: center;
	/*margin-bottom: 60px; travis changed*/
	/*margin-top: 30px; travis changed*/
	font-size: 32px;
	line-height: 1.15;
}

#sfid-wrapper #sfid-content .ux-display-detail {
	font-size: 16px;
	font-family: "Futura BT W01 Book";
	line-height: 1.2375;
}

#sfid-wrapper #sfid-content .ux-body-content {
   font-size: 14px;
   color: #7C7C7C;
   font-family: "Futura BT W01 Book",OpenSansRegular,"Open Sans Regular",sans-serif;
   line-height: 1.375;
 }

.ux-cancel {
    cursor: pointer;
	float: right;
	width: 17px;
	height: 15px;
}

#ux-un-div-label, #ux-pw-div-label {
	position: absolute;
}

#sfid-wrapper #sfid-content .ux-input {
	font-size: 16px;
}

#ux-un-container .ux-input,
#ux-pw-container .ux-input {
	margin-bottom: 5px;
}

#sfid-content .ux-input input {
	border: 0;
}

#ux-pw-container .ux-input,
#ux-pw-container #ux-checkbox {
	display: inline-block;
}

#sfid-content .ux-input #sfid-username.ux-hide,
#sfid-content #ux-checkbox.ux-hide,
#ux-pw-container .ux-input #sfid-password.ux-hide {
	display: none;
}

#sfid-content .ux-cb-span {
	display: block;
}

.ux-cb-span-faux {
	display: inline-block;
	vertical-align: middle;
}

#sfid-content #ux-checkbox {
	float: right;
	margin-bottom: 15px;
}

.ux-cb-span [type="checkbox"] + .ux-cb-label .ux-cb-span-faux {
	border: 1px solid #8f8f8f;
	border-radius: 4px;
	width: 1rem;
	height: 1rem;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	border-radius: .125rem;
	background: rgb(255, 255, 255);
	-webkit-transition: border .1s linear,background-color .1s linear;
	transition: border .1s linear,background-color .1s linear;
	margin-right: 10px;
}

.ux-cb-span [type="checkbox"]:checked + .ux-cb-label .ux-cb-span-faux::after {
	display: block;
    content: '';
    height: .25rem;
    width: .5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
    -ms-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
    transform: translate3d(-50%, -50%, 0) rotate(-45deg);
    border-bottom: 2px solid #8f8f8f;
    border-left: 2px solid #8f8f8f;
}

.ux-cb-label-txt {
	display: inline-block;
	vertical-align: middle;
	vertical-align: middle;
}

#ux-show-password {
	display: none;
}

.ux-cb-label {
	font-size: 12px;
	color: #7C7C7C;
	font-family: "Futura BT W01 Book";
}

#sfid-content fieldset label{
	margin: 0;
}

#sfid-wrapper #sfid-content fieldset {
    margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
    padding: 0;
	border-bottom: 1px solid #9B9B9B;
	border-top: 0;
	border-left: 0;
	border-right: 0;
}

#sfid-wrapper #sfid-content fieldset input {
	font-size: 18px;
	font-family: "Futura BT W01 Book",OpenSansRegular,"Open Sans Regular",sans-serif;
	line-height: 1.375;
}

#sfid-wrapper #sfid-content fieldset.ux-has-value {
	border-bottom: 1px solid #000;
}

.sfid-lightbox input:focus {
    outline: none;
}

.sfid-lightbox input:-webkit-autofill,
.sfid-lightbox textarea:-webkit-autofill,
.sfid-lightbox select:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0px 9999px white!important;
}

.sfid-lightbox form {
    margin: 0;
    padding: 0;
}

.ux-span-margin {
	margin: 0 15px;
}

.text-center {
	text-align: center;
}

.rh-button-normal:hover {
	cursor: pointer; cursor: hand;
}

.sfid-lightbox input::placeholder { opacity: 0; }

.sfid-lightbox ::-webkit-input-placeholder { /* Chrome/Opera/Safari */ opacity: 0; }

.sfid-lightbox ::-moz-placeholder { /* Firefox 19+ */ opacity: 0; }

.sfid-lightbox :-ms-input-placeholder { /* IE 10+ */ opacity: 0; }

.sfid-lightbox :-moz-placeholder { /* Firefox 18- */ opacity: 0; }

#sfid-submit.btn.btn-primary.rh-button-normal.rh-button__full-width-mobile-only.ux-disabled {
    font-size: 18px;
	font-family: "Futura BT W01 Medium", OpenSansRegular, "Open Sans Regular", sans-serif;
	font-weight: bold;
	line-height: 1.375;
	border-radius: 4px;
	background-color: #dddddd;
	color: white !important;
	width: auto;
	border: 0;
}

#sfid-submit.btn.btn-primary.rh-button-normal.rh-button__full-width-mobile-only.ux-disabled:focus {
	box-shadow: none;
}

.sfid-button{
    background-color: #0070d2;
    color: white;
	padding: 12px 24px;
	border-radius: 5px;
	border: 0;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
}

.sfid-button:focus {
	outline: 0
}

.sfid-button-trans {
  background-color: rgba(255,255,255,0.4);
  border-color: #fff;
}
.sfid-wide {
	width: 100% !important
}

#sfid-wrapper {
	padding: 0;
	display: block;
	z-index: 1002;
	overflow: auto;
	margin: 80px auto 0;
	background-color:#F2F2F2;
	box-shadow: 0;
	-webkit-box-shadow: 0;
	-moz-box-shadow: 0;
	border-radius: 4px;
}

#sfid-content {
	margin: 0 auto;
	background-color: #fff;
	padding: 15px 30px 30px 30px;
	border-radius: 4px;
	border: 1px solid #e0e5ee;
	box-shadow: 0;
	-webkit-box-shadow: 0;
	-moz-box-shadow: 0;
}

#sfid-error{
	color: #FF0000;
	font-size: 14px;
	font-family: "Futura BT W01 Book";
	margin-bottom: 30px;
}

#sfid-error ul {
	display: inline-block;
	list-style-type: none;
	margin: 0;
	padding: 0
}

#sfid-error li {
	margin-left: 0px;
	margin-right: 0px;
}

.sfid-lightbox {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 1001;
	background: rgba(64, 64, 64, 0.7);
}

.sfid-logout {
	display:none;
	width:0px;
	height:0px;
	tabIndex:-1;
}


.sfid-callback {
	display:none;
	width:0px;
	height:0px;
	tabIndex:-1;
}

/* remove clear field and reveal password */
.sfid-lightbox input::-ms-clear,
.sfid-lightbox input::-ms-reveal {
    display: none;
}

#ux-pw-container.ux-mt {
	margin-top: 30px;
}

@media (min-width: 1024px) {
	#ux-pw-container.ux-mt-lg {
		margin-top: 0px;
	}
}