@import url(reset.css);
body, html {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  background: #f7f7f7; }

a {
  color: #0000b0; }

#app {
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 5%;
  text-align: center; }
  #app .forms {
    font-size: 0; }
  #app form {
    background: #ffffff;
    font-size: 15px;
    display: inline-block;
    width: 40%;
    margin: 0 5px;
    vertical-align: top;
    position: relative; }
    #app form .loader {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #ffffff;
      display: none; }
    #app form .done {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #ffffff;
      padding-top: 60px;
      display: none;
      color: inherit;
      text-decoration: underline; }
      #app form .done:hover {
        text-decoration: none; }
    #app form:hover {
      border: 2px solid #484848; }
    #app form h3 {
      font-weight: 400;
      font-size: 17px;
      margin-bottom: 10px; }
    #app form h5 {
      font-size: 12px; }

h1 {
  font-size: 20px;
  margin-bottom: 50px; }
  h1 strong {
    font-weight: 400;
    font-size: 30px; }

.dropzone {
  min-height: 150px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: white;
  padding: 20px 20px;
  cursor: pointer; }
  .dropzone .dz-preview {
    display: none; }
  .dropzone .dz-image {
    display: none; }
  .dropzone .dz-details > div {
    display: inline-block; }
  .dropzone .dz-details .dz-size {
    display: none; }
  .dropzone .dz-details .dz-filename {
    font-size: 13px; }
  .dropzone .dz-progress {
    height: 10px;
    border: 1px solid #d6d6d6;
    margin-top: 10px; }
    .dropzone .dz-progress .dz-upload {
      display: block;
      height: 10px;
      width: 0;
      background: #d6d6d6; }
  .dropzone .dz-success-mark, .dropzone .dz-error-mark {
    display: none; }
  .dropzone .dz-error-message {
    color: #b20207;
    margin-top: 10px;
    font-size: 14px;
    margin-top: 15px; }

.dropzone .dz-message {
  text-align: center;
  margin: 2em 0; }

@keyframes lds-cube {
  0% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@-webkit-keyframes lds-cube {
  0% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
.lds-cube {
  position: relative; }

.lds-cube div {
  position: absolute;
  width: 70px;
  height: 70px;
  top: 15px;
  left: 15px;
  background: #b6b6b6;
  -webkit-animation: lds-cube 1s cubic-bezier(0, 0.5, 0.5, 1) infinite;
  animation: lds-cube 1s cubic-bezier(0, 0.5, 0.5, 1) infinite;
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s; }

.lds-cube div:nth-child(2) {
  top: 15px;
  left: 115px;
  background: #7c7c7c;
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s; }

.lds-cube div:nth-child(3) {
  top: 115px;
  left: 115px;
  background: #b8b8b8;
  -webkit-animation-delay: 0s;
  animation-delay: 0s; }

.lds-cube div:nth-child(4) {
  top: 115px;
  left: 15px;
  background: #7f817f;
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s; }

.lds-cube {
  width: 44px !important;
  height: 44px !important;
  -webkit-transform: translate(-22px, -22px) scale(0.22) translate(22px, 22px);
  transform: translate(-22px, -22px) scale(0.22) translate(22px, 22px); }

.ng-scope {
  width: 50px;
  margin: 30px auto 10px auto; }

/*# sourceMappingURL=style.css.map */
