html {
    -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%;
    max-width: 400px;
    margin: 0 auto;
    padding-top: 12vh;
    background: rgba(255, 255, 255, 0.90);
}
html.ie8_grad .jSym_logon_content {
    background: #ffffff;
}
.jSym_logon_branding {
    margin-bottom: 64px;
}

.jSym_logon_error_branding {
    margin-bottom: 16px;
}

#CloudGateway_mark {
    margin: 0 auto;
    background: url("../img/xm_logo_64x64.png") no-repeat top center;
    background-size: 400px 116px;
    width: 400px;
    height: 116px;
}

.jSym_logon_form input {
    border: none; /* Reset */
    background: none;
    padding: 15px 0;
}

input:-ms-input-placeholder,
input::-moz-placeholder,
input::-webkit-input-placeholder
{
    color: #999;
}

.login_wrapper input {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 6px;
    padding-left: 20px;
    background-color: #ebebeb;
    font-family: publicsans-regular;
}
input#logonSubmitBtn {
    width:100%;
    height:50px;
    background: #05758a;
    border: 0;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    line-height: 44px;
    margin: 14px 0 7vh 0;
    padding: 1px 0 2px;
    white-space: nowrap;
    border-radius: 0;
    -webkit-appearance: none;
    font-family: publicsans-medium;
}

#logonSubmitBtn:disabled {
    background: #05758a;
    opacity: 0.5;
}

#logonSubmitBtn:hover, .ftu_body .ftu_start_btn:hover {
    background: #005463;
    opacity: 1;
}

#logonWithSSO {
    text-decoration: underline;
    color: #1879b9;
    cursor: pointer;
    font-family: publicsans-regular;
    display: block;
}

.invalid_credentials {
    background-color: rgba(255, 209, 209, 0.5);
    border: 2px solid #EB0A0A;
    padding: 6px 13px 6px 13px;
    margin-bottom: 20px;
    box-sizing: border-box;
    width:100%;
    text-align: left;
    display: flex;
    align-items: center;
}

.invalid_credentials .warning_sign {
    background: url("../img/alert_icon.png") no-repeat;
    min-width: 23px;
    height: 22px;
}

.invalid_credentials .enter_valid_cred {
    margin-left: 10.4px;
    font-size: 12px;
    color: #333333;
    font-family: publicsans-regular;
}

.jSym_logon_stripe {
    position: absolute;
    bottom: 3vh;
    left: 0;
    width: 100%;
    font-size: 12px;
    color: #999999;
}

.citrix_logo {
    background: url("../img/citrix_v2.png") no-repeat scroll center top transparent;
    margin: 0 auto;
    display: block;
    padding-bottom: 20px;
    position: relative;
    text-indent: -999em;
    bottom: 0;
}

/* Alert Fix for Logon Screen */
.jSym_error_box {
    background: transparent;
    border: none;
    color: #e12b41;
    width: 100%;
    font-weight: normal;
    padding: 0;
    height: auto;
    font-size: 16px;
}

.ftu_body {
    display: none;
    width: 100%;
}

.ftu_body .ftu_info p.logo {
    font-size: 30px;
}
.ftu_body .ftu_info div.text {
    color: #333333;
    font-size: 15px;
    margin-left: 30px;
    margin-right: 30px;
    font-family: publicsans-regular;
}
.ftu_body .ftu_start {
    margin-top: 21px;
    text-align: center;
}
.ftu_body .ftu_start_btn {
    color: #ffffff;
    background-color: #05758a;
    border: 1px solid #05758a;
    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;
    font-family: publicsans-medium;
    width: 100%;
    height: 50px;
}
.ftu_body_margin {
    margin-top: 64px;
}
.logon_loader_spinner {
    padding: 0;
    margin-left: 12px;
    width: 30px;
    height: 30px;
    display: block;
}
.hide {
    display: none;
}


@media only screen and (max-height: 615px) {
    .jSym_logon_content {
        padding-top: 6vh;
    }
    #logonSubmitBtn {
        margin-top: 4vh;
    }
}

@media only screen and (max-height: 575px) {
    .jSym_logon_body {
        overflow-y: scroll;
    }
    .jSym_logon_stripe {
        position: static;
    }
}

@font-face {
    font-family: "publicsans-regular";
    src: url("../../fonts/PublicSans-Regular.ttf") format("truetype");
    src: url("../../fonts/PublicSans-Regular.woff") format("woff"), url("../../fonts/PublicSans-Regular.woff2") format("woff2");
}

@font-face {
    font-family: "publicsans-medium";
    src: url("../../fonts/PublicSans-Medium.ttf") format("truetype");
    src: url("../../fonts/PublicSans-Medium.woff") format("woff"), url("../../fonts/PublicSans-Medium.woff2") format("woff2");
}
