html {
  height: auto !important;
}
body {
  height: auto !important;
  font-family: 'Helvetica', 'Arial', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: grayscale;
  padding-top: 3rem;
  background-size: cover !important;
  background: -moz-linear-gradient(top, rgba(255,255,255, 0.97), rgba(255,255,255, 0.97)), url('/forms/assets/images/bg.svg') no-repeat;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255, 0.97)), color-stop(100%, rgba(255,255,255, 0.97))), url('/forms/assets/images/bg.svg') repeat;
  background: -webkit-linear-gradient(top, rgba(255,255,255, 0.97), rgba(255,255,255, 0.97)), url('/forms/assets/images/bg.svg') no-repeat;
  background: -o-linear-gradient(top, rgba(255,255,255, 0.97), rgba(255,255,255, 0.97)), url('/forms/assets/images/bg.svg') no-repeat;
  background: -ms-linear-gradient(top, rgba(255,255,255, 0.97), rgba(255,255,255, 0.97)), url('/forms/assets/images/bg.svg') no-repeat;
  background: linear-gradient(to bottom, rgba(255,255,255, 0.97), rgba(255,255,255, 0.97)), url('/forms/assets/images/bg.svg') no-repeat;
}

.ui.upload.input input[type="file"] {
  display: none;
}

.logo{
  max-width: 100px;
  display: block;
  margin: auto;
}
.ipad-wrapper {
  position: relative;
  width: 90%;
  margin: auto;
}
.ipad {

}
.ipad-wrapper .ipad-thumb-wrapper .thumb {
  width: 100%
}
.ipad-wrapper .ipad-thumb-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  margin: 13% 5% 5% 5%;
  width: 90%;
  display: block;

}
.shadow {
  -webkit-filter: drop-shadow( 0 2px 4px rgba(34,36,38,.3));
  filter: drop-shadow( 0 2px 4px rgba(34,36,38,.3));
}
.inner-shadow{
  position: absolute;
  width: 100%;
  height: 100%;
  -moz-box-shadow:    inset 0 0 10px rgba(34,36,38,.3);
  -webkit-box-shadow: inset 0 0 10px rgba(34,36,38,.3);
  box-shadow:         inset 0 0 10px rgba(34,36,38,.3);
}


.footer{
  background-color: #e0e1e2;
  padding: 2rem 1.5rem;
  display: block;
  text-align: center;
  opacity: 0.8;
}

a{ 
  color: inherit; 
  font-weight: bold;
}






/*body::after {
  height: 20px;
  width: 100%;
  position: absolute;
  z-index: 1;
  background: -webkit-linear-gradient(rgba(0,0,0,1) 0%, rgba(0,0,0,0) 4%, rgba(0,0,0,0) 12%);
  background: -o-linear-gradient(rgba(0,0,0,1) 0%, rgba(0,0,0,0) 4%, rgba(0,0,0,0) 12%);
  background: linear-gradient(rgba(0,0,0,1) 0%, rgba(0,0,0,0) 4%, rgba(0,0,0,0) 12%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0);
}
*/
/*.wrapper {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  max-width: 50%;
  text-align: center;
  }*/

/*progress[value] {
  width: 100%;
  height: 20px;
  -webkit-appearance: none;
  appearance: none;
  margin: 20px 0;
  background-color: #f80;
}
  
button {
  background: #ffffff;
  color: #151515;
  display:inline-block;  
  font-size:17px;
  font-weight:bold;
  padding:16px 31px;
  text-decoration:none;
  border: 0;
  transform: all 1s;
}
button:hover {
  background-color:#5cbf2a;
  cursor:pointer;

}
button.disabled {
  opacity: 0.5;
}
.myButton:active {
  position:relative;
  top:1px;
}

/* Semantic Tweaks */ 
/*.ui.inverted.segment {
  text-align: left
}
.icon-wrapper {
  height: 32px;
  width: 32px;
  margin:.5rem;
  display: inline-block;
  position: relative;
}
.icon-wrapper .loader {
  opacity: 0;
  transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -webkit-transition: opacity .5s ease-in-out;
}
.icon-wrapper.loading .loader {
  opacity: 1;
  display: none;
}
.icon-wrapper.loaded .loader {
  opacity: 0;
  display: none;
}

.icon-wrapper .check {
  height: 32px;
  width: 32px;
  position: absolute;
  top: 2.5px;
  left: 0;
  opacity: 0.3;
  transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -webkit-transition: opacity .5s ease-in-out;
}
.icon-wrapper.loading .check {
  opacity: 0.3
}
.icon-wrapper.loaded .check {
  opacity: 1
}
#install {
  margin-top: 1rem
  }*/


