#active-popup {
  position: absolute;
  top: 50%;
  left: 50%;
}
#popup-window {
    width: 80%;
    margin-left: 10%;
    vertical-align: middle;
    bottom: 9%;
    position: fixed;
}
#popup-container {
  //margin: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  height:100%;
  position:absolute;
  top:0;
}

.modal-content {
  background-color: rgba(38, 38, 40, 0.92);
  color: #fff;
  padding: 20px 40px;
}

.modal-content input {
  height: 57px;
  border-radius: 0px;
}

.modal-content .btn-primary {
  width: 100%;
  background-color: #000000;
  border: 0px;
  color:#ffffff;
}

.modal-content .btn-primary:hover {
  background-color: #ffffff;
  color:#000000;
  border: 0px;
}

.modal-content .logorow {
  text-align: center;
}

.close {
  margin-right: 10px;
  margin-top: 5px;
  color: #fff;
  opacity: .8;
}

.close:hover {
  color: #efefef;
}
@media only screen and (max-width: 600px) {
#popup-window {
    width: 100%;
	height:100%;
    margin-left: 0%;
    vertical-align: middle;
    bottom: auto;
    position: fixed;
}
}
