/* ****************************************************************************  passtok.scss Main stylesheet  To build, run `compass compile` in the root passtok directory.  ***************************************************************************/
body { background: rgba(40, 40, 40, 0.8); color: #ffdc94; text-align: center; padding: 0; margin: 0; }

.pt-center { width: 100%; top: 25%; background: #F2385A; position: absolute; overflow: hidden; padding: 0px; border: 0px; margin: 0px; box-shadow: 8px 10px 11px 0px rgba(40, 40, 40, 0.45); border-top: 1px solid #ffdc94; }
.pt-center-subtext { font-family: Quicksand, Helvetica; font-size: 18px; font-weight: 400; width: 500px; margin: 30px auto 5px auto; }

.pt-below { margin: 20px 0 0 0; width: 100%; background: rgba(20, 20, 20, 0.4); padding: 10px 0; }

.pt-passbox { width: 500px; margin: 20px auto; text-shadow: 2px 2px 10px rgba(40, 40, 40, 0.5); }
.pt-passbox input { font-family: Inconsolata; font-size: 16px; text-align: center; background: #e0e0e0; }
.pt-passbox-header { font-family: Quicksand, Helvetica; font-size: 32px; font-weight: 500; padding: 8px; }
.pt-passbox-desc { overflow: hidden; font-family: Oxygen, sans-serif; font-size: 24px; font-weight: 300; margin: 15px; }

.pt-error { font-family: Quicksand, Helvetica; font-size: 42px; font-weight: 500; padding: 8px; text-shadow: 2px 2px 10px rgba(40, 40, 40, 0.5); }

.pt-encrypt { display: block; text-align: left; overflow: hidden; color: #2c3e50; }

.form-group { overflow: hidden; }

.modal-title { font-family: Quicksand; font-size: 28px; font-weight: 500; }

/*# sourceMappingURL=passtok.css.map */
