html, body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "Source Sans Pro", Helvetica, sans-serif;
}
.container {
  text-align: center;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
  background: #417FB2;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: auto;
  color: white;
}

.submitButton {
  width: 100%;
  padding: 1em;
  position: relative;
  background: transparent;
  border-radius: 5px;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.3);
  color: white;
  cursor: pointer;
  font-size: 1.12em;
  height: 3.7em;
  margin: 1.2em 0 0 0;
  z-index: 2;
  transition: all .2s ease-out;
}

.submitButton:hover {
  background-color: #fff;
  color: #41a4b3;
  border: 1px solid #fff;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.submitButton:focus {outline:0;}


#fileToUpload {
  margin: 0 auto;
  font-size: 1em;
  width: 200px;

}

.wrapping-box-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: auto;
  margin: 10px auto;
}

.box {
  width: 500px;
  height: auto;
  z-index: 15;
  -webkit-overflow-scrolling: touch;
  text-align: center;
  padding-bottom: 3%;
  background-color: rgba(255, 255, 255, 0.075);
  border-radius: 4px;
  border: 1px solid #ccc;
  padding: 50px;
}

.zoomlogo {
  max-height: 55px;
  display: block;
  width: auto;
  height: auto;
  text-align: center;
  margin: 0 auto 10px;
  right: 4px;
  position: relative;
}

.title {
  width: 100%;
  font-size: 2.6em;
  margin-bottom: 10px;
}

.sub-title {
  font-style: normal;
  font-weight: 700;
  /*text-transform: uppercase;*/
  font-size: 1.1em;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.image-file-chooser-container {
  background-color: #6693bf;
  position: relative;
  display: flex;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  border: 3px dotted white;
  border-radius: 5px;
  text-align: center;
  padding: 5% 10%;
  margin-bottom: 5%;
}

.image-file-chooser {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.text-large {
  font-size: 1.4em;
  margin: 0em 0 0.3em;
}

.file-upload-container img{
  margin: 0 auto;
  max-width: 70%;
  max-height: 350px;
}

#spinner {
  display: none;
}

.alert-success {
    color: #4F8A10;
    background-color: #DFF2BF;
}
.alert-error {
    color: #D8000C;
    background-color: #FFD2D2;
}
.alert-success i, .alert-error i {
  margin: 10px 8px;
}

.apple_logo span {
  position: relative;
  top: 6px;
}

.apple_logo a {
  color: white;
  text-decoration: none;
}


/* Success animation */
#completion-animation-container {
  z-index: -1;
}

#completion-animation-container {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}

/* session result styles */
#completion-animation-bounding-container {
  text-align: center;
  height: inherit;
}

/*  start with display none */
#completion-animation-success,
#completion-animation-unsuccess {
  display: none;
  position: absolute;
  height:100%;
  width: 100%;
  top:0;
}

#completion-animation-success> div,
#completion-animation-unsuccess> div {
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}


.completion-animation-message p{
  padding: 0;
  margin-top: 15px;
}

/* result svg syling */
#completion-animation-success-svg {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke-miterlimit: 10;
  box-shadow: inset 0px 0px 0px white;
  animation: fill .3s ease-in-out .3s forwards,
    scale .3s ease-in-out .7s both;
  stroke: rgba(13, 165, 177, 0.8);
  margin: 0 auto;
}

#completion-animation-error-svg {
  width: 50px;
  height: 50px;
}

.zoom-session-success-checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: white;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.zoom-session-checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.6s forwards;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px white;
  }
}


/* footer */

.image-switch-container {
  display:none;
  position: absolute;
  margin: auto;
  width: 640px;
  height: 25px;
  text-align: right;
}

.image-switch-container span:hover {
  text-decoration: underline;
  cursor: pointer;
}

.image-switch-container span {
  padding-right: 22px;
  font-size: 0.7em;
  vertical-align: bottom;
}

.low-light-switch {
  top: 0;
  position: absolute;
  cursor: pointer;
  right: 0px;
}

.image-swap-container {
  top: 0;
}

.image-swap-container img {
  height: 20px;
  width: 20px;
}

.image-swap-container img:nth-child(2) {
    opacity: 0;
}

.image-switch-container img:first-child, .custom-logo-container img:first-child, #face-captcha-white {
  position: absolute;
  opacity: 1;
}

.error-logo img:first-child {
  position: relative;
}

#certi-images img {
  padding: 0 5px;
  height: 40px;
}


#face-captcha-white, #face-captcha-gradient {
  width: 100px;
  height: auto;
}

footer {
  position: sticky;
  position: -webkit-sticky; /* For Safari */
  top: 100vh;
  width: 100%;
  font-size: smaller;
 }

 #copyright-text {
   margin: 5px 0 10px 0;
 }

 #copyright-text span {
  font-family: 'Roboto', sans-serif;
 }

 #feedback-text {
   font-size: 14px;
   padding: 0 5%;
 }

 @media only screen and (max-width: 480px) {
   #certi-images img {
     height: 30px;
   }

   .apple_logo span {
     position: relative;
     top: 0px;
   }
 }
