    form{
        margin:0;
    }
    body{
        background:none;
        font-family:arial;
        color: #212529;
    }
    #loginWrp{
        height:100vh;
    }
    #loginBannerWrp{
        position:relative;
        overflow:hidden;
        background-repeat:no-repeat;
        background-position:center;
        background-size:cover;
    }
    #loginBannerWrp{
        background-color:#f1f1f1;
    }
    #loginBannerWrp:after{
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        border-style: solid;
        border-width: 0 0 100vh 160px;
        border-color: transparent transparent #ffffff transparent;
        z-index: 100;
    }
    #formLoginWrp > div > table > tbody > tr:nth-child(1){
        display:none;
    }
    #formLoginWrp > div > table > tbody > tr:nth-child(2) > td > div{
        background:none !important;
        display:block;
        margin:0 auto;
        width:330px;
    }
    #formLoginWrp > div > table > tbody > tr:nth-child(2) > td > div > table [type="submit"]{
        display:block;
    }
    #formLoginWrp > div > table > tbody > tr:nth-child(2) > td > div > table [id*="_btnLogin"]{
        width: 100%;
        outline: none;
        border-radius: 4px;
        background-color: #fcb727;
        border: none;
        font-size: 16px;
        font-weight: bold;
        color: #214391;
        padding: 10px 0px;
        margin: 10px 0px;
        cursor:pointer;
        box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2), 0px 2px 2px 0px rgba(0,0,0,0.14), 0px 3px 1px -2px rgba(0,0,0,0.12);
    }
        #formLoginWrp > div > table > tbody > tr:nth-child(2) > td > div > table [id*="_btnRegister"] {
            width: 100%;
            outline: none;
            border-radius: 4px;
            background-color: #93b4ff;
            background-color: #ececec;
            height: 36px;
            border: none;
            font-size: 16px;
            font-weight: bold;
            color: #214391;
            padding: 10px 0px;
            margin: 10px 0px;
            cursor: pointer;
            box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2), 0px 2px 2px 0px rgba(0,0,0,0.14), 0px 3px 1px -2px rgba(0,0,0,0.12);
        }

    #formLoginWrp > div > table > tbody > tr:nth-child(2) > td > div > table [id*="_btnReset"]
    {
        background: none;
        border: none;
        outline: none;
        font-weight: normal;
        text-decoration: underline;
        margin-top: -10px;
        font-size: 13px;
        margin-bottom: 12px;
        cursor: pointer;
    }
    #loginWrp > div{
        display:flex;
    }
    #loginWrp > div:first-child{
        flex:1;
    }
    #loginWrp > div:last-child{
        padding-right:50px;
        flex-basis:600px;
    }
    .wrpCenter{
        margin:auto;
    }
    #headerLogo > img{
        display:block;
        margin:0 auto;
        width:160px;
    }
    #systemName,
    #greetingWrp{
        text-align:center;
    }
    #systemShortName
    {
        font-size: 30px;
        font-weight: bold;
        color: #214391;
        line-height:1.5;
    }
    #greetingWrp > div{
        line-height:1.5;
    }
    #systemFullName{
        font-size: 18px;
    }
    .greetingHead{
        font-size: 26px;
        font-weight: bold;
        color: #fcb727;
    }
    .greetingText{
        margin:12px 0;
    }
    #formLoginWrp .txtSmall,
    #formLoginWrp .txtSmall:focus {
        width: 330px;
        border: 1px solid transparent;
        font-size: 16px;
        border-bottom: solid 2px #214391;
        padding: 4px 8px;
        margin-bottom:10px;
    }
    #formLoginWrp .txtSmall:focus 
    {
        outline: none;
    }
    #formLoginWrp > div > table > tbody > tr:nth-child(2) > td > div > table > tbody > tr > td:nth-child(1),
    #formLoginWrp > div > table > tbody > tr:nth-child(2) > td > div > table > tbody > tr > td:nth-child(2),
    #formLoginWrp > div > table > tbody > tr:nth-child(2) > td > div > table > tbody > tr > td:nth-child(3){
        display:none;
    }
    .copyrightText{
        font-size: 13px;
        text-align: center;
    }
    @media only screen and (min-width:768px){
        .displayFlex{
            display:flex;
        }
    }
    @media only screen and (max-width:1023px){
        #loginBannerWrp,
        #loginWrp > div:first-child{
            display: none;
        }
        #loginWrp > div:last-child{
            padding-right:0;
            flex-basis:unset;
            margin: auto;
        }
    }