.popupLink
{
  color: #454545;
  text-decoration: none;
}

.popupLink:hover
{
  color: #ED1B2E;
  text-decoration: none;
}

.buttonLinkRed
{
  display: inline-block;
  text-decoration: none;
  padding: 5px 5px;
  color: #ffffff;
  min-width: 75px;
  background: #E53935;
  border: 1px solid #C62828;
  border-radius: 4px;
  text-align: center;
  text-transform: uppercase;
}

.popupButtonLinkRed:hover
{
  background: #D32F2F;
  border: 1px solid #B71C1C;
  transition: background 0.5s;
}

.popupButtonLinkBlue
{
  display: inline-block;
  text-decoration: none;
  padding: 5px 5px;
  color: #ffffff;
  min-width: 75px;
  background: #2196F3;
  border: 1px solid #1976D2;
  border-radius: 4px;
  text-align: center;
  text-transform: uppercase;
}

.popupButtonLinkBlue:hover
{
  background: #1976D2;
  border: 1px solid #0D47A1;
  transition: background 0.5s;
}

.popupButtonLinkGreen
{
  display: inline-block;
  text-decoration: none;
  padding: 5px 5px;
  color: #ffffff;
  min-width: 75px;
  background: #4CAF50;
  border: 1px solid #388E3C;
  border-radius: 4px;
  text-align: center;
  text-transform: uppercase;
}

.popupButtonLinkGreen:hover
{
  background: #388E3C;
  border: 1px solid #1B5E20;
  transition: background 0.5s;
}

.popupButtonLinkGrey
{
  display: inline-block;
  text-decoration: none;
  padding: 5px 5px;
  color: #454545;
  min-width: 75px;
  background: #E0E0E0;
  border: 1px solid #BDBDBD;
  border-radius: 4px;
  text-align: center;
  text-transform: uppercase;
}

.popupButtonLinkGrey:hover
{
  background: #BDBDBD;
  border: 1px solid #9E9E9E;
  color: #000000;
  transition: background 0.5s;
}

#fade
{
  display: none;
  background: #000000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .70;
  z-index: 9999;
}

.popupBlock
{
  display: none; /*--hidden by default--*/
	float: left;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	box-shadow: 0 0 20px #000;
}

a.close
{
  color: #ED1B2E;
  display: inline-block;
  position: absolute;
  right: 5px;
  top: 11px;
  padding-right: 20px;
  font-size: 12px;
  /*color: #ed1b2e;*/
  background: url('../images/icons/16x16/close.png') no-repeat right center;
}
.centered {
  position: fixed;
  top: 50%;
  left: 50%;
  max-width: 100vm;
  margin-left: -50%;
}

@media screen and (max-width: 767px) {

  #loginPopup
   {
     width: 28em;
   }
  div .popupBlock > * > *> * > *> * > *> * > *> * > .customFormTextBox
  {
    /*width: 140px;*/
  }

}
