﻿/* Login.aspx 及 PasswordForget.aspx CSS Document*/

html, body, .form {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif,"Helvetica","Microsoft JhengHei","微軟正黑體";
    background-image: url("Images/loginbg.svg");
    background-size: cover;
    overflow-x: hidden;
}

body {
    position: relative;
    min-height: 100%;
    padding-top: 1px;
    margin-top: -1px;
    overflow-x: hidden;
}

html, .form {
    height: 100%;
    overflow-x: hidden;
}

a {
    outline: none !important; /* for Firefox */
    hlbr: expression(this.onFocus=this.blur()) !important; /* for IE */
    text-decoration: none !important;
}

.login-title2 {
    display: none;
}

/* 隱藏下拉清單的抬頭列 */
.dxeHLC, .dxeHC, .dxeHFC {
    display: none;
}

/* 唯讀下拉清單，點選時不顯示下拉清單 */
.dxpclW .dxeReadOnly_Office365 {
    display: none;
    visibility: hidden;
}  

footer {
    background: #0b6ecc;
    position: fixed;
    bottom: 0;
    width: 100%
}

    footer > span {
        color: white;
        font-size: 14px;
    }

.footer {
    font-size: 12px;
    color: white;
    padding: 6px;
    text-align: center;
}

span#lblVersion {
    color: white;
    font-size: 14px;
    float: left;
    padding-left: 20px;
}

span#lblUserIP {
    color: white;
    font-size: 14px;
    float: right;
    padding-right: 20px;
}

span#lblCopyright, span#lblCopyrightEng {
    color: white;
    font-size: 14px;
}

/*Login page*/
.maxWidth {
    max-width: 160px;
}

.full {
    height: 100%;
    width: 100%;
    max-width: 400px;
}

.fullHeight {
    height: 100%;
}

.fullWidth {
    width: 100%;
    max-width: 400px;
}


span#FormLayout_1_Cap {
    color: #2A5FA3;
    font-size: 1.5rem;
    font-weight: bold;
}

span#FormLayout_edtAutoLogin {
    color: #4796CE;
}

.dxflItemSys, .dxflGroupBoxSys {
    text-align: center;
    width: 350px;
}

.dxflHARSys > div {
    margin-left: 0px;
    margin-right: 0px;
}

.dxflHARSys > .dxflItemSys {
    width: 100%;
    display:flex;
}

.loginbtn > .dxbButton_Office365.dxbTSys {
    width: 100%;
    border-radius: 5px;
    margin-top: 20px;
    margin-bottom: 0px;
}
    .loginbtn > .dxbButton_Office365.dxbTSys:hover {
        background: #117dd9;
    }

.dxbButton_Office365 {
    color: white;
    background-color: #2A5FA3;
    padding: 1px;
}

.dxflGroupCell_Office365 {
    padding: 0 0px !important;
}


.textarea {
    color: #4796CE;
    width: 70%;
    margin: 0 auto;
}

.container {
    width: 100%;
    height: 100%;
}

/* 忘記密碼 */
.dxflGroupBoxCaption_Office365 {
    font-weight: 600;
    font-size: 20px;
    color: #ff8d00;
    letter-spacing: 1px;
    padding: 8px;
}

.pwh2style {
    font-size: 15px;
    font-weight: 600;
    padding: 10px;
    color: #2889db;
    letter-spacing: 1px;
}

.backhome {
    font-size: 15px;
    font-weight: 600;
    color: #969696;
    letter-spacing: 1px;
    text-align: end;
    margin: 25px 0px 0px 0px;
    text-decoration: none;
    line-height: 30px;
}


@media (min-width: 769px) {
    .login-box {
        width: 480px !important;
        margin: 0px auto;
        background: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border-radius: 15px;
        -moz-box-shadow: 0 4px 4px rgba(0,103,176, 0.4);
        -webkit-box-shadow: 0 4px 4px rgba(0,103,176, 0.4);
        box-shadow: 0 4px 4px rgb(0,103,176);
    }

    .login-header {
        display: flex;
    }

    .login-logo {
        width: 80%;
        left: 0px;
        border-bottom: 4px solid #2889db;
        text-align: end;
    }

        .login-logo img {
            border-bottom: 0px solid;
        }

    .login-title {
        width: 70%;
        right: 0px;
        color: #ff8d00;
        font-size: 22px;
        font-weight: 600;
        border-bottom: 4px solid;
        text-align: start;
        padding-left: 20px;
    }

    .dxflFormLayout_Office365 .dxflCaption_Office365 {
        color: #606060;
        font-size: 16px;
        font-weight: 600;
        padding: 0px 5px;
        line-height: 40px;
    }

    .inputstyle {
        padding: 6px 5px;
        margin: 2px 0px;
        font-size: 15px;
        border-radius: 6px;
        font-weight: 600;
    }

    .inputstyle2 {
        padding: 6px 5px;
        font-size: 15px;
        border: 0px;
        font-weight: 500;
        background: transparent;
    }

        .inputstyle2 .dxeButtonEditButton_Office365 {
            background-color: transparent !important;
            color: #333 !important;
        }

        .inputstyle2 .dxEditors_edtDropDown_Office365 {
            border: solid #fff;
            border-width: 0px 2px 2px 0;
            display: inline-block;
            transform: rotate(45deg);
            background-position: inherit;
            background-size:;
            width: 8px;
            height: 8px;
        }

        .inputstyle2 .dxeEditArea_Office365, .inputstyle2 input.dxeEditArea_Office365 {
            color: #fff !important;
            text-align: end;
            background: transparent;
        }


        .inputstyle2 .dxeListBoxItemSelected_Office365 {
            color: #000000 !important;
            background-color: #ffffff !important;
        }

        .inputstyleflex {
            display: flex;
            position: absolute;
            bottom: -50px;
            left: 10%;
            width: 350px;
        }

        .dxeEditArea_Office365, body input.dxeEditArea_Office365 {
            color: #ff9109;
        }

    .btnmenu {
        padding: 5px 0px;
        width: 100%;
        display: contents;
    }

    .btncontent {
        width: 50%;
        display: contents;
        padding: 2px 0px;
    }

    .btnforget {
        width: 30px;
        color: #2889db;
        font-size: 15px;
        font-weight: 600;
        padding-left: 5px;
        text-decoration: none;
        display: flex;
        margin: auto;
    }

    .lang_icon {
        width: 30px;
        color: #2889db;
        font-size: 15px;
        font-weight: 600;
        padding-left: 12px;
        text-decoration: none;
        display: flex;
        margin: auto;
    }


    .btnlogo {
        display: initial;
        margin: 0px 20px;
    }

    .orline {
        width: fit-content;
        color: #bdbdbd;
        font-size: 18px;
        padding: 0 20px 0;
        margin: 30px 0;
        line-height: 1px;
        border-left: 138px solid #ddd;
        border-right: 138px solid #ddd;
        text-align: center;
        font-weight: 500;
    }

    .logintype {
        text-align: -webkit-center;
        display: inline-flex;
    }

    .loginlogo {
        background: #eee;
        width: 30px;
        border-radius: 100%;
        padding: 20px;
        margin:0px 20px;
    }

        a .dxbButton_Office365 {
        color: #2889db;
        font-size: 15px;
        font-weight: 600;
        line-height: 30px;
        padding-left: 0px;
        text-align: left;
        text-decoration: none;
    }
        a.dxbButton_Office365:hover {
            color: #145e9d;
            font-size: 15px;
            font-weight: 600;
            line-height: 30px;
            padding-left: 0px;
            text-align: left;
            text-decoration: none;
        }

    span.dxeBase_Office365.dxichCellSys.dxeTAR label {
        color: #2889db;
        font-size: 15px;
        font-weight: 600;
        padding-left: 5px;
        text-align: left;
        text-decoration: none;
    }

    .dxWeb_edtCheckBoxUnchecked_Office365 {
        background-position: -16px -224px;
        background-size: 538px auto;
        width: 13px;
        height: 13px;
        background: #ffffff;
        border: 3px solid #2889db;
    }

    .dxeListBoxItemSelected_Office365 {
        color: #FFFFFF;
        background-color: #2787de;
    }

    .dxeButtonEditButton_Office365 {
        background-color: #f0f0f0;
        border-radius: 5px;
    }

    .dxeButtonEditButton_Office365 {
        padding: 0.8em;
    }

    .dxbButton_Office365 div.dxb {
        padding: 11px 13px;
        font-size: 18px;
        font-weight: 600;
    }

    .loginbtn > .dxbButton_Office365.dxbTSys:hover {
        background: #0b6ecc;
    }

    .loginbtn > .dxbButton_Office365.dxbTSys {
        width: 100%;
        border-radius: 5px;
        margin-top: 10px;
        background: #2889db;
        margin-bottom: 0px;
    }

    .langsize {
        
    }

}



@media screen and (min-width: 577px) and (max-width: 768px) {
    footer > span {
        color: white;
        font-size: 11px;
    }

    span#lblVersion {
        width: 100%;
        color: white;
        font-size: 11px;
        padding-left: 0px;
    }

    span#lblUserIP {
        color: white;
        font-size: 11px;
        float: none;
        padding-right: 0px;
    }

    span#lblCopyright, span#lblCopyrightEng {
        color: white;
        font-size: 11px;
    }

    .dxflItemSys, .dxflGroupBoxSys {
        text-align: center;
    }

    .loginbtn > .dxbButton_Office365.dxbTSys {
        width: 100%;
        border-radius: 5px;
        margin-top: 20px;
        margin-bottom: 40px;
    }

    .login-box {
        width: 100%;
        margin: 0px auto;
        background: #fff;
        position: relative;
    }

    .login-header {
        display: flex;
    }

    .login-logo {
        width: 80%;
        left: 0px;
        border-bottom: 4px solid #2889db;
        text-align: center;
    }

        .login-logo img {
            border-bottom: 0px solid;
        }

    .login-title {
        width: 70%;
        right: 0px;
        color: #ff8d00;
        font-size: 20px;
        font-weight: 600;
        border-bottom: 4px solid;
        text-align: center;
        padding-left: 5px;
        line-height: 50px;
    }

    .dxflFormLayout_Office365 .dxflCaption_Office365 {
        color: #606060;
        font-size: 15px;
        font-weight: 600;
        padding: 0px 5px;
        line-height: 20px;
    }

    .inputstyle {
        padding: 5px 5px;
        margin: 2px 0px;
        font-size: 15px;
        border-radius: 6px;
        font-weight: 600;
    }

    .inputstyle2 {
        padding: 6px 5px;
        font-size: 15px;
        border: 0px;
        font-weight: 500;
        background: transparent;
    }

        .inputstyle2 .dxeButtonEditButton_Office365 {
            background-color: transparent !important;
            color: #333 !important;
        }

        .inputstyle2 .dxEditors_edtDropDown_Office365 {
            border: solid #fff;
            border-width: 0px 2px 2px 0;
            display: inline-block;
            transform: rotate(45deg);
            background-position: inherit;
            background-size:;
            width: 8px;
            height: 8px;
        }

        .inputstyle2 .dxeEditArea_Office365, .inputstyle2 input.dxeEditArea_Office365 {
            color: #fff !important;
            text-align: end;
            background: transparent;
        }


        .inputstyle2 .dxeListBoxItemSelected_Office365 {
            color: #000000 !important;
            background-color: #ffffff !important;
        }

    .inputstyleflex {
        display: flex;
        position: absolute;
        bottom: -50px;
        left: 20%;
        width: 350px;
    }


    .dxeEditArea_Office365, body input.dxeEditArea_Office365 {
        color: #ff9109;
    }

    .btnmenu {
        padding: 5px 0px;
        width: 100%;
        display: contents;
    }

    .btncontent {
        width: 50%;
        display: contents;
        padding: 2px 0px;
    }

    .btnforget {
        width: 30px;
        color: #2889db;
        font-size: 15px;
        font-weight: 600;
        padding-left: 5px;
        text-decoration: none;
        display: flex;
        margin: auto;
    }

    .lang_icon {
        width: 30px;
        color: #2889db;
        font-size: 15px;
        font-weight: 600;
        padding-left: 12px;
        text-decoration: none;
        display: flex;
        margin: auto;
    }



    .btnlogo {
        display: initial;
        margin: 0px 20px;
    }

    .orline {
        width: fit-content;
        color: #bdbdbd;
        font-size: 18px;
        padding: 0 20px 0;
        margin: 30px 0;
        line-height: 1px;
        border-left: 138px solid #ddd;
        border-right: 138px solid #ddd;
        text-align: center;
        font-weight: 500;
    }

    .logintype {
        text-align: -webkit-center;
        display: inline-flex;
    }

    .loginlogo {
        background: #eee;
        width: 30px;
        border-radius: 100%;
        padding: 20px;
        margin: 0px 20px;
    }

    a.dxbButton_Office365 {
        color: #2889db;
        font-size: 15px;
        font-weight: 600;
        line-height: 30px;
        padding-left: 5px;
        text-align: left;
        text-decoration: none;
    }


    span.dxeBase_Office365.dxichCellSys.dxeTAR label {
        color: #2889db;
        font-size: 15px;
        font-weight: 600;
        padding-left: 5px;
        text-align: left;
        text-decoration: none;
    }

    .dxWeb_edtCheckBoxUnchecked_Office365 {
        background-position: -16px -224px;
        background-size: 538px auto;
        width: 13px;
        height: 13px;
        background: #ffffff;
        border: 3px solid #2889db;
    }

    .dxeListBoxItemSelected_Office365 {
        color: #FFFFFF;
        background-color: #2787de;
    }

    .dxeButtonEditButton_Office365 {
        background-color: #f0f0f0;
        border-radius: 5px;
    }

    .dxeButtonEditButton_Office365 {
        padding: 0.8em;
    }

    .dxbButton_Office365 div.dxb {
        padding: 11px 13px;
        font-size: 18px;
        font-weight: 600;
    }

    .loginbtn > .dxbButton_Office365.dxbTSys {
        width: 100%;
        border-radius: 5px;
        margin-top: 10px;
        background: #2889db;
        margin-bottom: 0px;
    }


    footer {
        background: #0b6ecc;
        position: absolute;
        bottom: 0;
        width: 100%;
        display:;
    }

    #FormLayout_1 {
        display: none;
    }
}




@media screen and (min-width: 320px) and (max-width: 576px) {

    footer > span {
        color: white;
        font-size: 12px;
    }

    span#lblVersion {
        width: 100%;
        color: white;
        font-size: 11px;
        padding-left: 0px;
    }

    span#lblUserIP {
        color: #969696;
        font-size: 11px;
        float: none;
        padding-right: 0px;
    }

    span#lblCopyright, span#lblCopyrightEng {
        color: #969696;
        font-size: 12px;
    }

    .dxflItemSys, .dxflGroupBoxSys {
        text-align: center;
    }

    .loginbtn > .dxbButton_Office365.dxbTSys {
        width: 100%;
        border-radius: 5px;
        margin-top: 20px;
        margin-bottom: 40px;
    }

    .login-box {
        width: 100%;
        margin: 0px auto;
        background: #fff;
        position: relative;
    }

    .login-header {
        display: flex;
    }

    .login-logo {
        width: 80%;
        left: 0px;
        border-bottom: 4px solid #2889db;
        text-align: center;
    }

        .login-logo img {
            border-bottom: 0px solid;
        }

    .login-title {
        width: 70%;
        right: 0px;
        color: #ff8d00;
        font-size: 20px;
        font-weight: 600;
        border-bottom: 4px solid;
        text-align: start;
        padding-left: 5px;
        line-height: 50px;
    }

    .dxflFormLayout_Office365 .dxflCaption_Office365 {
        color: #606060;
        font-size: 15px;
        font-weight: 600;
        padding: 0px 5px;
        line-height: 20px;
    }

    .inputstyle {
        padding: 5px 5px;
        margin: 2px 0px;
        font-size: 15px;
        border-radius: 6px;
        font-weight: 600;
    }

    .inputstyle2 {
        padding: 6px 5px;
        font-size: 15px;
        border: 0px;
        font-weight: 500;
        background: transparent;
    }

        .inputstyle2 .dxeButtonEditButton_Office365 {
            background-color: transparent !important;
            color: #333 !important;
        }

        .inputstyle2 .dxEditors_edtDropDown_Office365 {
            border: solid #2889db;
            border-width: 0px 2px 2px 0;
            display: inline-block;
            transform: rotate(45deg);
            background-position: inherit;
            background-size:;
            width: 8px;
            height: 8px;
        }

        .inputstyle2 .dxeEditArea_Office365, .inputstyle2 input.dxeEditArea_Office365 {
            color: #2889db !important;
            text-align: end;
            background: transparent;
        }


        .inputstyle2 .dxeListBoxItemSelected_Office365 {
            color: #000000 !important;
            background-color: #ffffff !important;
        }

    .inputstyleflex {
        display: flex;
        width: 350px;
    }

    .lang_icon {
        width: 30px;
        color: #2889db;
        font-size: 15px;
        font-weight: 600;
        padding-left: 12px;
        text-decoration: none;
        display: flex;
        margin: auto;
    }


    .dxeEditArea_Office365, body input.dxeEditArea_Office365 {
        color: #ff9109;
    }


    .btnmenu {
        padding: 5px 0px;
        width: 100%;
        display: contents;
    }

    .btncontent {
        width: 50%;
        display: contents;
        padding: 2px 0px;
    }

    .btnforget {
        width: 30px;
        color: #2889db;
        font-size: 15px;
        font-weight: 600;
        padding-left: 5px;
        text-decoration: none;
        display: flex;
        margin: auto;
    }

    .btnlogo {
        display: initial;
        margin: 0px 20px;
    }

    .orline {
        width: fit-content;
        color: #bdbdbd;
        font-size: 18px;
        padding: 0 20px 0;
        margin: 30px 0;
        line-height: 1px;
        border-left: 138px solid #ddd;
        border-right: 138px solid #ddd;
        text-align: center;
        font-weight: 500;
    }

    .logintype {
        text-align: -webkit-center;
        display: inline-flex;
    }

    .loginlogo {
        background: #eee;
        width: 30px;
        border-radius: 100%;
        padding: 20px;
        margin: 0px 20px;
    }

    a.dxbButton_Office365 {
        color: #2889db;
        font-size: 15px;
        font-weight: 600;
        line-height: 30px;
        padding-left: 5px;
        text-align: left;
        text-decoration: none;
    }

        a.dxbButton_Office365:hover {
            color: #145e9d;
            font-size: 15px;
            font-weight: 600;
            line-height: 30px;
            padding-left: 5px;
            text-align: left;
            text-decoration: none;
        }

    span.dxeBase_Office365.dxichCellSys.dxeTAR label {
        color: #2889db;
        font-size: 15px;
        font-weight: 600;
        padding-left: 5px;
        text-align: left;
        text-decoration: none;
    }

    .dxWeb_edtCheckBoxUnchecked_Office365 {
        background-position: -16px -224px;
        background-size: 538px auto;
        width: 13px;
        height: 13px;
        background: #ffffff;
        border: 3px solid #2889db;
    }

    .dxeListBoxItemSelected_Office365 {
        color: #FFFFFF;
        background-color: #2787de;
    }

    .dxeButtonEditButton_Office365 {
        background-color: #f0f0f0;
        border-radius: 5px;
    }

    .dxeButtonEditButton_Office365 {
        padding: 0.8em;
    }

    .dxbButton_Office365 div.dxb {
        padding: 11px 13px;
        font-size: 18px;
        font-weight: 600;
    }

    .loginbtn > .dxbButton_Office365.dxbTSys {
        width: 100%;
        border-radius: 5px;
        margin-top: 10px;
        background: #2889db;
        margin-bottom: 0px;
    }

        .loginbtn > .dxbButton_Office365.dxbTSys:hover {
            background: #0b6ecc;
        }

    footer {
        background: #f5f5f5;
        position: fixed;
        bottom: 0;
        width: 100%;
    }

    #FormLayout_1 {
        display: none;
    }

    .footertdisplay {
    }

    .footertdisplayno {
        display: none;
    }

    html, body, .form {
        background: #fff;
    }
}

@media (max-width: 319px) {
    footer > span {
        color: white;
        font-size: 12px;
    }

    span#lblVersion {
        width: 100%;
        color: white;
        font-size: 11px;
        padding-left: 0px;
    }

    span#lblUserIP {
        color: #969696;
        font-size: 11px;
        float: none;
        padding-right: 0px;
    }

    span#lblCopyright, span#lblCopyrightEng {
        color: #969696;
        font-size: 12px;
    }

    .dxflItemSys, .dxflGroupBoxSys {
        text-align: center;
    }

    .loginbtn > .dxbButton_Office365.dxbTSys {
        width: 100%;
        border-radius: 5px;
        margin-top: 20px;
        margin-bottom: 40px;
    }
        .loginbtn > .dxbButton_Office365.dxbTSys:hover {
            background: #0b6ecc;
        }

    .login-box {
        width: 100%;
        margin: 0px auto;
        background: #fff;
        position: relative;
    }

    .login-header {
        display: flex;
    }

    .login-logo {
        width: 80%;
        left: 0px;
        border-bottom: 4px solid #2889db;
        text-align: center;
    }

        .login-logo img {
            border-bottom: 0px solid;
        }

    .login-title {
        width: 60%;
        right: 0px;
        color: #ff8d00;
        font-size: 18px;
        font-weight: 600;
        border-bottom: 4px solid;
        text-align: start;
        padding-left: 5px;
    }

    .dxflFormLayout_Office365 .dxflCaption_Office365 {
        color: #606060;
        font-size: 15px;
        font-weight: 600;
        padding: 0px 5px;
        line-height: 20px;
    }

    .inputstyle {
        padding: 5px 5px;
        margin: 2px 0px;
        font-size: 15px;
        border-radius: 6px;
        font-weight: 600;
    }

    .inputstyle2 {
        padding: 6px 5px;
        font-size: 15px;
        border: 0px;
        font-weight: 500;
        background: transparent;
    }

        .inputstyle2 .dxeButtonEditButton_Office365 {
            background-color: transparent !important;
            color: #333 !important;
        }

        .inputstyle2 .dxEditors_edtDropDown_Office365 {
            border: solid #2889db;
            border-width: 0px 2px 2px 0;
            display: inline-block;
            transform: rotate(45deg);
            background-position: inherit;
            background-size:;
            width: 8px;
            height: 8px;
        }

        .inputstyle2 .dxeEditArea_Office365, .inputstyle2 input.dxeEditArea_Office365 {
            color: #2889db !important;
            text-align: end;
            background: transparent;
        }


        .inputstyle2 .dxeListBoxItemSelected_Office365 {
            color: #000000 !important;
            background-color: #ffffff !important;
        }

    .inputstyleflex {
        display: flex;
        width: 350px;
    }

    .lang_icon {
        width: 30px;
        color: #2889db;
        font-size: 15px;
        font-weight: 600;
        padding-left: 12px;
        text-decoration: none;
        display: flex;
        margin: auto;
    }



    .dxeEditArea_Office365, body input.dxeEditArea_Office365 {
        color: #ff9109;
    }

    .btnmenu {
        display: flex;
        padding: 12px 0px;
    }

    .btncontent {
        width: 33%;
        display: flex;
        justify-content: center;
    }

    .btnforget {
        width: 30px;
    }



    a.dxbButton_Office365 {
        color: #2889db;
        font-size: 15px;
        font-weight: 600;
        line-height: 30px;
        padding-left: 5px;
        text-align: left;
        text-decoration: none;
    }
        a.dxbButton_Office365:hover {
            color: #145e9d;
            font-size: 15px;
            font-weight: 600;
            line-height: 30px;
            padding-left: 5px;
            text-align: left;
            text-decoration: none;
        }
    span.dxeBase_Office365.dxichCellSys.dxeTAR label {
        color: #2889db;
        font-size: 15px;
        font-weight: 600;
        padding-left: 5px;
        text-align: left;
        text-decoration: none;
    }

    .dxWeb_edtCheckBoxUnchecked_Office365 {
        background-position: -16px -224px;
        background-size: 538px auto;
        width: 13px;
        height: 13px;
        background: #ffffff;
        border: 3px solid #2889db;
    }

    .dxeListBoxItemSelected_Office365 {
        color: #FFFFFF;
        background-color: #2787de;
    }

    .dxeButtonEditButton_Office365 {
        background-color: #f0f0f0;
        border-radius: 5px;
    }

    .dxeButtonEditButton_Office365 {
        padding: 0.8em;
    }

    .dxbButton_Office365 div.dxb {
        padding: 11px 13px;
        font-size: 18px;
        font-weight: 600;
    }

    .loginbtn > .dxbButton_Office365.dxbTSys {
        width: 100%;
        border-radius: 5px;
        margin-top: 10px;
        background: #2889db;
        margin-bottom: 0px;
    }
        .loginbtn > .dxbButton_Office365.dxbTSys:hover {
            background: #0b6ecc;
        }

    footer {
        background: #f5f5f5;
        position: fixed;
        bottom: 0;
        width: 100%;
    }

    #FormLayout_1 {
        display: none;
    }

    .footertdisplay {
    }

    .footertdisplayno {
        display: none;
    }

    html, body, .form {
        background: #fff;
    }
}
