.hcp.home .container.header {
    background: #3c5daa;
    padding-bottom: 40px;
}

.container.page-content {
    padding-top: 50px;
}

#hcp_home p {
    margin-top: 10px;
    margin-bottom: 10px;
    padding:0;
    text-align: left;;
}

.dosage-graphic {
    margin-top: 50px;
    margin-bottom: 20px;
}

aside {
    color: #6B777F;
    font-weight: normal;
}

h3 {
    margin-top: 40px;
    font-size: 20px;
}

.callout-enrollment-form {
    background: #3c5daa;
    cursor: pointer;
}

.callout-enrollment-form {
    padding-left: 10px; 
    padding-right: 10px;
    padding-top: 20px;
    margin-top: 50px;
}

.callout-enrollment-form h1 {
    color: white;
    font-size: 22px;
    font-weight: normal;
    margin-top: 0;
}

.callout-enrollment-form p {
    color: white;
}



form.hcp-contact > div {
    background-color: white;
    border-radius: 20px;
    padding: 25px;
}

form.hcp-contact h3 {
    margin-bottom: 20px;
}

form.hcp-contact label {
    color: #6B777F;
    margin-bottom: 10px;
}

form.hcp-contact input[type='checkbox'] {
    margin-right: 10px;
}

form.hcp-contact input[type='text'] {
    margin-top: 20px;
    position: relative;
    padding: 10px;
    box-sizing: border-box;
    border: none;
    border-radius: 10px;
    font-size: 1em;
    background-color: #e5e8e9;
    line-height: 1.15;
    font-family: sans-serif;
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    width: 100%;
}

form.hcp-contact .btn {
    margin-top: 20px;
    width: 100%;
    box-shadow: none;
    background-color: #e5e8e9;
    color: #6B777F;
}

form.hcp-contact p.disclaimer {
    font-size: 12px;
    margin-top: 40px !important;
}

header .logo {
    max-width: 350px;
}


.form-input label p {
    font-size: 12px;
    display:inline-block;
    max-width: 299px;
    vertical-align:top;
    margin-top: 0 !important;
}

.form-input label input {
    display: inline-block;
    vertical-align:top;
    transform: scale(1.5);
}

/** 
    Custom Checkboxes
**/
/* Customize the label (the container) */
  .check-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 12px;
    line-height: 2;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  /* Hide the browser's default checkbox */
  .check-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom checkbox */
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
  }
  
  /* On mouse-over, add a grey background color */
  .check-container:hover input ~ .checkmark {
    background-color: #ccc;
  }
  
  /* When the checkbox is checked, add a blue background */
  .check-container input:checked ~ .checkmark {
    background-color: #2196F3;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .check-container input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .check-container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }


  h2.indication-heading {
    font-size: 26px;
  }

  .registration-number.patient {
      display: none;
  }

.admin-video-coming-soon .registration-number {
    display: none;
}
