h1 {
  font-size: 18px !important;
}

.login-btn{
  border: 2px solid #57068c;
  background: none;
  border-radius: 40px;
  width: 140px;
  height: 40px;
  color: #57068c;
}

.hide-forgot-password{
  max-height: 0;
  transition: max-height 0.15s ease-out;
  overflow: hidden;
  background: #d5d5d5;
}

.show-forgot-password{
  max-height: 500px;
  transition: max-height 0.25s ease-in;
}

.custom-row{
  height: 270px;
  margin-top: 4%;
}

.inactive:hover{
  cursor: default;
  border: none;
}

.image-beta{
  background: #1ac964;
  position: relative;
  top: -250px;
  left: 95px;
  width: 100px;
  color: #fff;
  text-align: center;
  height: 22px;
}

.image-coming-soon{
  background: #f20825;
  position: relative;
  top: -250px;
  left: 95px;
  width: 100px;
  color: #fff;
  text-align: center;
  height: 22px;
}

.image-overlay{
  height: 30px;
  background: black;
  opacity: .5;
  top: -30px;
  position: relative;
  width: 180px;
  margin: 0 auto;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}    

.image-title { 
  position: relative;
  top: -60px;
  color: #fff !important;
  text-align: center;
  font-size: 11px;
  background: none !important ;
}

.download, .downloadzip{
  font-size: 12px;
  cursor: pointer;
}

.standard-font {
  font-size: 12px;
}

.downloadzip{
  position: relative;      
}

sup{
  top: 0em;
  font-size: 11px;
}