html {
	background: url("../img/background.jpg") no-repeat center center fixed #82a541;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6c557', endColorstr='#124e15',GradientType=0 ); 
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
body,input,textarea {
	font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif;
	font-size: 16px;
}
body.jSym_logon_body {
	text-align: center;
	font-size: 16px;
	height: 100%; 
	width: 100%;
	margin:0 auto;
	padding: 0;
}
.jSym_logon_content {
	height:100%;
	/*min-height: 620px;
	width:40%;*/
	width:512px;
	margin: 0 auto;
    padding-top:8vh;
	background: rgba(255,255,255,0.90);
}
html.ie8_grad .jSym_logon_content {
	background: #ffffff;
}
.jSym_logon_branding {
	margin-bottom: 40px;
}
#CloudGateway_mark {
	margin: 0 auto;
	background: url("../img/xm_logo_64x64.png") no-repeat top center;
	background-size: 64px 64px;
}
.jSym_logon_body h1 {
    background: url("../img/xm_lockup.png") no-repeat center bottom;
	margin: 0 auto;
	display:block;
	width: 205px;
	height: 128px;
	overflow:hidden;
	text-indent: -9999px;
}

.jSym_logon_form input {
	width: 467px;
	border: none; /* Reset */
	border-bottom: 1px #cccccc solid;
	background: none;
	padding: 16px 0;
}

input:-ms-input-placeholder,
input::-moz-placeholder,
input::-webkit-input-placeholder
{
    color: #999;
}
.jSym_logon_form .login_wrapper {
	padding:  0 15px;
}
.login_wrapper input {
	margin-bottom: 2px;
    padding-left: 15px;
}
input#logonSubmitBtn {
	width:100%;
	/* background: #bccdae;  For disable*/ 
	background: #80b34e;
	border: 0;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	line-height: 44px;
	margin: 16px 0 0;
	padding: 1px 0 2px;
	white-space: nowrap;
	border-radius: 0;
	-webkit-appearance: none;
}

#logonSubmitBtn:disabled {
    background: #bccdae;
}
.jSym_logon_stripe { 
	position: absolute; 
	bottom: 3vh;
	left: 0; 
	width: 100%;
	font-size: 12px;
	color: #999999;
}
.citrix_logo {
	background: url("../img/citrix.png") no-repeat scroll center top transparent;
	background-size: 46px 18px;
	margin: 0 auto;
    display: block;
    height: 18px;
    padding-bottom: 20px;
    position: relative;
    text-indent: -999em;
    bottom: 0;
    width: 54px;
}
/* Alert Fix for Logon Screen */
.jSym_error_box {
	background: transparent;
    border: none;
    color: #e12b41;
    width: 100%;
    font-weight: normal;
    /*padding: 10px 0;*/
    padding: 0;
    height: auto;
    font-size: 16px;
}

.ftu_body {
    display: none;
    width: 100%;
}
.ftu_body .ftu_info {
   /* float: left;
    width: 70%;*/
}
.ftu_body .ftu_info p.logo {
    font-size: 30px;
}
.ftu_body .ftu_info div.text {
    /*white-space: nowrap;*/
    color: #333333;
    font-size: 15px;
    margin-left: 30px;
    margin-right: 30px;
}
.ftu_body .ftu_start {
    /*float: right;
    width: 30%;
    text-align: center;*/
    margin-top: 50px;
    text-align: center;
    padding-right: 15px;
}
.ftu_body .ftu_start_btn {
    color: #333333;
    background-color: #99cc33;
    border: 1px solid #99cc33;
    padding: 10px 40px 13px 40px;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 16px;
    cursor: pointer;
}
.logon_loader_spinner {
    padding: 0;
    margin-left: 12px;
    width: 30px;
    height: 30px;
    display: block;
}
.hide {
    display: none;
}