.logon_page .two_columns td:nth-child(2) {
  background-image: url('../images/filesenderlogo.png');
  background-repeat: no-repeat;
  background-position: center top;
}

.logon_page .two_columns {
  min-height: 200px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
}

.logon_page h1 {
  text-align: left !important;
}

.logon_page p {
  font-size:1rem !important;
  font-size: 1.125rem!important;
  line-height: 1.875rem!important;
}

#btn_logon,
#btn_help,
#btn_more {
  width: 250px;
  margin: 2rem;
  font-size: 1rem;
  text-transform: uppercase;
  line-height: 1.5rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  border: none;
}
#btn_logon {
  background-color: #105163;
}
#btn_help {
  background-color: #70c5ee;
}
#btn_more {
  background-color: #a1d07b;
}
#btn_logon .fa {
  display: none;
}
