body {
    margin: auto;
    font-family: 'Avenir', sans-serif; 
    color: #33475b;    
  }
  
  /* Centered Image Code */
  
  .container {
    
    position: relative;
    
  }
  
   .center {
    margin: 0;
    position: absolute;

  }

  .modal-body {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
  .img-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pdfobject-container { height: 40rem; width: 50rem; border: 1rem solid rgba(0,0,0,.1); }


.btn-circle {
    width: 70px;
    height: 70px;
    padding: 13px 18px;
    border-radius: 60px;
    text-align: center;
    font-size: 25px;    
    border: solid 1px lightgray
}

.password-iphone {
    font-family: Verdana;
    letter-spacing: 2em;
    text-align: center;
}