/* ipad override */
input, textarea, button {
    -webkit-appearance: none;
    -webkit-border-radius: 0; 
}

body
  {
  background-image: none !important;
  background-color: #fff !important;
  }

.ptc-portlet-2col
  {
  float: left;
  width: 50%;
  margin-bottom: 20px;
  }

.login-box
  {
  width: 300px;
  background-color: #f0f0f0;
  -moz-border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  -khtml-border-radius: 5px !important;
  border-radius: 5px !important;
  }

.login-input
  {
  font-size: 1.2em;
  padding: 8px;
  width: 265px;
  background-color: #fff;
  border: 1px solid #C8C9C7 !important;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  -khtml-border-radius: 5px !important;
  border-radius: 5px !important;
  }

.login-input-error
  {
  background-color: #ffe0e0 !important;
  border: 1px solid #ff0000 !important;
  }

.login-submit
  {
  width: 283px;
  }

@media (max-width: 758px) {

  #header,
  #footer
    {
    display: none !important;
    }

  .ptc-portlet-2col
    {
    float: none;
    width: 100%;
    }

}

@media (max-width: 950px) {

  .container_16
    {
    width: 100% !important;
    }

  #loginTabs
    {
    display: none !important;
    }

}
