body {
    background-color: white;
    margin: 0;
  font-family: "proxima-nova", "Helvetica Neue", Arial, Helvetica, sans-serif;
}

img {
    padding: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.signup {
    margin: 0;
    background-image: url("radios.jpeg");
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%
}

.success {
    background-image: url("bike.jpeg");
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%
}


.dialog {
    padding: 20px;
    color: white;
    background-color: rgba(0,0,0,0.6);
    top: 100px;
    position: relative;
    width: 100%
}

.info {
    margin-top: 20px
}

.info a {
    color: white
}

button {
    width: 30%;
    height: 40px
}