@charset "utf-8";
/* CSS Document */
.button
{
      font-size: 16px;
    background: #ffa311;
    display: inline;
    padding: 12px;
    border: 1px solid;
    border-radius: 10px;
  }
  .button a:hover
  {
    color:white;
  }
  @media (max-width:600px)
  {
    .modal-dialog
    {
      width:100% !important;
    }
    ul.footer-social li
    {
          margin-right: 10px;
    display: block;
    margin-bottom: 10px;
    }
  }
  body
  {
    padding-right: 0px !important;
  }
  .submit
  {
    background: #01233f;
    border: none;
    color: white;
    width: 100%;
    padding: 4px;
    font-size: 16px;
  }
  /*@media (max-width:600px)
  {
    .bullate
    {
      margin-left: 0% !important;
    }
  }*/
.header-text
{
    padding: 26px 0 26px 0;
}
@media (max-width:600px)
{
   .header-text
   {
          width:100% !important; 
   }
}
.myplaceholder input::placeholder{ color:#666666;}