body{
    font-family: "Segoe UI",Arial,sans-serif;
    margin: 0px !important;
}


table[background='images/bac_hea.gif']{
    background: unset !important;
    background-color: #265fb9 !important;
}

.panelTitle{
    font-weight: normal !important;
    text-align: left;
    padding-left: 10px;
}

.loginTitle{
    width: 398px;
    margin-top: 20px;
    display: block;
    
    font-weight: bold;
    background-color: unset;
    padding-bottom: 7px;


    /*for card*/
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-top-left-radius: 1.25rem;
    border-top-right-radius: 1.25rem;
}

.loginTitle b{
    font-weight: normal;
}


input.ui-button{
    border: 0px;
    padding: 10px 20px;
    font-size: 12px;
    text-transform: capitalize;
    color: #fff;
    background: unset !important;
    background-color: #337ab7 !important;
    border-color: #2e6da4;
}


.innerLoginContainer{
    /*for card*/
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid rgba(0,0,0,.125);
    border-left: 1px solid rgba(0,0,0,.125);
    border-right: 1px solid rgba(0,0,0,.125);
    border-bottom-left-radius: 1.25rem;
    border-bottom-right-radius: 1.25rem;
}
input[name='username'], input[name='password']{
/*input{*/
    display: block;
    /*width: 100%;
    height: 34px;*/
    width: 90%;
    height: 22px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}
