.registration {
  padding-top: 55px;
  padding-bottom: 50px; }
  .registration .registration-headline {
    font-size: 34px;
    font-weight: bold;
    color: #5A5A5A;
    text-align: left;
    margin-bottom: 35px; }
  .registration .form-control {
    height: 49px; }
  .registration .country-select, .registration .city-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    background-image: url(../images/arrowdown.svg);
    background-repeat: no-repeat;
    background-position: 96% center; }
  .registration .input-date {
    padding-top: 0; }
  .registration p {
    font-size: 18px;
    color: #5A5A5A;
    margin-bottom: 30px; }
  .registration .terms-link {
    margin-left: 5px;
    opacity: 1;
    color: #1BBEF2;
    border-bottom: 1px solid #1BBEF2;
    transition: opacity ease-in 0.2s; }
    .registration .terms-link:hover {
      opacity: 0.7;
      text-decoration: none; }
