body {
  font-family: sans-serif;
  background-image: url("/images/lookb4uleap/phone.png");
  background-repeat: no-repeat;
  background-size: 500px;  
  background-position: center top; 
  margin: 0;
  padding: 0;
}
header {
  display: block;
  margin: 0 auto;
  color: #000;
  padding: 80px 0 10px 0;
  position: relative;
  text-align: center;
}
img {
  max-width: 100%;
}
h1 {
  font-size: 2em;
  margin-top: 0;
  margin-bottom: 2px;
}
h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
}
h3 {
  font-size: 24px
  padding: 0px;
  line-height: 0px;
}
main {
  padding: 0px 0 20px 0;
}

form {
    display: block;
  margin: 0 auto;
  width: 400px;
}

.form-group {
  margin-bottom: 0px;
}

label {
  font-weight: normal;
  color: white;
}

input {
  width: 96%;
  font-size: 22px;
  padding: 16px 0px 10px 10px;
  border-radius: 60px;
  border: 1px solid #00B1FF;
  color: rgba(0,0,0,.5);
}

input [type="date"] {
  background-color: #fff !important;
}

input[type="date" i]::-webkit-calendar-picker-indicator {
position: relative;
right: 24px;
}
/* Define the desired styling for the placeholder */
  input::-webkit-input-placeholder {
    font-size: 22px;
    line-height: 24px;
    color: color: rgba(0,0,0,.5);
  }
  input:-ms-input-placeholder {
    font-size: 22px;
    color: color: rgba(0,0,0,.5);
  }
  input::placeholder {
    font-size: 22px;
    color: color: rgba(0,0,0,.5);
  }
  #birthday::-webkit-input-placeholder {
    font-size: 22px;
    color: color: rgba(0,0,0,.5);
    line-height: 24px;
  }
  #birthday:-ms-input-placeholder {
    font-size: 22px;
    color: color: rgba(0,0,0,.5);
    line-height: 24px;
  }
  #birthday::placeholder {
    font-size: 22px;
    color: color: rgba(0,0,0,.5);
    line-height: 24px;
  }
  
  /* Apply the same styles to the placeholder when the input is focused */
  #birthday:focus::-webkit-input-placeholder {
    /* Your styles for the placeholder when focused */
  }
  #birthday:focus:-ms-input-placeholder {
    /* Your styles for the placeholder when focused */
  }
  #birthday:focus::placeholder {
    /* Your styles for the placeholder when focused */
  }

button {
  display: block;
  margin: 0 auto;
  margin-top:20px;
  border-color:#00B1FF;
  background-color: #00B1FF;
  color: #fff;
  font-size: 1.2em;
  padding: 10px 0px;
  border-radius: 60px;
  cursor: pointer;
}

footer {
  color: #000;
  padding: 24px;
  text-align: center;
}

section {
  text-align: center;

}
.avatar-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  margin-top: 30px;
}

.avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: block;
}

.name-and-title {
  margin-left: 20px;
  text-align: left;
}

.name {
  font-size: 1.5em;
}

.title {
  font-size: 1em;
  color: #777;
}

.button-blue {
  font-size: 22px;
  padding: 15px;
  width: 96%;
  color:#fff;
  background-color: #00B1FF;
  border-radius: 60px;
  border: 0px;
}
.button-blue:hover {
  background-color: #000;
}
@media only screen and (max-width: 420px) {
  body {
    background-color: #fff;
      background-image: none;
  }

  form {
  width: 100%;
  }
  header {
    margin-top: 0px;
    padding: 0px 0 10px 0;
  }
  .avatar-container {
    margin-bottom: 10px;
    margin-top: 10px;
  }
  main {
    padding: 0px 20px 0 20px;
  }
}
