.logo {
  margin-bottom: 0;
}

.hero-heading {
    margin-bottom: 40px;
}

.login-div {
    margin-top: 20px;
    margin-bottom: 20px;
}

label{
    display: inline-block;
    float: left;
    clear: right;
    width: 150px;
    text-align: center;
    vertical-align: middle;
}

.input-div label {
  float: initial;
  clear: initial;
  text-align: left;
}

.login-input {
  display: inline-block;
  width: 100%;
  margin-bottom: 0px;
}

.login-link {
  cursor: pointer;
  border: 1px solid #6e4c46;
  padding: 8px;
  border-radius: 3px;
  color: #333;
  letter-spacing: 0.6px;
  font-weight: normal;
  transition: background-color 0.3s;
}

.login-link:hover {
  background-color: #f2f0ee;
  color: #333;
}

.login-popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    display: none;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 15px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 2px 15px rgba(0,0,0,0.2);
    box-shadow: 0 2px 15px rgba(0,0,0,0.2);
    font-size: 15px;
    white-space: normal;
}

.login-popover:after {
    height: 0;
    width: 0;
    position: absolute;
    top: -19px;
    right: 30px;
    left: auto;
    content: "";
    border: 10px solid transparent;
    border-bottom: 10px solid #fff;
    display: block;
}

.login-popover li {
  text-align: center;
  margin-bottom: 5px;
}

.login-submit, .login-submit:hover {
    width: 100%;
    background-image: none;
    color: white;
    font-size: 11px;
    background-color: #33C3F0;
    margin-bottom: 0px;
}

.login-submit:hover {
    border-color: gray;
}

.amazon-login, .amazon-login:hover {
    width: 100%;
    background-color: #f7cc56;
    color: black;
    background-image: none;
    font-size: 11px;
}

.or-line{
   overflow: hidden;
   text-align: center;
   margin-bottom: 8px;
   color: gray;
   font-size: 1.75rem;
   font-weight: bold;
   letter-spacing: 0.005rem;
   padding: 0 2rem 2rem;
 }
.or-line > span{
    position: relative;
    display: inline-block;
}
.or-line > span:before, .or-line > span:after{
    content: '';
    position: absolute;
    top: 50%;
    border-bottom: 1px solid lightgray;
    width: 592px; /* half of limiter */
    margin: 0 10px;
}
.or-line > span:before{
    right: 100%;
}
.or-line > span:after{
    left: 100%;
}

.pwd-reset {
    font-size: 11px;
    color: gray;
}

.signup-input {
    margin-bottom: 10px;
    width: 250px !important;
    min-width:200px;
    max-width: 250px;
}

.signup-with-amazon {
  border:1px solid #d7dada;
  background-color: #ffe7a7;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffe7a7), to(#ecbe3f));
  background-image: -webkit-linear-gradient(top, #ffe7a7, #ecbe3f);
  background-image: -moz-linear-gradient(top, #ffe7a7, #ecbe3f);
  background-image: -ms-linear-gradient(top, #ffe7a7, #ecbe3f);
  background-image: -o-linear-gradient(top, #ffe7a7, #ecbe3f);
  background-image: linear-gradient(to bottom, #ffe7a7, #ecbe3f);
  filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffe7a7,endColorstr=#ecbe3f);
}

.signup-with-amazon:hover {
  border:1px solid #bfc4c4;
  background-color: #ffc933; background-image:
  -webkit-gradient(linear, left top, left bottom, from(#ffc933), to(#d19f15));
  background-image: -webkit-linear-gradient(top, #ffc933, #d19f15);
  background-image: -moz-linear-gradient(top, #ffc933, #d19f15);
  background-image: -ms-linear-gradient(top, #ffc933, #d19f15);
  background-image: -o-linear-gradient(top, #ffc933, #d19f15);
  background-image: linear-gradient(to bottom, #ffc933, #d19f15);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffc933, endColorstr=#d19f15);
}

.input-div {
    max-width: 60%;
    margin: 0 auto;
}

.errorlist {
  list-style: none;
}

.errorlist li {
  color: red;
}

.big-login {
  list-style: none;
  max-width: 90%;
  margin: 0 auto;
}
@media (min-width: 800px) {
  .big-login{
    max-width: 50%;
  }
}

.login-div {
  max-width: 100%;  
}

#show-email-signup {
  line-height: 45px;
  padding: 0 45px;
  height: 45px;
}
.grey-button {
  font-size: 1.4rem;
  border:1px solid #d7dada;
  background-color: #f4f5f5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f5f5), to(#dfdddd));
  background-image: -webkit-linear-gradient(top, #f4f5f5, #dfdddd);
  background-image: -moz-linear-gradient(top, #f4f5f5, #dfdddd);
  background-image: -ms-linear-gradient(top, #f4f5f5, #dfdddd);
  background-image: -o-linear-gradient(top, #f4f5f5, #dfdddd);
  background-image: linear-gradient(to bottom, #f4f5f5, #dfdddd);
  filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f4f5f5,endColorstr=#dfdddd);
}

.grey-button:hover {
  border:1px solid #bfc4c4;
  background-color: #d9dddd; background-image:
  -webkit-gradient(linear, left top, left bottom, from(#d9dddd), to(#c6c3c3));
  background-image: -webkit-linear-gradient(top, #d9dddd, #c6c3c3);
  background-image: -moz-linear-gradient(top, #d9dddd, #c6c3c3);
  background-image: -ms-linear-gradient(top, #d9dddd, #c6c3c3);
  background-image: -o-linear-gradient(top, #d9dddd, #c6c3c3);
  background-image: linear-gradient(to bottom, #d9dddd, #c6c3c3);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#d9dddd, endColorstr=#c6c3c3);
 }
 .button.button-primary.blue-primary-button {
  font-size: 1.4rem;
  border:1px solid #4593d6;
  background-color: #73aee0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#73aee0), to(#0E7FDE));
  background-image: -webkit-linear-gradient(top, #73aee0, #0E7FDE);
  background-image: -moz-linear-gradient(top, #73aee0, #0E7FDE);
  background-image: -ms-linear-gradient(top, #73aee0, #0E7FDE);
  background-image: -o-linear-gradient(top, #73aee0, #0E7FDE);
  background-image: linear-gradient(to bottom, #73aee0, #0E7FDE);
  filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#73aee0, endColorstr=#0E7FDE); }

.button.button-primary.blue-primary-button:hover {
  border:1px solid #2b7dc2;
  background-color: #4996d7; background-image: -webkit-gradient(linear, left top, left bottom, from(#4996d7), to(#0b64ae));
  background-image: -webkit-linear-gradient(top, #4996d7, #0b64ae);
  background-image: -moz-linear-gradient(top, #4996d7, #0b64ae);
  background-image: -ms-linear-gradient(top, #4996d7, #0b64ae);
  background-image: -o-linear-gradient(top, #4996d7, #0b64ae);
  background-image: linear-gradient(to bottom, #4996d7, #0b64ae);
  filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#4996d7, endColorstr=#0b64ae); }



/* Standard Modal stuff */

/* The Modal (background) */
.standard-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* standard-Modal Content/Box */
.standard-modal-content {
    background-color: #fefefe;
    margin: 5% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 60%; /* Could be more or less, depending on screen size */
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.15);
    box-shadow: 0 2px 10px rgba(0,0,0,.15);
    border-radius: 4px;

    transform-origin: bottom center;
    animation: fade-in .3s forwards cubic-bezier(.8,.02,.45,.9);
}
@keyframes fade-in{0%{opacity:0;-webkit-transform:scale(.8);transform:scale(.8)}50%{opacity:1}100%,70%{-webkit-transform:scale(1);transform:scale(1)}}

@media (max-width: 1119px) {
  .standard-modal-content {
    width: 80%;
  }
}
@media (max-width: 600px) {
  .standard-modal-content {
    width: 85%;
    margin: 15% auto;
  }
}
/* The Close Button */
.close {
    color: #aaa;
    font-size: 28px;
    position: absolute;
    right: 12px;
    top: 0px;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.signup-trial-info {
   color: grey; 
   font-size: smaller;
}

/* end modal stuff */
