.bluredBox{
  border-radius: 5px;
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, .5);
  -webkit-backdrop-filter: saturate(120%) blur(15px);
  backdrop-filter: saturate(120%) blur(15px);
  box-shadow: 0 0 20px -7px rgba(0, 0, 0, .67);
  padding: 20px 20px 25px 20px;
}

.bluredBox a{
  color: white;
}


.boxCaption {
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase
}


.formDiv {
  margin-top: 10px;
  position: relative
}

.textField{
  height:30px;
  border-radius: 3px;
  border: 0;
  box-sizing: border-box;
  font-weight: 300;
  text-align: center;
  font-size: 14px
}


.submitButton {
  height: 30px;
  width: 70px;
  border-radius: 3px;
  border: 0;
  background-color: #fff;
  box-sizing: border-box;
  padding: 0;
  font-weight: 300;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  transition: all .3s;
  color: black
}


.submitButton:hover {
  background: rgba(150, 150, 150, .7);
  color: #fff
}





.transformCenter{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}


.dropShade {
  box-shadow: 0 0 20px -7px rgba(0, 0, 0, .67)
}

.bgBlur80 {
  background: rgba(0, 0, 0, .8);
  -webkit-backdrop-filter: saturate(120%) blur(15px);
  backdrop-filter: saturate(120%) blur(15px)
}

.bgBlur50 {
  background: rgba(0, 0, 0, .5);
  -webkit-backdrop-filter: saturate(120%) blur(15px);
  backdrop-filter: saturate(120%) blur(15px)
}



.companyLogoUpperRight{
  width: 100px;
    position: absolute;
    top:15px;
    right: 15px;
    cursor: pointer;
    transition: .3s;
}

.companyLogoUpperRight:hover{
  transition: .3s;
}
