#sap_popup {
    min-height: 250px;
    border-radius: 0px;
    background-color: #fff;
}
#systems_list {
    padding-bottom: 49px;
}
#systems_list {
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}
#systems_list li.ui-li-divider {
    height: 40px;
    padding: 0px;
    color: #333;
    text-shadow: none;
}
#systems_list li {
    border: none;
}
#systems_list li {
    background: transparent;
}
#systems_list li.ui-li-divider .ui-bar {
    padding-right: 0px;
}
#systems_list li.ui-li-divider .ui-bar .ui-block-b a {
    text-decoration: none;
}
hr {
    border: 0;
    border-top: 0px;
    border-bottom: 1px solid #eee;
}
.x_cancel{
    text-decoration: none;
}
#sap_button {
    position: absolute;
    bottom: 0px;
    left: 0px;
    min-width: 250px;
    padding: 0px;
    border-top: 1px solid #E7E2E2;
}
#sap_button >div.ui-block-a >a {
    background-color: #009DDC;
    color: #fff;
}
#sap_button >div.ui-block-b >a {
    background-color: lightgray;
    color: #333;
}
#sap_button >div >a {
    border-radius: 0px;
    padding: 0.4em 1em;
    font-size: 12px;
}

#system_remember_me_text{
  margin-bottom:20%;
}