.nav-links {
  list-style: none;
  padding: 0px;
  float: right;
  font-size: 15px;
}

.nav-links li {
  display: inline-block;
  font-weight: 700;
  margin-left: 22px;
  text-transform: uppercase;
}

.nav-links a {
  display: inline-block;
}

.nav-links a.selected {
  color: #999999;
}

.btn, input.btn  {
    box-shadow: 1px 1px 0px rgba(0,0,0,.2);
    font-size: 18px;
    padding: 14px 22px;
    border-radius: 4px;
    letter-spacing: 1px;
    font-weight: 700;
    font-style: normal;
    color: #fff;
}

.btn:hover, input.btn:hover {
  background-color: #4BE470;
  color: white;
  cursor: pointer;
}

.btn-round {
  border-radius: 54px;
}

#btn-reset-password {
  font-size: 15px;
  width: 200px;
  margin-top: 36px;
  display: inline-block;
}

.padding-small {padding: 15px;}

.margin-small-right {margin-right: 15px;}

.margin-medium {margin: 22px;}
.margin-medium-top {margin-top: 22px;}
.margin-medium-right {margin-right: 22px;}
.margin-medium-bottom {margin-bottom: 22px;}
.margin-medium-left {margin-left: 22px;}

.margin-large {margin: 5%;}
.margin-bottom-large {margin-bottom: 5%;}
.margin-top-large {margin-top: 5%;}

.padding-large {padding: 5%;}
.padding-bottom-large {padding-bottom: 5%;}
.padding-top-large {padding-top: 5%;}

.bg-highlighted {background-color: #FB9F30 !important;}
.btn.bg-highlighted:hover {background-color: #FBB15F !important;}
.bg-white {background-image: white;}
.bg-gray {background-color: rgb(114, 114, 114) !important;}

.border-right-gray {
  border-right: 1px solid #E9E8EA;
}

.centered-block {
  max-width: 580px;
  margin: auto;
  text-align: left;
}

#footer {
    float: left;
    height: auto;
    margin: 0px;
    clear: both;
    width: 100%;
    background-color: #F2F2F2;
    border-top: 1px solid #E9E8EA;
}

#footer a:hover {
  text-decoration: underline;
  color: #FB9F30;
}

#text19 {
    float: none;
    font-size: 1em;
    width: 82.93383%;
    height: auto;
    text-align: center;
    font-weight: normal;
    line-height: 1em;
    margin: 90px auto;
    clear: none;
    min-height: 24px;
    color: rgb(114, 114, 114);
}

@media only screen and (max-width: 797px) {
  .centered-block {
    width: 80%;
  }
}