
html,body{
  margin: 0 auto;padding: 0;
  background: none;
  position:relative;
  width: 100%;
  min-height: 100%;
  height: 100%;
}

.popup-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.5);
}
.popup {
  position: absolute;
  width: 350px;
  height: 350px;
  left: 50%;
  top: 50%;
  margin-left: -175px;
  margin-top: -175px;
  background: white;
}
.popup-close {
  position: absolute;
  bottom: 0;
  left: 20%;
  width: 60%;
  height: auto;
  padding: 15px;
  font-size: 35px;
  text-align: center;
  font-weight: bold;
  color: white;
  background: rgb(244,10,10);
  cursor: pointer;
}
.popup-ads {
  padding: 10px;
  text-align: center;
}

#addform {
  background-image: url(../images/bg.jpg);
  background-size: cover;
  height: 100%;
  display: flex;
  align-items: center;
}
#addform form {
  margin: 20px auto;
  font-size: 20px;
}
#addform .container {
  text-align: center;
}
#addform .add-logo {
  max-width: 150px;
  margin: 10px auto 20px;
}
#addform .form-inline .form-control {
  font-size: 30px;
  padding: 20px;
  height: 50px;
}
#addform button {
  font-size: 30px;

padding: 0 20px;

height: 50px;
}

#urlsuccess {
  display: none;
  background: rgb(200,10,10);
  border-radius: 5px;
  padding: 5px;
}
#copyurl {
  display: none;
}
