﻿span.invalid {
    color: red;
    top: 10px;
    position: relative;
}

html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 60px;
  background-image: url(../images/calm2.jpg);
  background-size: cover;
  background-color: gray;
  overflow-y: auto;
}
a, a:active, a:hover, a:visited {
  color: #e0e0e0;
}
a.download {
  text-decoration: underline;
}
.lcod-header {
  color: white;
  padding: 15px 0;
}
h3 {
  font-size: 24px;
}
.lcod-header h4 {
  font-size: 20px;
  font-weight: 400;
  text-shadow: 1px 1px 20px #000;
}
.step-container {
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 25px;
  margin: 25px 0;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}
.step-image {
  max-width: 100%;
}
.step-number {
  width: 50px;
  height: 50px;
  padding-top: 8px;
  margin: auto;
  margin-bottom: 20px;
  border-radius: 50px;
  text-align: center;
  font-size: 24px;
  background: #2196F3;
  color: white;
}
.footer {
  position: absolute;
  bottom: 0;
  margin-bottom: 0;
  right: 0;
  left: 0;
}
footer a {
  color: #fff;
}

footer a:hover, footer a:after, footer a:visited, footer a:active  {
  text-decoration: none !important;
}
#txtAuthCode {
  width: 100%;
  height: auto;
  padding: 10px;
  margin: 0 auto 30px auto;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  border: 0;
}
#btnVerify {
  border: none;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.4);
  background: #087DDA;
  color: white;
  transition: all 0.3s ease-in-out;
}
#btnVerify:hover {
  background: #087DDA;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.6);
}
.container {

}
.valign-container {
  position: relative;
  height: 200px;
  width: 100%;
  margin-top: 200px;
}
.fa {
    margin-top: 30px;
}
.alert {
    margin-top: 60px;
}
#divDownload {
    position: relative;
    bottom: 100px;
}